summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Continuing the fine work creating an abstract i...Paul Phillips2010-02-012-151/+171
* Quite a lot more work on completion.Paul Phillips2010-02-019-93/+270
* suppresses generation of manifests for abstract...Martin Odersky2010-02-013-4/+11
* Exclude anonymous function classes from the def...Hubert Plociniczak2010-02-017-4/+33
* Removed scala.util.NameTransformer (it moved to...Paul Phillips2010-02-0112-167/+11
* missing bits of r20746.Martin Odersky2010-02-0134-846/+112
* lifted out core compiler data structures into r...Martin Odersky2010-02-0157-1479/+3081
* Check recursively the type aliases.Hubert Plociniczak2010-02-016-1/+33
* Unbroke the build.Paul Phillips2010-02-011-1/+4
* Solidified the logic of stringOf for repl resul...Paul Phillips2010-01-311-8/+6
* 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-304-1/+27
* A compact tree printer, for primitives like mys...Paul Phillips2010-01-3012-208/+353
* A few compiler IO lib bits I have been needing:...Paul Phillips2010-01-294-32/+61
* Implemented rompf's suggested improvement to th...Paul Phillips2010-01-291-5/+11
* Added hashCode implementations to Manifest type...Paul Phillips2010-01-292-0/+7
* new starr to bag performance improvements and f...Martin Odersky2010-01-293-3/+3
* Closes #2650.Hubert Plociniczak2010-01-2917-0/+87
* 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-289-29/+45
* [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-283-0/+11
* Moved some test cases from pending to files sin...Paul Phillips2010-01-2810-32/+0
* One of those "$.05 for the bolt, $50,000 for kn...Paul Phillips2010-01-287-37/+42
* 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-275-20/+42
* Forgot to commit the change. No review.Hubert Plociniczak2010-01-271-0/+2
* Closes #2966. Review by milessabin.Hubert Plociniczak2010-01-273-7/+14
* reverting r20688 for now, no reviewLukas Rytz2010-01-275-41/+19
* fix pickle format doc. no reviewLukas Rytz2010-01-271-1/+1
* close #2868.Lukas Rytz2010-01-275-19/+41
* Made actor-receivewithin test deterministic.Philipp Haller2010-01-271-0/+2
* Cleaning up. No review.Hubert Plociniczak2010-01-261-3/+1
* Refactored some of the code from r20624 thanks ...Hubert Plociniczak2010-01-262-34/+12
* Refinements to the recent repl patches.Paul Phillips2010-01-2615-192/+445
* Another batch of tests. No review.Hubert Plociniczak2010-01-2614-0/+68
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-2638-393/+222
* Access modifiers added for certain members and ...Aleksandar Pokopec2010-01-262-8/+15
* Hack for the refined build manager to print inf...Hubert Plociniczak2010-01-262-5/+14
* More tests, plus missing file. No review.Hubert Plociniczak2010-01-2611-0/+58
* Changed the info statements in refined build ma...Hubert Plociniczak2010-01-2660-2/+300
* Fixes #2766. Review by phaller.Aleksandar Pokopec2010-01-252-1/+25
* Fixed stability problem with build.Martin Odersky2010-01-254-4/+4
* Test file for matching with replace.Aleksandar Pokopec2010-01-251-0/+27
* Replacement in matching can now be done by prov...Aleksandar Pokopec2010-01-251-1/+51