summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* -target 1.5 now the default.Martin Odersky2007-12-1921-47/+50
* added type param to Classmichelou2007-12-193-5/+7
* fixes to make dual mode build passMartin Odersky2007-12-192-2/+4
* dual mode (generics or not) version of compiler...Martin Odersky2007-12-1960-138/+160
* add partest to the scala-test packageLex Spoon2007-12-181-1/+3
* updated STARR for Java genericsmichelou2007-12-185-6/+6
* made Typers more lenient wrt to redundant type ...Martin Odersky2007-12-181-3/+8
* updated STARR to Scala 2.6.1-RC2michelou2007-12-144-4/+4
* #153 still not fixed..michelou2007-12-142-3/+3
* reverted memory size change (useless)michelou2007-12-131-1/+1
* added Android examplesmichelou2007-12-131-1/+6
* incread default memory size in scalatestmichelou2007-12-131-1/+1
* Added the AnnotationCheckers registry, so thatLex Spoon2007-12-124-9/+83
* Fixed #153 (thanks to Sean)michelou2007-12-123-19/+24
* added final modifier, commented out test for #153michelou2007-12-123-5/+5
* fixed problem with Stream.flatMap, changed text...Martin Odersky2007-12-112-11/+4
* Made all values to be final fields in the gener...Iulian Dragos2007-12-112-2/+3
* added message parameter to custom assert methodmichelou2007-12-112-10/+16
* better approximation of <:<_erased, fixes bug i...Burak Emir2007-12-101-3/+9
* updated check file (missing in r13483)michelou2007-12-101-0/+3
* added test case for fix #272michelou2007-12-101-10/+69
* Fixed #272michelou2007-12-102-17/+22
* scaladoc now adds 'lazy' modifiermichelou2007-12-051-59/+60
* added accessor test (bis)michelou2007-12-051-0/+1
* added accessor testmichelou2007-12-051-15/+24
* fixed typo in build.xmlmichelou2007-12-051-2/+2
* Removed the SYNTHETIC flags for accessors (java...Iulian Dragos2007-12-041-1/+0
* Hopefully this won't break the build.Sean McDirmid2007-12-041-1/+1
* commented out unreachable codemichelou2007-12-041-2/+2
* hacking Range.Inclusive "by" method out so I ca...Sean McDirmid2007-12-041-4/+9
* Annotated type of to to be Range instead its In...Sean McDirmid2007-12-041-1/+1
* updated STARR to Scala 2.6.1-RC1michelou2007-12-035-20/+36
* Fixed two minor bugs in dead code elmination an...Iulian Dragos2007-12-032-2/+13
* Fixed #216Iulian Dragos2007-12-031-1/+2
* nuking noides, getting rid of generate ide mapsSean McDirmid2007-12-023-579/+3
* nuking noide and generate ides phaseSean McDirmid2007-12-021-8/+1
* * nuked noideSean McDirmid2007-12-021-1/+0
* Fixed problem with to with custom bySean McDirmid2007-12-021-1/+1
* Fixed bug in to with custom bySean McDirmid2007-12-021-12/+20
* Ported bug fix in rev 13402 of 2.6.1 branchPhilipp Haller2007-12-023-8/+19
* fixed #211Burak Emir2007-12-014-73/+61
* - When -Yself-in-annots is turned on, be carefu...Lex Spoon2007-11-303-8/+36
* Fixed comparison for BigInts (and other custom ...Gilles Dubochet2007-11-301-0/+1
* changed dependencies for targets 'dist' and 'pack'michelou2007-11-301-5/+5
* Maybe fixed CLDC build.Gilles Dubochet2007-11-301-382/+79
* format -> formattedMartin Odersky2007-11-302-3/+3
* Fixed issue with MSIL build.Gilles Dubochet2007-11-291-1/+5
* - include partest in the scala-test packageLex Spoon2007-11-291-2/+43
* Beautified actor sequence example.Philipp Haller2007-11-291-16/+8
* Fixed issue that avoids evaluating expressions ...Philipp Haller2007-11-292-9/+29