summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.10.x'Adriaan Moors2012-08-08293-423/+498
|\
| * Merge pull request #1085 from gkossakowski/inline-in-constructorsAdriaan Moors2012-08-071-1/+1
| |\
| | * Enable inlining in constructors.Grzegorz Kossakowski2012-08-071-1/+1
| * | Merge pull request #1080 from scalamacros/ticket/6186Josh Suereth2012-08-072-9/+5
| |\ \
| | * | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-072-9/+5
| | |/
| * | Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-071-2/+2
| |\ \ | | |/ | |/|
| | * Removes AnyRef specialization from libraryVlad Ureche2012-08-071-2/+2
| * | Merge pull request #1077 from odersky/topic/inlineAdriaan Moors2012-08-071-4/+14
| |\ \
| | * | Makes all private variables accessed from an @inline method non-private.Martin Odersky2012-08-071-4/+14
| * | | Merge pull request #1067 from scalamacros/topic/ultimate-reflection-pull-requestAdriaan Moors2012-08-071-1/+2
| |\ \ \
| | * | | SI-6199 unit-returning methods now return unitEugene Burmako2012-08-061-1/+2
| | |/ /
| * | | Merge pull request #1072 from adriaanm/copyrightJosh Suereth2012-08-07288-290/+290
| |\ \ \
| | * | | update and normalize copyright noticeAdriaan Moors2012-08-07288-290/+290
| | |/ /
| * | | Merge pull request #1063 from VladUreche/issue/5788-quickJosh Suereth2012-08-071-12/+19
| |\ \ \ | | |_|/ | |/| |
| | * | SI-5788 Tailcalls LabelDefs correctly duplicatedVlad Ureche2012-08-061-12/+19
| * | | Merge pull request #1070 from paulp/topic/critical-2.10.xAdriaan Moors2012-08-076-54/+49
| |\ \ \
| | * | | Restored :warnings to working order.Paul Phillips2012-08-062-48/+37
| | * | | Fix for SI-4945, repl hang on -i input.Paul Phillips2012-08-063-6/+10
| | * | | Fix for SI-6063, broken static forwarders.Paul Phillips2012-08-061-0/+2
| | | |/ | | |/|
| * | | Merge pull request #1066 from magarciaEPFL/ticket-SI-6102Adriaan Moors2012-08-071-0/+13
| |\ \ \ | | |/ / | |/| |
| | * | SI-6102 avoid emitting illegal exception table rangeMiguel Garcia2012-08-061-0/+13
| | |/
| * | SI-6157 don't inline callee with exception-handler(s) if potentially unsafeMiguel Garcia2012-08-062-3/+9
| * | SI-6188 ICodeReader notes exception handlers, Inliner takes them into accountMiguel Garcia2012-08-063-1/+16
| |/
| * Merge pull request #1051 from lrytz/t6074Adriaan Moors2012-08-051-1/+3
| |\
| | * SI-6074Lukas Rytz2012-08-041-1/+3
| * | Merge pull request #1012 from paulp/topic/unchecked-goes-hollywoodAdriaan Moors2012-08-055-13/+18
| |\ \
| | * | Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-285-13/+18
| * | | Merge pull request #1023 from paulp/issue/6084Adriaan Moors2012-08-041-1/+1
| |\ \ \
| | * | | Fix for SI-6084, type alias crasher.Paul Phillips2012-07-301-1/+1
| * | | | Merge pull request #1040 from hubertp/issue/asm-long-signatures-againJosh Suereth2012-08-041-4/+4
| |\ \ \ \
| | * | | | Fixes SI-6172.Hubert Plociniczak2012-08-021-4/+4
| * | | | | Merge pull request #1028 from odersky/topic/worksheetAdriaan Moors2012-08-043-15/+34
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Better worksheet support.Martin Odersky2012-08-033-14/+33
| | * | | | Made worksheet output wrap around after custimizable # of output columns.Martin Odersky2012-07-311-1/+1
| * | | | | Merge pull request #1022 from odersky/ticket/5764Josh Suereth2012-08-031-1/+1
| |\ \ \ \ \
| | * | | | | SI-5764 Honor -language:_Martin Odersky2012-07-301-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #982 from adriaanm/ticket-wolfcryJosh Suereth2012-08-035-14/+20
| |\ \ \ \ \
| | * | | | | SI-5930 don't warn about dead code in jump to caseAdriaan Moors2012-07-241-1/+5
| | * | | | | SI-5897 don't check sensicality in matchAdriaan Moors2012-07-241-1/+2
| | * | | | | move synthetic case symbol detection to treeInfoAdriaan Moors2012-07-244-12/+13
* | | | | | | Don't know how git merge loses a whole brace.Paul Phillips2012-08-021-0/+1
* | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-08-0268-442/+569
|\| | | | | |
| * | | | | | moves Expr from api to baseEugene Burmako2012-08-023-27/+5
| * | | | | | reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-0228-39/+39
| * | | | | | removes -Xmacro-(.*)-classpath compiler optionsEugene Burmako2012-08-023-67/+19
| * | | | | | prepares our macro defs for refactoring (Step II)Eugene Burmako2012-08-021-1/+0
| * | | | | | prepares our macro defs for refactoring (Step I)Eugene Burmako2012-08-022-1/+7
| * | | | | | renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-0210-16/+16
| * | | | | | miscellaneous refinements of reflection APIEugene Burmako2012-08-022-6/+2
| * | | | | | SI-5732 members and derivatives now return ScopeEugene Burmako2012-08-029-19/+19
| | |_|_|/ / | |/| | | |