summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Disabled browsing in the empty package, hopeful...Martin Odersky2011-01-131-1/+4
* Some modifications to @elidable: for reasons lo...Paul Phillips2011-01-121-2/+2
* Merge branch 'work'Aleksandar Pokopec2011-01-121-0/+1
* Some fixes for partest issues.Paul Phillips2011-01-124-3/+14
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-1249-81/+87
* In r22807 an optimization was added to remove B...Paul Phillips2011-01-112-4/+12
* Allow reload to be issued inside ask non-interr...Eugene Vigdorchik2011-01-111-1/+3
* A test case for recently fixed #4114. Plus!Paul Phillips2011-01-101-3/+4
* Renamed a file (I thought I already renamed thi...Paul Phillips2011-01-101-0/+0
* Moved the presentation compiler thread in its o...Iulian Dragos2011-01-103-43/+68
* Second try for "Changing the intersectionWitnes...Iulian Dragos2011-01-102-5/+19
* Made presentation type checker idempotent and r...Martin Odersky2011-01-103-31/+45
* Re-disabled constant folding for interactive co...Iulian Dragos2011-01-101-2/+2
* Changing the intersectionWitness map to use wea...Iulian Dragos2011-01-103-6/+9
* Unfinalized a couple unnecessarily final methods.Paul Phillips2011-01-101-13/+6
* Couldn't stop working on tailcalls.Paul Phillips2011-01-101-77/+78
* A pretty severe bug in the recognition of tail ...Paul Phillips2011-01-101-127/+100
* Fixed a mis-deprecation step where remove was r...Paul Phillips2011-01-101-4/+4
* Refactored browsing loaders so that they can be...Martin Odersky2011-01-092-89/+112
* Implemented toplevel browsing in IDE, so that s...Martin Odersky2011-01-094-27/+136
* Closes #4114. No review.Martin Odersky2011-01-091-1/+1
* Brought back and deprecated onlyPresentation to...Paul Phillips2011-01-091-3/+11
* Warded off an NPE (which only arose on erroneou...Paul Phillips2011-01-091-0/+1
* 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-081-1/+1
* Great moments in code reuse:Paul Phillips2011-01-0715-84/+68
* Made NamesDefault more robust to support idempo...Martin Odersky2011-01-073-6/+23
* 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
* 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-063-24/+31
* 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-061-0/+0
* 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-042-0/+8
* Disentangled scaladoc and the presentation comp...Iulian Dragos2011-01-047-14/+13
* Towards a replay framework for the presentation...Martin Odersky2011-01-048-56/+1108
* Closes #3869. no review.Iulian Dragos2011-01-041-1/+5
* One more try with the lazy clearing.Eugene Vigdorchik2011-01-041-3/+5
* 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