summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools
Commit message (Expand)AuthorAgeFilesLines
* Took a swing at sorting out sorting.Paul Phillips2010-02-0212-20/+19
* Hid some AST nodes from the prying eyes of refl...Paul Phillips2010-02-021-2/+29
* Correctly check annotated types.Hubert Plociniczak2010-02-021-8/+6
* Cleaned up the code slightly. No review.Hubert Plociniczak2010-02-021-5/+5
* Continuing the fine work creating an abstract i...Paul Phillips2010-02-011-150/+9
* Quite a lot more work on completion.Paul Phillips2010-02-019-93/+270
* suppresses generation of manifests for abstract...Martin Odersky2010-02-011-1/+6
* Exclude anonymous function classes from the def...Hubert Plociniczak2010-02-013-4/+5
* Removed scala.util.NameTransformer (it moved to...Paul Phillips2010-02-0111-11/+11
* missing bits of r20746.Martin Odersky2010-02-0131-845/+108
* lifted out core compiler data structures into r...Martin Odersky2010-02-0142-1703/+404
* Check recursively the type aliases.Hubert Plociniczak2010-02-011-1/+4
* Great moments in typos: somehow the "decodeUni"...Paul Phillips2010-01-312-2/+1
* Band-aid for #3004.Paul Phillips2010-01-311-2/+7
* Better test for checking existential types, whe...Hubert Plociniczak2010-01-301-1/+3
* A compact tree printer, for primitives like mys...Paul Phillips2010-01-3010-208/+308
* A few compiler IO lib bits I have been needing:...Paul Phillips2010-01-293-30/+57
* Closes #2650.Hubert Plociniczak2010-01-292-0/+9
* I'm sure I'm not the only one driven into parox...Paul Phillips2010-01-291-5/+98
* Added a command line option for desugaring matc...Paul Phillips2010-01-283-1/+37
* Added :search to power mode for finding classes...Paul Phillips2010-01-282-19/+86
* Removing defaultGetter field from TermSymbols.Lukas Rytz2010-01-286-27/+39
* [scaladoc] In HTML documentation, `@return` tag...Gilles Dubochet2010-01-281-2/+4
* [scaladoc] Comment parsing is improved:Gilles Dubochet2010-01-284-46/+87
* close #2886 (applied patch). no reviewLukas Rytz2010-01-281-0/+3
* One of those "$.05 for the bolt, $50,000 for kn...Paul Phillips2010-01-281-9/+3
* Some hardening of repl generated code. No review.Paul Phillips2010-01-271-5/+6
* Fix for #2563. Review by mharrah.Paul Phillips2010-01-271-10/+9
* now correctly fix #2868. no reviewLukas Rytz2010-01-271-20/+21
* Forgot to commit the change. No review.Hubert Plociniczak2010-01-271-0/+2
* Closes #2966. Review by milessabin.Hubert Plociniczak2010-01-272-6/+12
* reverting r20688 for now, no reviewLukas Rytz2010-01-271-20/+19
* fix pickle format doc. no reviewLukas Rytz2010-01-271-1/+1
* close #2868.Lukas Rytz2010-01-271-19/+20
* Refactored some of the code from r20624 thanks ...Hubert Plociniczak2010-01-262-34/+12
* Refinements to the recent repl patches.Paul Phillips2010-01-2614-191/+417
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-265-244/+115
* Hack for the refined build manager to print inf...Hubert Plociniczak2010-01-261-4/+13
* Changed the info statements in refined build ma...Hubert Plociniczak2010-01-261-2/+9
* Fixed stability problem with build.Martin Odersky2010-01-254-4/+4
* Use file paths for equality and hashCode to dea...Miles Sabin2010-01-253-6/+6
* [scaladoc] Classes `FunctionX`, `ProductX`, and...Gilles Dubochet2010-01-251-1/+9
* close #2929.Lukas Rytz2010-01-251-1/+1
* Fixed #2497: replaceInstruction now uses refere...Iulian Dragos2010-01-251-1/+1
* [scaladoc] Deprecated methods are striked-out.Gilles Dubochet2010-01-254-4/+21
* Added new target for partest for testing Build ...Hubert Plociniczak2010-01-242-6/+6
* Fixed dead code elimination to satisfy YourKit'...Iulian Dragos2010-01-241-3/+15
* Removing a stray paren to unbreak build.Paul Phillips2010-01-241-1/+1
* renamed notCompiles ==> canRedefine.Martin Odersky2010-01-243-19/+25
* Some minor polishing to the previous repl compl...Paul Phillips2010-01-244-51/+132