summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1109 from paulp/topic/warn-inferred-anyJosh Suereth2012-08-1020-83/+105
|\
| * Warn when Any or AnyVal is inferred.Paul Phillips2012-08-0920-83/+105
|/
* Merge pull request #1086 from adriaanm/masterAdriaan Moors2012-08-08527-1157/+6668
|\
| * Merge branch '2.10.x'Adriaan Moors2012-08-08527-1157/+6668
| |\
| | * Merge pull request #1085 from gkossakowski/inline-in-constructorsAdriaan Moors2012-08-076-1/+40
| | |\
| | | * Enable inlining in constructors.Grzegorz Kossakowski2012-08-076-1/+40
| | * | Merge pull request #1080 from scalamacros/ticket/6186Josh Suereth2012-08-0735-73/+69
| | |\ \
| | | * | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-0735-73/+69
| | | |/
| | * | Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-0710-21/+23
| | |\ \ | | | |/ | | |/|
| | | * Removes AnyRef specialization from libraryVlad Ureche2012-08-0710-21/+23
| | * | 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-0722-49/+2107
| | |\ \ \
| | | * | | accommodates Martin's commentsEugene Burmako2012-08-072-5/+3
| | | * | | SI-6199 unit-returning methods now return unitEugene Burmako2012-08-067-5/+29
| | | * | | mirrors now support overriden fields and methodsEugene Burmako2012-08-064-23/+76
| | | * | | sanity check for reflectConstructorEugene Burmako2012-08-063-2/+15
| | | * | | SI-6181 method mirrors now support by-name argsEugene Burmako2012-08-063-0/+19
| | | * | | SI-6179 mirrors now work with value classesEugene Burmako2012-08-069-34/+1681
| | | * | | SI-6178 reflective invocation of magic symbolsEugene Burmako2012-08-065-16/+320
| | | |/ /
| | * | | Merge pull request #1072 from adriaanm/copyrightJosh Suereth2012-08-07409-412/+412
| | |\ \ \
| | | * | | update and normalize copyright noticeAdriaan Moors2012-08-07409-412/+412
| | | |/ /
| | * | | Merge pull request #1063 from VladUreche/issue/5788-quickJosh Suereth2012-08-072-12/+23
| | |\ \ \
| | | * | | SI-5788 Tailcalls LabelDefs correctly duplicatedVlad Ureche2012-08-062-12/+23
| | * | | | Merge pull request #1062 from jsuereth/sbt-compile-interface-testJosh Suereth2012-08-071-2/+76
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | SBT compiler interface now compiled in ant build. Ensures those still using ...Josh Suereth2012-08-061-2/+76
| | | |/ /
| | * | | Merge pull request #1070 from paulp/topic/critical-2.10.xAdriaan Moors2012-08-0718-449/+470
| | |\ \ \
| | | * | | Restored :warnings to working order.Paul Phillips2012-08-066-426/+407
| | | * | | Fix for SI-4945, repl hang on -i input.Paul Phillips2012-08-068-23/+41
| | | * | | Fix for SI-6063, broken static forwarders.Paul Phillips2012-08-064-0/+22
| | | | |/ | | | |/|
| | * | | Merge pull request #1066 from magarciaEPFL/ticket-SI-6102Adriaan Moors2012-08-074-0/+28
| | |\ \ \ | | | |/ / | | |/| |
| | | * | test case for SI-6102Miguel Garcia2012-08-063-0/+15
| | | * | SI-6102 avoid emitting illegal exception table rangeMiguel Garcia2012-08-061-0/+13
| | * | | Merge pull request #1050 from scalamacros/topic/better-error-messagesJosh Suereth2012-08-062-14/+27
| | |\ \ \
| | | * | | better error messages for Symbol.asXXX methodsEugene Burmako2012-08-062-14/+27
| | * | | | Merge pull request #1059 from magarciaEPFL/ticket-SI-6188Josh Suereth2012-08-0610-3/+64
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | SI-6157 don't inline callee with exception-handler(s) if potentially unsafeMiguel Garcia2012-08-065-4/+36
| | | * | | SI-6188 ICodeReader notes exception handlers, Inliner takes them into accountMiguel Garcia2012-08-066-1/+30
| | * | | | Merge pull request #1061 from scalamacros/topic/sbt-compatJosh Suereth2012-08-061-0/+3
| | |\ \ \ \
| | | * | | | compatibility stub for SBT 0.12.0Eugene Burmako2012-08-061-0/+3
| | | | |_|/ | | | |/| |
| | * | | | Merge pull request #1055 from scalamacros/topic/deprecate-manifest-incantationsJosh Suereth2012-08-061-0/+3
| | |\ \ \ \
| | | * | | | adds deprecation annotations on manifest incantationsEugene Burmako2012-08-051-0/+3
| | | | |_|/ | | | |/| |
| | * | | | Merge pull request #1047 from scalamacros/topic/moar-symbol-testsJosh Suereth2012-08-062-0/+46
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | adds more tests for api.SymbolsEugene Burmako2012-08-062-0/+46
| | | |/ /
| | * | | Merge pull request #1045 from scalamacros/ticket/6175Josh Suereth2012-08-062-1/+15
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | SI-6175 reflect over classes with symbolic namesEugene Burmako2012-08-032-1/+15
| | * | | Merge pull request #1049 from paulp/uniques-per-runAdriaan Moors2012-08-052-1/+2
| | |\ \ \
| | | * | | Clear uniques via perRunCaches.Paul Phillips2012-08-042-1/+2
| | * | | | Merge pull request #1051 from lrytz/t6074Adriaan Moors2012-08-053-1/+13
| | |\ \ \ \
| | | * | | | SI-6074Lukas Rytz2012-08-043-1/+13
| | | | |_|/ | | | |/| |