summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Restored :warnings to working order.Paul Phillips2012-08-062-48/+37
* Fix for SI-4945, repl hang on -i input.Paul Phillips2012-08-065-23/+37
* Fix for SI-6063, broken static forwarders.Paul Phillips2012-08-061-0/+2
* 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-064-2/+23
|\ \
| * | 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 #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-061-1/+10
|\ \ \ | |_|/ |/| |
| * | SI-6175 reflect over classes with symbolic namesEugene Burmako2012-08-031-1/+10
* | | 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-051-1/+3
|\ \ \ \
| * | | | SI-6074Lukas Rytz2012-08-041-1/+3
| | |_|/ | |/| |
* | | | Merge pull request #1012 from paulp/topic/unchecked-goes-hollywoodAdriaan Moors2012-08-057-38/+38
|\ \ \ \ | |_|/ / |/| | |
| * | | Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-287-38/+38
* | | | 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-044-22/+47
|\ \ \ \ \ \
| * | | | | | Better worksheet support.Martin Odersky2012-08-034-19/+40
| * | | | | | Made worksheet output wrap around after custimizable # of output columns.Martin Odersky2012-07-312-8/+12
* | | | | | | staticTpe => staticType, actualTpe => actualTypeEugene Burmako2012-08-041-5/+5
| |_|_|_|/ / |/| | | | |
* | | | | | 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-038-22/+44
|\ \ \ \ \ \
| * | | | | | use hasAllFlags to detect gadt skolemsAdriaan Moors2012-07-241-3/+9
| * | | | | | 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-246-17/+28
* | | | | | | Merge pull request #1034 from xuwei-k/fix-scaladocJosh Suereth2012-08-034-5/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | minor fixes scaladocxuwei-k2012-08-014-5/+5
* | | | | | | first stab at serialization of exprs and tagsEugene Burmako2012-08-023-5/+47
* | | | | | | moves Expr from api to baseEugene Burmako2012-08-0210-88/+69
* | | | | | | evicts last traces of makro from our codebaseEugene Burmako2012-08-022-16/+0
* | | | | | | reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-0254-72/+88
* | | | | | | removes -Xmacro-(.*)-classpath compiler optionsEugene Burmako2012-08-023-67/+19
* | | | | | | prepares our macro defs for refactoring (Step II)Eugene Burmako2012-08-027-17/+7
* | | | | | | prepares our macro defs for refactoring (Step I)Eugene Burmako2012-08-022-1/+7
* | | | | | | more refinements of reflection APIEugene Burmako2012-08-027-86/+129
* | | | | | | SI-5888 Mirrors now have sane toStringsEugene Burmako2012-08-021-1/+31
* | | | | | | renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-0221-116/+117
* | | | | | | miscellaneous refinements of reflection APIEugene Burmako2012-08-027-101/+111