summaryrefslogtreecommitdiff
path: root/src/compiler/scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | 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
| |_|_|/ / |/| | | |
* | | | | Merge pull request #1030 from scalamacros/ticket/5751Josh Suereth2012-08-023-90/+115
|\ \ \ \ \
| * | | | | SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-313-90/+115
| | |_|/ / | |/| | |
* | | | | Merge pull request #1032 from hubertp/issue/asm-long-signaturesJosh Suereth2012-08-011-2/+7
|\ \ \ \ \
| * | | | | I actually managed to hit the limit of Scala signature annotation not fitting...Hubert Plociniczak2012-07-311-2/+7
| |/ / / /
* / / / / Added more variants to achieve getLinkPosMartin Odersky2012-07-311-4/+15
|/ / / /
* | | | Merge pull request #1020 from odersky/ticket/5866Josh Suereth2012-07-301-2/+10
|\ \ \ \
| * | | | SI-5866 Support casting null to value classesMartin Odersky2012-07-301-2/+10
* | | | | Merge pull request #1016 from hubertp/2.10.x-issue/5031Josh Suereth2012-07-301-1/+0
|\ \ \ \ \
| * | | | | Fixed SI-5031. Only consider classes when looking for companion class.Hubert Plociniczak2012-07-301-1/+0
| |/ / / /
* | | | | Merge pull request #1011 from odersky/ticket/5882Josh Suereth2012-07-301-0/+9
|\ \ \ \ \
| * | | | | SI-5799 Secondary constructors in value classes not allowedMartin Odersky2012-07-291-2/+6
| * | | | | Closes SI-5882Martin Odersky2012-07-281-1/+6
* | | | | | Merge pull request #981 from adriaanm/ticket-2038Josh Suereth2012-07-301-1/+3
|\ \ \ \ \ \
| * | | | | | SI-2038 make pt fully-defined when typing TypedAdriaan Moors2012-07-231-1/+3
* | | | | | | Merge pull request #1015 from hubertp/2.10.x-issue/5603Josh Suereth2012-07-302-33/+28
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-302-33/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #998 from odersky/topic/bootpackagesJosh Suereth2012-07-301-1/+13
|\ \ \ \ \ \
| * | | | | | Avoids loading scala.package and scala.reflect.package from source if a class...Martin Odersky2012-07-261-1/+13
* | | | | | | Merge pull request #1013 from odersky/ticket/5878odersky2012-07-301-2/+11
|\ \ \ \ \ \ \
| * | | | | | | Closes SI-5878Martin Odersky2012-07-291-2/+11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1005 from odersky/topic/worksheetodersky2012-07-308-68/+155
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | New Worksheet mixing schemeMartin Odersky2012-07-274-100/+109
| * | | | | | Adds method askForResponseMartin Odersky2012-07-273-2/+31