summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Who knew system was such a popular sentence end...Paul Phillips2011-01-183-5/+5
* Reverted to curried invokeDynamic to fix a prob...Martin Odersky2011-01-181-7/+7
* Completion related fix and cleanup.Eugene Vigdorchik2011-01-181-8/+3
* Cleaned up Dynamic.Martin Odersky2011-01-183-11/+8
* Allow box(unbox) elimination for the Null type,...Iulian Dragos2011-01-181-1/+7
* second version of close #3649. no reviewLukas Rytz2011-01-181-12/+16
* Removing code which I believe to be some debugg...Hubert Plociniczak2011-01-181-16/+1
* fixed typo. no reviewHubert Plociniczak2011-01-181-2/+2
* Dynamic type added. Array creation optimized.Martin Odersky2011-01-164-15/+46
* Rollback changes to canRedefine.Eugene Vigdorchik2011-01-161-1/+1
* Do not redefine the symbol in a class file to p...Eugene Vigdorchik2011-01-161-1/+1
* This outlaws explicit isInstanceOf tests on val...Paul Phillips2011-01-151-1/+5
* Optimization to string concatenation.Paul Phillips2011-01-152-16/+48
* There were some shenanigans in normalize trying...Paul Phillips2011-01-151-17/+5
* Validate positions only in debug mode. No reviewEugene Vigdorchik2011-01-151-1/+1
* 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