summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc
Commit message (Expand)AuthorAgeFilesLines
* Deleted the former Process code in the compiler.Paul Phillips2011-01-214-222/+14
* Defer a check from the typer to refcheck so the...Paul Phillips2011-01-201-3/+3
* The repl becomes more intense about making sure...Paul Phillips2011-01-203-8/+34
* Look even harder for attempts to sneak "this" i...Paul Phillips2011-01-201-2/+9
* Added askLinkPos command for hyperlinking. Martin Odersky2011-01-204-4/+62
* Made ().## and null.## not crash anymore.Paul Phillips2011-01-201-15/+16
* Updated copyright notices to 2011Antonio Cunei2011-01-20235-236/+236
* introduce NullaryMethodType to disambiguate Pol...Adriaan Moors2011-01-2030-164/+238
* More on partest.Paul Phillips2011-01-192-12/+13
* Fixed First/Second dependency problem in presen...Martin Odersky2011-01-193-7/+6
* There was a bunch of work adriaan and I did whi...Paul Phillips2011-01-193-11/+14
* Made recent string optimization jvm-only.Paul Phillips2011-01-191-1/+1
* 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-1239-61/+67
* 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