summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Removed what I believe to be accumulated cruft ...Paul Phillips2009-05-131-44/+1
* Reinstated old, trusted starr from r17713.Antonio Cunei2009-05-131-0/+11
* Tentative fix for both #715 and #1896.Paul Phillips2009-05-131-1/+1
* Reverted overconfident patch for #715 while I f...Paul Phillips2009-05-121-5/+2
* Fix for #715.Paul Phillips2009-05-121-2/+5
* The compiler will complain when trying toAntonio Cunei2009-05-122-8/+14
* Fixed Scalac ant tasks for windows when forkingJosh Suereth2009-05-121-11/+20
* separated mutable and immutable mapsMartin Odersky2009-05-125-8/+11
* Further refinement of fix for #1960.Paul Phillips2009-05-081-3/+7
* Fix and test case for #1960.Paul Phillips2009-05-081-3/+16
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-081-1/+1
* massive new collections checkin.Martin Odersky2009-05-0850-144/+4981
* Modified ObjectRunner to use Extension classloa...Paul Phillips2009-05-061-3/+20
* Fix for #1878.Paul Phillips2009-05-061-1/+1
* undid accidental checkin of nsc.docMartin Odersky2009-05-066-40/+38
* new collections snapshotMartin Odersky2009-05-056-38/+40
* Fix and test case for #1286.Paul Phillips2009-05-041-0/+9
* fixing what looks like a problem in ParallelMat...Martin Odersky2009-05-041-1/+9
* making the backend work for new as well as old ...Martin Odersky2009-05-043-6/+8
* Fix for #805Paul Phillips2009-05-041-1/+1
* caught corner case for interpreter commands.Paul Phillips2009-05-031-4/+9
* Renamed overloaded toString variations througho...Paul Phillips2009-05-011-1/+1
* Fix and test for #1937Paul Phillips2009-04-301-1/+1
* Fix and test case for #1626.Paul Phillips2009-04-301-0/+2
* Removed various now-unnecessary java 1.4 workar...Paul Phillips2009-04-2911-78/+36
* added isInstanceOf/asInstanceOf to repl completionPaul Phillips2009-04-291-1/+3
* Added a MissingRequirementError variant of Fata...Paul Phillips2009-04-283-3/+13
* Fixed wrong attribution of duplicated labels in...Iulian Dragos2009-04-281-5/+3
* removed Namers.scala.1 / .2Lukas Rytz2009-04-282-2093/+0
* fixed inadvertantly busted icode printingPaul Phillips2009-04-251-3/+2
* Fix for #1752.Paul Phillips2009-04-241-1/+4
* Removed redundant scala.tools.util.UTF8Codec.Paul Phillips2009-04-243-84/+2
* some small changes to implicits handling, exist...Martin Odersky2009-04-237-45/+118
* Backward-compatible extension of the signatureAntonio Cunei2009-04-225-12/+24
* Changed Flags object not to inherit from Enumer...Paul Phillips2009-04-224-36/+6
* add serialization test, disabled patmat debug t...michelou2009-04-213-25/+34
* Tightened checks for ScalaBeanInfo field selectionPaul Phillips2009-04-201-1/+1
* Fixed conflicting changes propagated from the 2.7.Iulian Dragos2009-04-141-2/+3
* Temporarily reverted r17501Antonio Cunei2009-04-141-4/+3
* Propagated fix for #1882Iulian Dragos2009-04-141-3/+4
* Fix of t1859Martin Odersky2009-04-141-1/+1
* Completion roadmap comments.Paul Phillips2009-04-091-0/+15
* Made constructors of top level objects privateIulian Dragos2009-04-091-0/+8
* Path completion! You can now say...Paul Phillips2009-04-083-28/+187
* Expanded set of completion delimiters; filter o...Paul Phillips2009-04-072-7/+23
* Improvements to repl completion.Paul Phillips2009-04-074-11/+29
* addition to last checkin.Martin Odersky2009-04-071-0/+1
* fixed #1775 by making all anonymous functions s...Martin Odersky2009-04-076-25/+25
* Setting the source module of RootClass.Antonio Cunei2009-04-061-7/+10
* Fixes to scalac ant taskJosh Suereth2009-04-011-3/+101