summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* close #2984. review by community.Lukas Rytz2010-02-101-11/+11
* modified typing of while loops to allow other t...Tiark Rompf2010-02-101-6/+21
* close #3003. no review, already done by dragos.Lukas Rytz2010-02-101-2/+6
* Fixed partially specialized classes.Iulian Dragos2010-02-091-4/+12
* some small byval mode changes. review by odersky.Tiark Rompf2010-02-091-8/+11
* Compiler part of fix for #2767: provide hooks t...Miles Sabin2010-02-094-4/+30
* Until now directories on the classpath were not...Paul Phillips2010-02-081-25/+58
* Some work on classpaths.Paul Phillips2010-02-0820-366/+578
* [scaladoc] Fully qualified names are displayed ...Gilles Dubochet2010-02-085-19/+54
* [scaladoc] Many improvements in the UI for Scal...Gilles Dubochet2010-02-0812-128/+510
* fix msil build (nested classes in particular).Lukas Rytz2010-02-081-4/+12
* Some code duplication removal as I inch us towa...Paul Phillips2010-02-072-2/+4
* A more MSIL-aware attempt at isolating the plat...Paul Phillips2010-02-069-134/+224
* [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
* Added byval mode and annotation checker hook fo...Tiark Rompf2010-02-043-32/+71
* Raised the level of abstraction (slightly, not ...Paul Phillips2010-02-044-76/+69
* Some hardening in the repl, and removing some f...Paul Phillips2010-02-045-16/+29
* Some minor cleanups in reflect.Paul Phillips2010-02-042-1/+5
* The remainder of isolating MSIL from the rest o...Paul Phillips2010-02-045-193/+210
* Unique's seeming victory is overruled by commit...Paul Phillips2010-02-0412-17/+17
* Noticed that all the system properties were bei...Paul Phillips2010-02-041-6/+5
* 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
* Striking while the iron is hot, renamed removeD...Paul Phillips2010-02-0311-14/+14
* [scaladoc] Optional link to source (set paramet...Gilles Dubochet2010-02-037-49/+93
* Fixes the problem mentioned in #2882, which see...Hubert Plociniczak2010-02-031-4/+8
* 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