summaryrefslogtreecommitdiff
path: root/src/compiler/scala
Commit message (Expand)AuthorAgeFilesLines
* SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-122-9/+10
* SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-125-16/+36
* SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-122-10/+35
* Boil out some duplicated parser logic.Paul Phillips2013-05-101-116/+108
* Merge pull request #2462 from magarciaEPFL/backendish9Paul Phillips2013-05-101-48/+28
|\
| * indentation typoMiguel Garcia2013-04-301-6/+6
| * SI-6863 root cause fixed using factory of scala.runtime.*RefMiguel Garcia2013-04-271-47/+27
* | Merge pull request #2493 from paulp/pr/null-hardeningPaul Phillips2013-05-076-7/+14
|\ \
| * | Hardening against nulls for deserialization.Paul Phillips2013-05-036-7/+14
* | | Absolutized paths involving the scala package.Paul Phillips2013-05-0349-84/+132
|/ /
* | 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-029-60/+113
|\ \ \
| * \ \ Merge 2.10.x into masterAdriaan Moors2013-05-029-60/+113
| |\ \ \
| | * \ \ 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-235-10/+17
| | |\ \ \ \ \ \
| | | * | | | | | SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-215-10/+17
| | * | | | | | | 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 #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-305-107/+132
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7291: Remove error kinds.Hubert Plociniczak2013-04-264-46/+54
| * | | | | | | | | SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-04-264-66/+83
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | 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-291-1/+1
* | | | | | | | | SI-7429 Fix checkinit build failure in ContextsJason Zaugg2013-04-281-21/+13
* | | | | | | | | Merge pull request #2421 from paulp/pr/print-method-positionsPaul Phillips2013-04-272-12/+81
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | -Yshow-member-pos, print the positions of members.Paul Phillips2013-04-202-12/+81
* | | | | | | | | Merge pull request #2457 from paulp/pr/late-method-reduxJason Zaugg2013-04-266-9/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documented lateMETHOD flag.Paul Phillips2013-04-266-8/+23
| * | | | | | | | | Call method rather than duplicating method.Paul Phillips2013-04-261-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2445 from magarciaEPFL/backendish3Paul Phillips2013-04-261-109/+99
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | improved naming of variables in constructors phaseMiguel Garcia2013-04-251-17/+10
| * | | | | | | | | translation for DelayedInit keeps more code in original classMiguel Garcia2013-04-241-101/+95