summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implemented workaround for SI-4789, no review.Paul Phillips2011-07-111-1/+3
* 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
* Fixes #4398.Aleksandar Pokopec2011-07-112-6/+21
* Fixes #4326.Aleksandar Pokopec2011-07-111-0/+17
* Fixes #4709.Aleksandar Pokopec2011-07-113-3/+19
* Fixes #4723.Aleksandar Pokopec2011-07-112-1/+10
* Making empty streams serializable.Aleksandar Pokopec2011-07-113-1/+27
* Fixes #4761.Aleksandar Pokopec2011-07-115-8/+33
* Refactored reflection into reflect.api and refl...Martin Odersky2011-07-1132-1610/+2429
* Moved a warning behind -Xlint.Paul Phillips2011-07-094-10/+16
* Fixes some remaining formatting issues.Kato Kazuyoshi2011-07-097-12/+11
* Fix for failing test, review by extempore.Kato Kazuyoshi2011-07-095-6/+6
* ByteCodecs move to reflect.internal.Martin Odersky2011-07-085-10/+9
* Fixes SI-4759Philipp Haller2011-07-072-10/+64
* fixed svn props and file headersmichelou2011-07-076-4/+31
* 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
* Test case for #4737, no review.Paul Phillips2011-07-062-0/+19
* Minor fixes to Scaladoc man page.Kato Kazuyoshi2011-07-061-2/+2
* Add a test for #4421 and clean up a little.Kato Kazuyoshi2011-07-063-8/+25
* 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
* Fixing Gen* builder dispatch so that methods th...Aleksandar Pokopec2011-07-052-20/+40
* Fixed a bug in the optimizer which was preventi...Paul Phillips2011-07-0413-58/+163
* corrected typo in scaladoc commentmichelou2011-07-041-3/+3
* 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
* Discovered another impressive source of unneces...Paul Phillips2011-07-0443-49/+49
* Hard to explain garbage led me to this innocent...Paul Phillips2011-07-041-0/+1
* Looking forward to working positions.Paul Phillips2011-07-033-9/+18
* 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-035-22/+44
* evalOnce needs to pack the type before using it...Paul Phillips2011-07-033-10/+33
* Fixing -Xlint warnings, no review.Paul Phillips2011-07-032-5/+5
* Test case for #4757, no review.Paul Phillips2011-07-023-0/+13
* Existentially quantified symbols, when read by ...Paul Phillips2011-07-021-2/+8
* Fixed a bug involving classOf[Foo] having the w...Paul Phillips2011-07-014-3/+24
* Fix a scalap checkfile, no review.Paul Phillips2011-07-011-0/+1
* Stable hashCodes for case objects.Paul Phillips2011-07-013-11/+37