summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrote my own submitted code of a year ago fro...Paul Phillips2010-02-151-0/+39
* Some new tools for the tools directory.Paul Phillips2010-02-152-8/+28
* Fix for the out-of-date showpickled. No review.Paul Phillips2010-02-151-1/+1
* Merge branch 'fix-specialized'Iulian Dragos2010-02-153-19/+37
* Restored the disabled exception in classfilepar...Paul Phillips2010-02-152-6/+12
* More classpath work, and cleanups in the vicini...Paul Phillips2010-02-1410-136/+147
* Added some error logic so if #2956 strikes agai...Paul Phillips2010-02-141-6/+7
* Reducing the amount of low-level classpath mani...Paul Phillips2010-02-147-43/+57
* Some change to classpath handling in r20866 has...Paul Phillips2010-02-141-4/+2
* [scaladoc] Added "display packages only" filter...Gilles Dubochet2010-02-122-3/+61
* [scaladoc] Fixes for IE 8 compatibility.Gilles Dubochet2010-02-125-20/+31
* The non-intrusive bits of my hopefully pending ...Paul Phillips2010-02-112-22/+17
* added annotation checker hook for Types.isWithi...Tiark Rompf2010-02-112-1/+13
* More work on classpaths.Paul Phillips2010-02-1110-167/+130
* [scaladoc] Fixed popup content lookup so that i...Gilles Dubochet2010-02-115-140/+146
* Trying to get when "." is added to the classpat...Paul Phillips2010-02-111-0/+2
* Fixes #3045. No review.Hubert Plociniczak2010-02-101-1/+1
* More work on classpaths.Paul Phillips2010-02-1014-242/+268
* Closes #2651Hubert Plociniczak2010-02-101-12/+23
* 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