summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Incorporated reviewer feedback.Paul Phillips2013-05-113-34/+35
* Refactored stabilize.Paul Phillips2013-05-114-85/+128
* Eliminated HKmode.Paul Phillips2013-05-114-44/+53
* Eliminated RETmode.Paul Phillips2013-05-114-10/+14
* Eliminated SNDTRYmode.Paul Phillips2013-05-115-28/+38
* Started eliminating modes.Paul Phillips2013-05-115-111/+118
* Corralling Modes into a smaller pen.Paul Phillips2013-05-1111-261/+300
* 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
* | Merge pull request #2425 from paulp/pr/no-package-objectsPaul Phillips2013-05-102-116/+123
|\ \
| * | 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-1021-50/+86
|\ \
| * | indentation typoMiguel Garcia2013-04-301-6/+6
| * | SI-6863 root cause fixed using factory of scala.runtime.*RefMiguel Garcia2013-04-2721-49/+85
* | | 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
* | | | Merge pull request #2491 from paulp/pr/absolute-packagesPaul Phillips2013-05-07667-1018/+1469
|\ \ \ \ | |/ / / |/| | |
| * | | 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-0239-116/+525
|\ \ \
| * \ \ Merge 2.10.x into masterAdriaan Moors2013-05-0239-116/+525
| |\ \ \
| | * \ \ Merge pull request #2475 from adriaanm/build-relative-symlinkAdriaan Moors2013-05-021-1/+3
| | |\ \ \
| | | * | | use relative symlink in distpackAdriaan Moors2013-04-301-1/+3
| | |/ / /
| | * | | Merge pull request #2471 from paulp/pr/2.10.2/6532Paul Phillips2013-04-301-0/+2
| | |\ \ \
| | | * | | SI-6532 emit debug info in compiled java.Paul Phillips2013-04-301-0/+2
| | * | | | Merge pull request #2432 from retronym/ticket/delayed-init-refPaul Phillips2013-04-304-0/+64
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Warn on selection of vals from DelayedInit subclasses.Jason Zaugg2013-04-234-0/+64
| | * | | | Merge pull request #2439 from retronym/ticket/7369Adriaan Moors2013-04-276-11/+123
| | |\ \ \ \
| | | * | | | SI-7369 Avoid spurious unreachable warnings in patternsJason Zaugg2013-04-246-11/+123
| | * | | | | Merge pull request #2392 from vigdorchik/ticket/si-7367Paul Phillips2013-04-264-27/+55
| | |\ \ \ \ \
| | | * | | | | SI-7367 scaladoc crash on constructing the model for annotations.Eugene Vigdorchik2013-04-254-27/+55
| | * | | | | | Merge pull request #2449 from heathermiller/readmefixAdriaan Moors2013-04-251-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | Corrects link in README.rstHeather Miller2013-04-251-1/+1
| | |/ / / / / /
| | * | | | | | Merge pull request #2448 from namin/update-linksHeather Miller2013-04-252-11/+6
| | |\ \ \ \ \ \
| | | * | | | | | Update links to old website, in preparation for launch.Nada Amin2013-04-252-11/+6
| | |/ / / / / /
| | * | | | | | Merge pull request #2444 from paulp/pr/value-class-cmp-warningPaul Phillips2013-04-253-17/+67
| | |\ \ \ \ \ \
| | | * | | | | | SI-6943 warn on value class miscomparison.Paul Phillips2013-04-243-17/+67
| | |/ / / / / /
| | * | | | | | Merge pull request #2420 from retronym/ticket/6675-2Jason Zaugg2013-04-239-11/+57
| | |\ \ \ \ \ \
| | | * | | | | | SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-219-11/+57
| | * | | | | | | Merge pull request #2435 from retronym/ticket/7355Jason Zaugg2013-04-231-2/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | 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-217-31/+43
| | |\ \ \ \ \ \
| | | * | | | | | SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-087-31/+43
| | * | | | | | | Merge pull request #2410 from paulp/pr/parameterized-implicitJason Zaugg2013-04-213-4/+19
| | |\ \ \ \ \ \ \