summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2527 from soc/SI-7476Jason Zaugg2013-05-161-4/+50
|\
| * SI-7476 Add documentation to GenericTraversableTemplateSimon Ochsenreither2013-05-131-4/+50
* | Merge pull request #2526 from dcsobral/doc/patMatAdriaan Moors2013-05-151-2/+6
|\ \
| * | Fix formatting for couple of docs in the compilerDaniel C. Sobral2013-05-131-2/+6
| |/
* | Merge pull request #2520 from soc/SI-7469-concurrentJason Zaugg2013-05-155-6/+6
|\ \
| * | SI-7469 Make @deprecated elems in scala.concurrent private[scala]Simon Ochsenreither2013-05-125-6/+6
| |/
* | Merge pull request #2521 from soc/SI-7469-combinatorJason Zaugg2013-05-153-79/+0
|\ \
| * | SI-7469 Remove deprecated elements in s.u.parsing.combinatorSimon Ochsenreither2013-05-123-79/+0
| |/
* | Merge pull request #2523 from soc/SI-7469-hashingJason Zaugg2013-05-152-206/+0
|\ \
| * | SI-7469 Remove @deprecated MurmurHash elementsSimon Ochsenreither2013-05-122-206/+0
| |/
* | Merge pull request #2514 from scalamacros/topic/5923-masterJason Zaugg2013-05-1510-62/+111
|\ \
| * | removes duplication in inferImplicitValueEugene Burmako2013-05-123-30/+18
| * | SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-122-9/+10
| * | SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-127-23/+58
| * | SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-122-10/+35
* | | Merge pull request #2503 from paulp/issue/6039Jason Zaugg2013-05-152-2/+8
|\ \ \
| * | | SI-6039 Harden against irrelevant filesystem detailsPaul Phillips2013-05-082-2/+8
* | | | Merge pull request #2498 from rladstaetter/patch-1Jason Zaugg2013-05-151-1/+1
|\ \ \ \
| * | | | fix typo in commentRobert Ladstätter2013-05-061-1/+1
* | | | | Merge pull request #2399 from rjolly/scripting8Jason Zaugg2013-05-151-1/+1
|\ \ \ \ \
| * | | | | AbstractFile.getDirectory does not return null when outDir is "."Raphael Jolly2013-04-221-1/+1
* | | | | | SI-7469 Remove @deprecated scala.util.parsing.astSimon Ochsenreither2013-05-132-381/+0
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2501 from paulp/pr/tailcalls-tostringPaul Phillips2013-05-121-6/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Limit unnecessary calls to Type#toString.Paul Phillips2013-05-081-6/+6
| | |_|/ | |/| |
* | | | Merge pull request #2470 from ihji/masterPaul Phillips2013-05-111-2/+2
|\ \ \ \
| * | | | SI-7432 Range.min should throw NoSuchElementException on empty rangeHeejong Lee2013-04-301-2/+2
* | | | | Merge pull request #2512 from som-snytt/issue/partest-exec-logPaul Phillips2013-05-111-4/+5
|\ \ \ \ \
| * | | | | Par-Test includes log in transcript of failed execSom Snytt2013-05-101-4/+5
| | |/ / / | |/| | |
* | | | | Boil out some duplicated parser logic.Paul Phillips2013-05-101-116/+108
* | | | | Flesh out copyMemberDef methods with copyModuleDef.Paul Phillips2013-05-101-0/+15
* | | | | Merge pull request #2462 from magarciaEPFL/backendish9Paul Phillips2013-05-1020-48/+84
|\ \ \ \ \
| * | | | | indentation typoMiguel Garcia2013-04-301-6/+6
| * | | | | SI-6863 root cause fixed using factory of scala.runtime.*RefMiguel Garcia2013-04-2720-47/+83
* | | | | | Merge pull request #2489 from som-snytt/issue/partest-show-diffPaul Phillips2013-05-102-1/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Partest can --show-diff again after incremental report.Som Snytt2013-05-032-1/+13
* | | | | | Merge pull request #2493 from paulp/pr/null-hardeningPaul Phillips2013-05-077-8/+16
|\ \ \ \ \ \
| * | | | | | Hardening against nulls for deserialization.Paul Phillips2013-05-037-8/+16
| | |_|_|_|/ | |/| | | |
* / | | | | Absolutized paths involving the scala package.Paul Phillips2013-05-03667-1018/+1469
|/ / / / /
* | | | | Merge pull request #2407 from paulp/pr/immutable-tailcallsAdriaan Moors2013-05-031-116/+111
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rewrite TailCalls for performance and immutability.Paul Phillips2013-04-171-116/+111
* | | | | Merge pull request #2483 from adriaanm/merge-2.10.xPaul Phillips2013-05-0214-95/+164
|\ \ \ \ \
| * \ \ \ \ Merge 2.10.x into masterAdriaan Moors2013-05-0214-95/+164
| |\ \ \ \ \
| | * | | | | use relative symlink in distpackAdriaan Moors2013-04-301-1/+3
| | * | | | | Merge pull request #2432 from retronym/ticket/delayed-init-refPaul Phillips2013-04-301-0/+11
| | |\ \ \ \ \
| | | * | | | | Warn on selection of vals from DelayedInit subclasses.Jason Zaugg2013-04-231-0/+11
| | * | | | | | Merge pull request #2439 from retronym/ticket/7369Adriaan Moors2013-04-271-11/+28
| | |\ \ \ \ \ \
| | | * | | | | | SI-7369 Avoid spurious unreachable warnings in patternsJason Zaugg2013-04-241-11/+28
| | * | | | | | | Merge pull request #2392 from vigdorchik/ticket/si-7367Paul Phillips2013-04-262-27/+29
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-7367 scaladoc crash on constructing the model for annotations.Eugene Vigdorchik2013-04-252-27/+29
| | * | | | | | | | SI-6943 warn on value class miscomparison.Paul Phillips2013-04-241-9/+23