summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Allow for overriding the debugIDE val (requeste...Hubert Plociniczak2010-07-221-1/+1
* Revert 22605 change to JavaParsers.scala, which...Donna Malayeri2010-07-221-15/+4
* [scaladoc] Fix performance problem when generat...Donna Malayeri2010-07-221-1/+1
* [scaladoc] Optionally run typer phase for Java ...Donna Malayeri2010-07-202-4/+9
* [scaladoc] Don't generate documentation for emp...Donna Malayeri2010-07-201-4/+10
* [scaladoc] Remove unused template.html file.Donna Malayeri2010-07-201-257/+0
* [scaladoc] Make a DocDef node for javadoc comme...Donna Malayeri2010-07-202-7/+18
* [scaladoc] Modify build script to copy html res...Donna Malayeri2010-07-207-97/+25
* added missing file.Martin Odersky2010-07-191-0/+28
* [scaladoc] Singleton types (`this.type`) are co...Gilles Dubochet2010-07-191-1/+10
* Added `ask` method to compiler control to do fa...Martin Odersky2010-07-193-9/+34
* [scaladoc] Fixes an issue whereas inherited mem...Gilles Dubochet2010-07-191-1/+5
* [scaladoc] Adds private Scaladoc option "-Yuse-...Gilles Dubochet2010-07-196-12/+36
* [scaladoc] Print "Inherited from" headings usin...Gilles Dubochet2010-07-183-16/+19
* [scaladoc] Scaladoc knows about Javadoc inline ...Gilles Dubochet2010-07-151-1/+18
* [scaladoc] Full comments with "by inheritance" ...Gilles Dubochet2010-07-152-6/+3
* close #3648 (again).Lukas Rytz2010-07-132-4/+16
* Closes #3653.Adriaan Moors2010-07-121-0/+2
* close #3648.Lukas Rytz2010-07-092-2/+4
* close #3649. no reviewLukas Rytz2010-07-091-0/+2
* cleaned up the mess that resulted from cobbling...Adriaan Moors2010-07-092-41/+53
* made typechecker logging methods final so they ...Adriaan Moors2010-07-081-3/+3
* closes #3622: refchecks erased types without un...Adriaan Moors2010-07-081-2/+3
* closes #742.Adriaan Moors2010-07-081-15/+11
* closes #3507: don't generate manifests where we...Adriaan Moors2010-07-081-1/+1
* closes #3494.Adriaan Moors2010-07-081-1/+1
* closes #3486.Adriaan Moors2010-07-082-2/+18
* closes #3477.Adriaan Moors2010-07-081-7/+8
* closes #3399.Adriaan Moors2010-07-081-24/+28
* closes #3374.Adriaan Moors2010-07-082-24/+21
* closes #3249.Adriaan Moors2010-07-081-5/+9
* closes #3247: syntax error regarding context bo...Adriaan Moors2010-07-081-2/+2
* closes #2416.Adriaan Moors2010-07-085-27/+94
* closes #2331: the pre-transform in Erasure did ...Adriaan Moors2010-07-085-151/+143
* [scaladoc] Follow-up on review SCL-110. No review.Gilles Dubochet2010-07-061-3/+3
* [scaladoc] Follow-up on review SCL-95. No review.Gilles Dubochet2010-07-061-1/+1
* [scaladoc] Hiding full comments in template pag...Gilles Dubochet2010-07-062-2/+4
* [scaladoc] Implements documentation of higher-k...Gilles Dubochet2010-07-063-56/+63
* Put a couple null checks in the inliner so it d...Paul Phillips2010-07-051-2/+2
* Tightened how the repl prints types so we don't...Paul Phillips2010-07-041-1/+1
* When compilation fails because of an unimplemen...Paul Phillips2010-07-031-19/+45
* Routed all places in trunk which look for jar f...Paul Phillips2010-07-022-5/+4
* A cosmetic change which serves to document that...Paul Phillips2010-07-021-1/+1
* Closes #2318 (spurious IllegalAccessException t...Gilles Dubochet2010-07-023-4/+7
* Closes #1766 (structural method dispatch broken...Gilles Dubochet2010-07-021-58/+38
* Made a null output sink and applied it to the r...Paul Phillips2010-07-021-0/+19
* Some more improvement on the error messages whe...Paul Phillips2010-07-021-10/+19
* Normalized protected type aliases before repl p...Paul Phillips2010-07-021-6/+11
* Fail more gracefully on > 22 case class paramet...Paul Phillips2010-07-023-9/+19
* A crasher in the pattern matcher revealed a fla...Paul Phillips2010-07-012-9/+14