summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some modifications to ZipFile to make sure the ...Paul Phillips2010-07-012-15/+22
* Warded off a parser crash on certain invalid pr...Paul Phillips2010-07-011-4/+4
* moved toScalaRepeatedParam TypeMap to refchecks.Lukas Rytz2010-06-302-10/+10
* companion objects of case classes know their name.Lukas Rytz2010-06-291-5/+12
* removed warnings (deprecation,unchecked)michelou2010-06-294-26/+33
* close #2413.Lukas Rytz2010-06-291-1/+11
* fixed #3604michelou2010-06-281-0/+3
* Removed unfinished Jenkins hashcode for final.Paul Phillips2010-06-272-3/+3
* close #3543Lukas Rytz2010-06-241-0/+4
* Changed inference algorithm to use weakMartin Odersky2010-06-201-1/+3
* [scaladoc] A warning is printed when usecase me...Gilles Dubochet2010-06-181-1/+6
* [scaladoc] Abstract members can be filtered in ...Gilles Dubochet2010-06-186-9/+64
* [scaladoc] There is a text filter tool for memb...Gilles Dubochet2010-06-189-17/+94
* [scaladoc] Added linear super types.Gilles Dubochet2010-06-184-10/+27
* The inliner now looks harder for method impleme...Paul Phillips2010-06-161-58/+65
* A wholesale reversion of the pattern matcher to...Paul Phillips2010-06-163-48/+43
* removed integration of placeholder syntax and n...Lukas Rytz2010-06-161-16/+1
* Fixed a bug in scripts which put the classfile ...Paul Phillips2010-06-161-1/+1