summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-1451-190/+169
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-134-14/+20
* Fix printing of Char constants.Grzegorz Kossakowski2011-07-131-1/+1
* prohibit case-to-case inheritance instead of is...Hubert Plociniczak2011-07-132-30/+4
* Don't enter into same line infinite recursion w...Paul Phillips2011-07-131-2/+2
* Bounded wildcard types arising during pattern t...Paul Phillips2011-07-131-3/+6
* Catch type projections even when they disguise ...Paul Phillips2011-07-131-3/+12
* A response to adriaan's last lub commit of the ...Paul Phillips2011-07-131-39/+92
* Suppressed an error in type constructor bounds ...Paul Phillips2011-07-131-4/+7
* Making power mode startup a little less glacial...Paul Phillips2011-07-122-38/+19
* A bunch of repl stuff.Paul Phillips2011-07-125-82/+184
* Fixed some unnecessary chattiness and poor func...Paul Phillips2011-07-121-4/+8
* Seeing about getting trunk building again, no r...michelou2011-07-124-80/+81
* More work done on implementing reflection.Martin Odersky2011-07-126-390/+171
* Seeing about getting trunk building again, no r...Paul Phillips2011-07-113-12/+12
* Misc smoothing of tree creation, no review.Paul Phillips2011-07-115-31/+21
* Minor, mostly agreed upon changes to reflection...Paul Phillips2011-07-117-58/+54
* Baby-steps towards getting actual runtime refle...Martin Odersky2011-07-114-6/+82
* Refactored reflection into reflect.api and refl...Martin Odersky2011-07-1131-1609/+2428
* Moved a warning behind -Xlint.Paul Phillips2011-07-093-9/+15
* Fixes some remaining formatting issues.Kato Kazuyoshi2011-07-091-1/+1
* Fix for failing test, review by extempore.Kato Kazuyoshi2011-07-094-5/+5
* ByteCodecs move to reflect.internal.Martin Odersky2011-07-083-7/+222
* Made scratchpad use replToString.Martin Odersky2011-07-072-2/+8
* Created simple infrastructure for creating muta...Paul Phillips2011-07-069-16/+53
* Fixed a logic error in debuglog which was turni...Paul Phillips2011-07-061-1/+1
* Removed redundant field. No review.Martin Odersky2011-07-061-2/+0
* Fixing two problems in Global.scala: crashes du...Martin Odersky2011-07-061-2/+2
* 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