summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* inverted logic when setting FLAGSmichelou2008-01-081-2/+2
|
* added target in docs.manualmichelou2008-01-081-0/+1
|
* added target to quick taskmichelou2008-01-071-6/+7
|
* added target to locker taskmichelou2008-01-071-6/+6
|
* Fixed ticket #305.Geoffrey Washburn2008-01-071-1/+4
|
* fixed t275Burak Emir2008-01-061-2/+2
|
* added regression test for t301Burak Emir2008-01-041-0/+12
|
* fixed t301Burak Emir2008-01-041-1/+1
|
* fixed t335Burak Emir2008-01-044-3/+32
|
* if a plugin is given a bad option, stop before ...Lex Spoon2008-01-021-0/+3
| | | | | | if a plugin is given a bad option, stop before running any compilation phases
* added some <parallel> tagsLex Spoon2008-01-021-10/+21
|
* Removed -Xplug-types. Now annotationsLex Spoon2007-12-315-24/+13
| | | | | are always allowed on types.
* fix isSubtype0 to more consistentlyLex Spoon2007-12-311-5/+9
| | | | | | ignore annotations once the annotations have been checked
* Be careful of the mode when typing annotations.Lex Spoon2007-12-311-2/+5
| | | | | TERMmode and not TYPEmode.
* added some <parallel> tags to speed things upLex Spoon2007-12-311-0/+6
|
* fixed t303Burak Emir2007-12-251-1/+2
|
* surgically fixing a broken build.Sean McDirmid2007-12-243-23/+12
|
* surgically fixing a broken build.Sean McDirmid2007-12-241-12/+3
|
* surgically fixing a broken build.Sean McDirmid2007-12-241-5/+5
|
* surgically fixing a broken build.Sean McDirmid2007-12-241-3/+3
|
* surgically fixing a broken build.Sean McDirmid2007-12-241-1/+1
|
* surgically fixing a broken build.Sean McDirmid2007-12-241-1/+15
|
* Fixing my asInstanceOf hack in TypeParser.scala...Sean McDirmid2007-12-241-3/+4
| | | | | | Fixing my asInstanceOf hack in TypeParser.scala, hopefully the separate compilation bug that required the hack has been fixed in 2.6.1
* fixed test Martin Odersky2007-12-221-0/+2
|
* fixed #283 #289Martin Odersky2007-12-217-1/+40
|
* updated CLDC library for Class[T]michelou2007-12-215-26/+20
|
* fixed t0259Martin Odersky2007-12-211-1/+1
|
* updated RichClassmichelou2007-12-212-5/+5
|
* updated MSIL library for class[T]michelou2007-12-218-92/+40
|
* changed how wildcards are displayedMartin Odersky2007-12-216-15/+20
|
* Fixed problem with wrong signature for sort in ...Martin Odersky2007-12-211-1/+2
| | | | | Fixed problem with wrong signature for sort in CLRTypes
* fixed build problem on ibm's VMMartin Odersky2007-12-203-6/+33
|
* removed deprecated featuresmichelou2007-12-1918-486/+124
|
* fixed some tests for jvm-1.5Martin Odersky2007-12-193-6/+6
|
* -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
| | | | | dual mode (generics or not) version of compiler and libraries
* 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
| | | | | made Typers more lenient wrt to redundant type parameters
* 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
| | | | | plugins can modify isSubType0 and typed().
* 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
| | | | | | fixed problem with Stream.flatMap, changed text of error message for assume failure in Predef.