summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | | | | Merge pull request #2420 from retronym/ticket/6675-2Jason Zaugg2013-04-236-11/+32
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-216-11/+32
| | * | | | | | | | SI-7355 Handle spaces in paths in Windows batch files.Bjorn Regnell2013-04-231-2/+3
| | * | | | | | | | Merge pull request #2387 from vigdorchik/interactive_scaladocAdriaan Moors2013-04-221-2/+4
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | Interactive scaladoc: mark new typer run when done.Eugene Vigdorchik2013-04-171-2/+4
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Merge pull request #2358 from adriaanm/ticket-7330Jason Zaugg2013-04-213-28/+30
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-083-28/+30
| | * | | | | | | | Merge pull request #2410 from paulp/pr/parameterized-implicitJason Zaugg2013-04-211-4/+5
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | Quiet down overloaded implicit warning.Paul Phillips2013-04-181-4/+5
| | | | |_|/ / / / | | | |/| | | | |
* | | | | | | | | Merge pull request #2406 from paulp/issue/7362Paul Phillips2013-04-303-19/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | More useful checkfile output in interactive tests.Paul Phillips2013-04-302-6/+6
| * | | | | | | | | SI-7362, crash in presentation compiler.Paul Phillips2013-04-301-13/+11
* | | | | | | | | | Merge pull request #2476 from paulp/pr/2446-passingPaul Phillips2013-04-3027-351/+770
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7409 Par-Test: A crash is not a DNC for neg testsSom Snytt2013-04-303-31/+58
| * | | | | | | | | | Partest has an optionable wait period.Som Snytt2013-04-305-13/+43
| * | | | | | | | | | SI-7349 Partest supports test-interfaceSom Snytt2013-04-307-194/+227
| * | | | | | | | | | Update ScalaCheck to 1.10.1.Som Snytt2013-04-3015-124/+444
| * | | | | | | | | | Partest testnum field width is sensitive to total testsSom Snytt2013-04-302-4/+9
| * | | | | | | | | | SI-7358 Partest fails on scalacheck failureSom Snytt2013-04-301-14/+18
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2453 from magarciaEPFL/backendish6Paul Phillips2013-04-301-13/+18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | no need to manually clear perRunCaches in GenASMMiguel Garcia2013-04-271-3/+0