summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* closes #4064.Adriaan Moors2010-12-091-2/+2
* again: relax access boundry check for overridin...Lukas Rytz2010-12-082-4/+5
* I learned from #4067 that we don't have any kin...Paul Phillips2010-12-083-0/+52
* The lords of attrition informed me that "isType...Paul Phillips2010-12-081-11/+11
* Made it possible to give :cp an argument with s...Paul Phillips2010-12-071-2/+5
* Reverts previous commit: needs a new starr..Lukas Rytz2010-12-072-5/+4
* follow up on fix #3946.Lukas Rytz2010-12-072-4/+5
* Parse the contents of the package right away in...Eugene Vigdorchik2010-12-073-10/+14
* Looks like I'd gotten a little quote-happy there.Paul Phillips2010-12-071-2/+2
* Oops, lost some java options for a moment there.Paul Phillips2010-12-071-1/+2
* Tackling long standing issues with startup.Paul Phillips2010-12-075-65/+34
* Hardened sigint handler against ctrl-C in the f...Paul Phillips2010-12-071-1/+3
* Tired of trying to debug things like classpaths...Paul Phillips2010-12-075-21/+36
* Don't transform patterns during superaccessors:...Paul Phillips2010-12-061-0/+4
* The ability to interrupt repl execution without...Paul Phillips2010-12-065-38/+170
* Moved ClassfileAnnotation/StaticAnnotation/Anno...Paul Phillips2010-12-061-8/+8
* Cleaned up and brought up to date the help text...Paul Phillips2010-12-0513-133/+191
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-0555-246/+235
* Introducing scala.system, the product of a whir...Paul Phillips2010-12-043-25/+5
* A foot in the door with Parsers/JavaParsers and...Paul Phillips2010-12-049-100/+125
* Some refactoring of genjvm trying to separate o...Paul Phillips2010-12-042-140/+169
* Segregated all the android related code in a ne...Paul Phillips2010-12-043-39/+62
* Starting the mopping up now that names have som...Paul Phillips2010-12-039-159/+159
* close #4036, fix #2489.Lukas Rytz2010-12-031-5/+20
* close #3951. review by dubochet.Lukas Rytz2010-12-031-1/+1
* close #3946.Lukas Rytz2010-12-033-2/+13
* Revert one-liner. No review.Eugene Vigdorchik2010-12-031-1/+1
* Some html stripping in explicitouter because I ...Paul Phillips2010-12-031-30/+37
* Eliminated SYNTHETICMETH flag.Paul Phillips2010-12-039-100/+128
* Generalizes catch blocks to include any Partial...Paul Phillips2010-12-034-14/+48
* Restore id adapt for phases after refChecked (a...Eugene Vigdorchik2010-12-021-1/+1
* It's a big one!Paul Phillips2010-12-0243-891/+972
* added -jar option to scala interpretermichelou2010-12-023-15/+64
* In r23627 Lukas fixed specialization bug that s...Hubert Plociniczak2010-12-021-1/+1
* fixed typoMartin Odersky2010-12-021-1/+1
* Reverted delayed init because of two failing testsMartin Odersky2010-12-021-87/+5
* delayed init now supportedMartin Odersky2010-12-024-5/+106
* Some cruft which finally got on my nerves enoug...Paul Phillips2010-12-012-47/+38
* A patch authored by martin to fix one of the bi...Paul Phillips2010-12-011-3/+7
* More fiddling with checkSensible.Paul Phillips2010-12-014-25/+42
* Taking retronym's advice on increasing Universa...Paul Phillips2010-12-011-2/+4
* Parser relaxation so that one can name the type...Paul Phillips2010-11-301-13/+8
* Found several minor thigns wrong with checkSens...Paul Phillips2010-11-303-22/+53
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-3012-41/+48
* It looks like the fix for #2318 was causing pro...Paul Phillips2010-11-302-4/+3
* "I invite everyone to change this rule, and obs...Paul Phillips2010-11-291-0/+1
* Adding some more unwrapping to unwrap. No review.Paul Phillips2010-11-281-2/+9
* Did some more polishing on the infamous partial...Paul Phillips2010-11-282-3/+7
* Moved sigint handler to InterpreterLoop and mad...Paul Phillips2010-11-284-17/+35
* Fleshed out the mock code a little further so i...Paul Phillips2010-11-282-1/+71