summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented toplevel browsing in IDE, so that s...Martin Odersky2011-01-094-27/+136
* Closes #4114. No review.Martin Odersky2011-01-091-1/+1
* Closes #3984 by the most arduous and indirect r...Paul Phillips2011-01-093-297/+238
* Brought back and deprecated onlyPresentation to...Paul Phillips2011-01-091-3/+11
* Warded off an NPE (which only arose on erroneou...Paul Phillips2011-01-092-4/+5
* The ensuring methods should be by-name on the m...Paul Phillips2011-01-091-2/+2
* Reverting fix for #4047 until I figure out why ...Hubert Plociniczak2011-01-081-8/+5
* Untangling parsers from compilation units so th...Martin Odersky2011-01-083-38/+87
* Applying some short-term balm to scaladoc since...Paul Phillips2011-01-081-13/+14
* Override checks and self-types still needed som...Paul Phillips2011-01-085-4/+11
* Great moments in code reuse:Paul Phillips2011-01-0715-84/+68
* Made NamesDefault more robust to support idempo...Martin Odersky2011-01-073-6/+23
* Deprecate Cell.Hubert Plociniczak2011-01-071-0/+1
* Closes #4047. Review by oderskyHubert Plociniczak2011-01-071-5/+8
* Closes #4072.Hubert Plociniczak2011-01-072-19/+49
* re-added @SerialVersionUID(0) to anonymous func...Lukas Rytz2011-01-072-3/+4
* moved debug println under if(settings.debug.val...Martin Odersky2011-01-071-0/+1
* Missing file from last commit.Martin Odersky2011-01-071-1/+5
* Documented Picklers.Martin Odersky2011-01-074-83/+319
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-0711-99/+323
* Changed foreach to pforeach.Aleksandar Pokopec2011-01-071-3/+10
* Apparently my flailing attempts to make things ...Paul Phillips2011-01-072-242/+280
* The shutdown hook installed by jline has made l...Paul Phillips2011-01-064-24/+47
* One reversal wrt Pauls TypeRef -> typeRef changes.Martin Odersky2011-01-061-1/+4
* Replay now enabled for presentation compiler.Martin Odersky2011-01-0610-907/+666
* I took the following comments at their word:Paul Phillips2011-01-067-31/+29
* Renamed the files whose names have fallen out o...Paul Phillips2011-01-063-0/+0
* Avoids the creation of an amazing 106,700,793 e...Paul Phillips2011-01-052-14/+33
* De-finalized equals/hashCode on Trees so people...Paul Phillips2011-01-051-2/+2
* Fixed a bad interaction between overloading, de...Iulian Dragos2011-01-051-3/+10
* closes #4044.Adriaan Moors2011-01-051-1/+1
* Eliminated 16 avoidable closure objects in Stream.Paul Phillips2011-01-043-39/+33
* Disentangled scaladoc and the presentation comp...Iulian Dragos2011-01-047-14/+13
* Towards a replay framework for the presentation...Martin Odersky2011-01-049-58/+1110
* Closes #3869. no review.Iulian Dragos2011-01-041-1/+5
* One more try with the lazy clearing.Eugene Vigdorchik2011-01-041-3/+5
* Closes #3687, #3719, #3950, #3616.Hubert Plociniczak2011-01-041-78/+16
* Fixed infinite loop on call to super from a spe...Iulian Dragos2011-01-041-1/+51
* Protected protected constructors.Paul Phillips2011-01-041-1/+1
* Added some more debugging tools for printing ty...Paul Phillips2011-01-044-30/+83
* Some profiler changes.Paul Phillips2011-01-044-45/+88
* Modified generic companion apply to call empty ...Paul Phillips2011-01-044-7/+15
* Misc icode cleanup. No review.Paul Phillips2011-01-043-25/+21
* Temp rollback.Eugene Vigdorchik2011-01-031-4/+2
* Some minor Tree optimizations. No review.Paul Phillips2011-01-032-12/+9
* There was a massive 30+ line cut and paste betw...Paul Phillips2011-01-031-79/+79
* Working my way through popular methods with a m...Paul Phillips2011-01-034-86/+75
* Since r22374 isCompatible and isCompatibleArg h...Paul Phillips2011-01-033-32/+21
* Clear caseClassOfModuleClass lazily, otherwise ...Eugene Vigdorchik2011-01-031-2/+4
* Misc uninteresting tidbits to take some weight ...Paul Phillips2011-01-026-4/+32