summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| * | | | | | | | | | | maps in GenASM guaranteed mem-leak-free by perRunCachesMiguel Garcia2013-04-261-2/+2
| * | | | | | | | | | | SI-7422 GenASM populates and clears its maps within a RunMiguel Garcia2013-04-261-11/+19
* | | | | | | | | | | | Merge pull request #2428 from hubertp/issue/7291Paul Phillips2013-04-306-111/+133
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI-7291: Remove error kinds.Hubert Plociniczak2013-04-264-46/+54
| * | | | | | | | | | | | SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-04-265-70/+84
* | | | | | | | | | | | | Merge pull request #2459 from magarciaEPFL/backendish7Paul Phillips2013-04-303-28/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | BytecodeWriters.BytecodeWriter doesn't need to fiddle with SymbolMiguel Garcia2013-04-272-20/+26
| * | | | | | | | | | | | compiler flag -Ygen-asmp to emit .asmp textual files for bytecodeMiguel Garcia2013-04-273-10/+50
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Route -explaintypes through reporter.Paul Phillips2013-04-294-5/+6