summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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 #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
| | * | | | | | | avoids multiple evals of isSubClass DelayedInitClassMiguel Garcia2013-04-241-3/+5
| | * | | | | | | for null outer pointer, NPE via throw nullMiguel Garcia2013-04-241-1/+2
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #2447 from paulp/pr/bynamePaul Phillips2013-04-262-12/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Created utility function for dropping by-name-ness.Paul Phillips2013-04-252-12/+5
| * | | | | | | | another GenJVM remnant that goes awayMiguel Garcia2013-04-251-15/+0
| * | | | | | | | removing remnants from the GenJVM eraMiguel Garcia2013-04-251-1/+0