summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* A more MSIL-aware attempt at isolating the plat...Paul Phillips2010-02-0610-138/+229
* scalap output bug fixedilyas2010-02-051-1/+1
* Discovered that List's deprecated removeDuplica...Paul Phillips2010-02-051-0/+3
* some scalap tweaksilyas2010-02-052-22/+31
* [scaladoc] Fixed issue with failing Windows build.Gilles Dubochet2010-02-051-1/+1
* Taking a swing at fixing -optimise. No review.Paul Phillips2010-02-042-8/+2
* fixed previous commit. No review.Tiark Rompf2010-02-041-4/+4
* Made a whole WithFilter class for Option after ...Paul Phillips2010-02-041-0/+17
* Added byval mode and annotation checker hook fo...Tiark Rompf2010-02-043-32/+71
* Raised the level of abstraction (slightly, not ...Paul Phillips2010-02-045-79/+72
* Some hardening in the repl, and removing some f...Paul Phillips2010-02-046-17/+29
* Fixed issue in partest where result of tests th...Philipp Haller2010-02-045-74/+120
* Some minor cleanups in reflect.Paul Phillips2010-02-045-29/+31
* The remainder of isolating MSIL from the rest o...Paul Phillips2010-02-046-195/+211
* Unique's seeming victory is overruled by commit...Paul Phillips2010-02-0418-26/+23
* Noticed that all the system properties were bei...Paul Phillips2010-02-043-23/+22
* A big push to make the interpreter easier to in...Paul Phillips2010-02-033-57/+52
* Created MSILGlobal to start breaking the depend...Paul Phillips2010-02-032-82/+94
* Preserve source order for class members in gene...Iulian Dragos2010-02-031-0/+1
* Fixed XML Utility.escape method to conform to X...David Pollak2010-02-031-5/+23
* Striking while the iron is hot, renamed removeD...Paul Phillips2010-02-0317-20/+23
* [scaladoc] Optional link to source (set paramet...Gilles Dubochet2010-02-037-49/+93
* Made sliding/grouped throw an exception when re...Paul Phillips2010-02-031-0/+2
* Fixes the problem mentioned in #2882, which see...Hubert Plociniczak2010-02-031-4/+8
* It was pointed out that sorted and the 1-arg ve...Paul Phillips2010-02-021-36/+22
* Took a swing at sorting out sorting.Paul Phillips2010-02-0214-36/+48
* Hid some AST nodes from the prying eyes of refl...Paul Phillips2010-02-023-79/+71
* Correctly check annotated types.Hubert Plociniczak2010-02-021-8/+6
* Closes #3009.Philipp Haller2010-02-021-11/+26
* Cleaned up the code slightly. No review.Hubert Plociniczak2010-02-021-5/+5
* 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-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-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-011-1/+4
* 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-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-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
* 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