summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add a test for #4421 and clean up a little.Kato Kazuyoshi2011-07-061-8/+8
* Adds support for @throws in ScalaDoc.Kato Kazuyoshi2011-07-061-1/+10
* Changes semantics so that protected access rule...Martin Odersky2011-07-061-11/+14
* Fix to handling of imports in namers to make ID...Martin Odersky2011-07-062-0/+5
* scratchpad works in interactive REPL; ready to ...Martin Odersky2011-07-067-78/+154
* Reverts r18939.Iulian Dragos2011-07-062-18/+0
* Don't populate 'originalOwner' in presentation ...Iulian Dragos2011-07-062-2/+16
* Fixed a bug in the optimizer which was preventi...Paul Phillips2011-07-048-58/+51
* quick fix to get the build going again on Java 1.5Adriaan Moors2011-07-041-1/+2
* Towards a scratchpad functionality for the IDEMartin Odersky2011-07-049-5/+373
* Looking forward to working positions.Paul Phillips2011-07-031-5/+10
* Modified return type inference not to allow T* ...Paul Phillips2011-07-032-1/+22
* Logic bug in repl :paste parsing, no review.Paul Phillips2011-07-031-1/+1
* evalOnce needs to pack the type before using it...Paul Phillips2011-07-031-10/+25
* Fixing -Xlint warnings, no review.Paul Phillips2011-07-032-5/+5
* Existentially quantified symbols, when read by ...Paul Phillips2011-07-021-2/+8
* Fixed a bug involving classOf[Foo] having the w...Paul Phillips2011-07-012-3/+11
* Stable hashCodes for case objects.Paul Phillips2011-07-011-0/+8
* Fixes scaladoc layout for function arguments wi...Vlad Ureche2011-07-011-2/+2
* Further refinement of the tiark RefinedType patch.Paul Phillips2011-06-301-4/+3
* Restored tiark's RefinedType-exclusion fast pat...Paul Phillips2011-06-301-5/+7
* Having established that r25051 is not responsib...Paul Phillips2011-06-301-8/+2
* Fix for recently introduced performance regress...Paul Phillips2011-06-303-7/+7
* Small change to doCookJavaInfo, to have it run ...Martin Odersky2011-06-303-8/+12
* Oh yeah. Backward compatibility stubs, no review.Paul Phillips2011-06-301-0/+5
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-2910-24/+164
* overeager optimisation caused timeout in neg/t3...Adriaan Moors2011-06-291-4/+4
* Use the correct encoding in the browsing loader...Iulian Dragos2011-06-291-2/+2
* Revert "Check that 'info' is only called on the...Iulian Dragos2011-06-294-36/+8
* slight improvement to lubList so that the simpl...Adriaan Moors2011-06-291-21/+49
* Check that 'info' is only called on the present...Iulian Dragos2011-06-294-8/+36
* Profiler suggested it would be worthwhile to sh...Paul Phillips2011-06-297-116/+131
* Continuing to press on RefChecks, discovered wh...Paul Phillips2011-06-281-6/+10
* Suppressing a failing assert which isn't accomp...Paul Phillips2011-06-281-1/+11
* Don't infer anonymous classes.Paul Phillips2011-06-272-8/+8
* Profiling revealed a suspiciously heavy consume...Paul Phillips2011-06-271-19/+26
* Generalizing some TreeGen machinery on an oppor...Paul Phillips2011-06-259-49/+97
* Cosmetic removal of redundant toList call on it...Paul Phillips2011-06-2513-25/+22
* Defined tpeHK in a manner consistent with tpe s...Paul Phillips2011-06-242-26/+58
* Integrating feedback from adriaan, changed anot...Paul Phillips2011-06-241-23/+26
* Added sanity check to lub calculation to preven...Paul Phillips2011-06-241-2/+20
* getting the revamped getClass to work on Java 5Adriaan Moors2011-06-236-25/+10
* Overrode contains and apply in mutable.HashMap ...Paul Phillips2011-06-231-1/+1
* Notice when erasure is trying to cast something...Paul Phillips2011-06-231-3/+9
* Added a -Y option to resolve namespace collisio...Paul Phillips2011-06-232-3/+28
* Playing defense against NoSymbol in scaladoc, n...Paul Phillips2011-06-231-2/+2
* Noticed while working on getClass that most of thePaul Phillips2011-06-231-14/+20
* A line missed from spear thrust, no review.Paul Phillips2011-06-221-0/+1
* Thrusting spear into darkened alcove attempting...Paul Phillips2011-06-222-7/+11
* New theory: fails running on java 1.5.Paul Phillips2011-06-223-3/+10