summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2454 from vigdorchik/scaladoc_fixesJason Zaugg2013-05-172-2/+0
|\
| * Remove self types check suppression usage from scaladoc.Eugene Vigdorchik2013-05-172-2/+0
* | remove unused methods: checkStable, isStableExceptVolatileAdriaan Moors2013-05-161-23/+0
* | SI-6815 untangle isStable and hasVolatileTypeAdriaan Moors2013-05-165-22/+39
* | 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 #2514 from scalamacros/topic/5923-masterJason Zaugg2013-05-158-55/+89
|\ \ \
| * | | 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-125-16/+36
| * | | 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 #2501 from paulp/pr/tailcalls-tostringPaul Phillips2013-05-121-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Limit unnecessary calls to Type#toString.Paul Phillips2013-05-081-6/+6
| |/ /
* | | 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
|\ \ \ \ \ \ \ \ \