summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #1271.Iulian Dragos2008-08-281-3/+14
|
* Applied patch for #1297Philipp Haller2008-08-281-0/+20
|
* Unrolled wrong commit and the real fix for #989.Iulian Dragos2008-08-282-7/+4
|
* Fixed #998.Iulian Dragos2008-08-271-3/+6
|
* Added support for multi-file tests.Philipp Haller2008-08-276-84/+168
|
* Iterator: document that this iterator behavior ...stepancheg2008-08-261-0/+4
| | | | | | Iterator: document that this iterator behavior is undefined after takeWhile and dropWhile invocation (#1246)
* Fixed serialization of enumsmichelou2008-08-263-32/+45
|
* Fixed NPE on Windows, needs a new starr to fix ...Iulian Dragos2008-08-261-1/+3
| | | | | Fixed NPE on Windows, needs a new starr to fix the build on Windows.
* Fixed problem with implicits in type safe cons ...Martin Odersky2008-08-251-2/+13
| | | | | Fixed problem with implicits in type safe cons example.
* Fixed #1232 and #1167Iulian Dragos2008-08-251-3/+4
|
* Fixed #1270Martin Odersky2008-08-232-7/+7
|
* added scala-swing to sbaz packageLukas Rytz2008-08-221-2/+2
|
* Fix for #820Geoffrey Washburn2008-08-222-32/+53
|
* removed scalap man pageLukas Rytz2008-08-227-132/+6
|
* Fix for #1083.Geoffrey Washburn2008-08-221-6/+16
| | | | | was not producing correct output.
* fixed #1257Lukas Rytz2008-08-221-1/+2
|
* Fixed compiler for 1.4Iulian Dragos2008-08-211-1/+1
|
* Some additional bits of output that should prob...Geoffrey Washburn2008-08-211-2/+2
| | | | | Some additional bits of output that should probably go to stderr.
* The ScriptRunner now sends errors to stderr rat...Geoffrey Washburn2008-08-211-1/+1
| | | | | | The ScriptRunner now sends errors to stderr rather than stdout to behave the same as the regular compiler.
* added prefix direcotry for scala sources tarballLukas Rytz2008-08-211-1/+2
|
* int -> Int, etc.michelou2008-08-192-13/+18
|
* Added "scalacfork" ant task and enabled it to b...Lukas Rytz2008-08-199-81/+168
| | | | | | | | | Added "scalacfork" ant task and enabled it to build locker and quick. Removed sabbus.jar (sabbus ant tasks are included in scala-compiler.jar for some time now) Made serializable, cloneable, SerialVersionUID, BeanProperty static annotations Fixed the Pickler not to crash on repeated annotations
* Forgot to add author fields.Geoffrey Washburn2008-08-193-0/+8
|
* Removed printlnsIulian Dragos2008-08-191-3/+2
|
* Fixed latest cyclic errorIulian Dragos2008-08-191-3/+4
|
* Fixed stability testsIulian Dragos2008-08-191-8/+11
|
* Fixed #1241Martin Odersky2008-08-191-70/+70
|
* Fixed #1215.Geoffrey Washburn2008-08-191-2/+4
|
* deprecated SUnitLukas Rytz2008-08-191-0/+5
|
* Fixed some stability problemsIulian Dragos2008-08-181-1/+11
|
* Fixed #1231Martin Odersky2008-08-181-9/+13
|
* deprecated scalatest and removed it from furthe...Lukas Rytz2008-08-181-1/+1
| | | | | deprecated scalatest and removed it from further distributions
* Missed a file.Iulian Dragos2008-08-181-1/+1
|
* Fixed abstract flag for inner classes.Iulian Dragos2008-08-181-6/+9
|
* Fixing #1189.Lukas Rytz2008-08-186-6/+6
|
* corrected several problems with error reporting...Martin Odersky2008-08-185-29/+37
| | | | | | | corrected several problems with error reporting: positions checked twice, warnings masking errors. Refined solution of forward implicits without5 result type.
* Fixed inner classes parsing when the inner clas...Iulian Dragos2008-08-182-48/+74
| | | | | | Fixed inner classes parsing when the inner class appears as a superclass.
* Reverting for now..Lukas Rytz2008-08-186-6/+6
|
* Fixed #1189Lukas Rytz2008-08-186-6/+8
|
* Reverted change to implicits to see whether plu...Martin Odersky2008-08-181-18/+21
| | | | | Reverted change to implicits to see whether plugin build passes
* Fixed illegal inheritance problem reported by I...Martin Odersky2008-08-171-21/+31
| | | | | Fixed illegal inheritance problem reported by Ilya on 17-08-2008
* Fixed #1186, #1230Martin Odersky2008-08-174-11/+12
|
* Java inner classes are parsed correctly.Iulian Dragos2008-08-172-142/+274
|
* Backed out from addition of vararg += in Buffer.Martin Odersky2008-08-159-14/+23
|
* Buffer gets vararg +, += methods; small fixes.Martin Odersky2008-08-158-17/+81
|
* Fixed #1216 by adding JAVA to the module class ...Iulian Dragos2008-08-151-1/+1
| | | | | Fixed #1216 by adding JAVA to the module class flag mask
* changed model for value changes againIngo Maier2008-08-149-18/+26
|
* Changed -Ycheckinit to -Xcheckinit.Geoffrey Washburn2008-08-141-1/+1
|
* fixed more problems detects by Ilya.Martin Odersky2008-08-131-1/+2
|
* Fixed problem that Java interface constants wer...Martin Odersky2008-08-131-0/+1
| | | | | | Fixed problem that Java interface constants were not seen as constant by Scala