summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed buildPhilipp Haller2008-01-242-14/+10
|
* Deleted obsolete filePhilipp Haller2008-01-242-10/+13
|
* made printMessage platform-independent, removed...michelou2008-01-233-161/+12
| | | | | | made printMessage platform-independent, removed NewTestRunner (broken build)
* Added skeleton for new test runnerPhilipp Haller2008-01-231-0/+150
|
* lifts synchronized when target is MSIL; ignore ...Martin Odersky2008-01-231-13/+20
| | | | | lifts synchronized when target is MSIL; ignore CR's in scalatest diffs.
* trys with returns are lifted when target is MSILMartin Odersky2008-01-231-1/+16
|
* += (a -> b)michelou2008-01-231-4/+4
|
* corrected regexpmichelou2008-01-231-1/+1
|
* fixed #400Martin Odersky2008-01-232-14/+23
|
* removed last warningsmichelou2008-01-235-39/+41
|
* remove some warnings, incl. += (a -> b)michelou2008-01-2310-106/+110
|
* added to fix of #298Martin Odersky2008-01-231-1/+2
|
* corrected typomichelou2008-01-221-1/+1
|
* fixed #347. Added option -Xlog-implicits.Martin Odersky2008-01-223-7/+16
|
* applied path for #325, update scalac man pagesmichelou2008-01-223-19/+16
|
* added serialVersionUID (#376)michelou2008-01-2210-14/+31
|
* fixed #351Martin Odersky2008-01-221-1/+9
|
* fixed #342Martin Odersky2008-01-221-1/+1
|
* fixed #360Martin Odersky2008-01-221-1/+7
|
* removed some warningsmichelou2008-01-221-19/+22
|
* added svn:keywordsmichelou2008-01-221-3/+13
|
* removed some warningsmichelou2008-01-223-25/+31
|
* added ACC_VARARGSmichelou2008-01-221-68/+19
|
* added commentsmichelou2008-01-221-1/+81
|
* Fixed #311 and #312shack2008-01-223-10/+43
| | | | | | Disable tail call recursion for certain cases when compiling for MSIL to adhere to CIL conventions
* removed some warningsmichelou2008-01-222-44/+52
|
* fixed #318Martin Odersky2008-01-211-1/+1
|
* fixed t0392; un-deprecated Iterator.fromArray (...Martin Odersky2008-01-216-21/+43
| | | | | | fixed t0392; un-deprecated Iterator.fromArray (I don't see a good alternative?)
* Fixed issue #398Iulian Dragos2008-01-214-5/+9
|
* removed some warningsmichelou2008-01-215-50/+47
|
* no Liftcode on CLDC toomichelou2008-01-212-1/+32
|
* Fixed issue #313.Gilles Dubochet2008-01-211-1/+1
|
* disabled liftcode for MSILMartin Odersky2008-01-211-3/+6
|
* removed some warningsmichelou2008-01-213-37/+37
|
* removed files which were added by accidentMartin Odersky2008-01-191-11/+0
|
* getting rid of deprecated warningsMartin Odersky2008-01-191-0/+11
|
* added toBinary-/toHex-/toOctalString (Long)michelou2008-01-183-3/+36
|
* removed more warningsmichelou2008-01-1812-85/+88
|
* fixed broken build and remove some warningsmichelou2008-01-187-93/+92
|
* moved deprecati0on warnings to refchecks, so th...Martin Odersky2008-01-183-10/+7
| | | | | | moved deprecati0on warnings to refchecks, so that overloaded deprecated methods are now correctly flagged.
* fixed #385Martin Odersky2008-01-181-1/+2
|
* Fixed a problem with TypeTree.symbolMartin Odersky2008-01-171-1/+1
|
* Fixed ticket #106.Iulian Dragos2008-01-172-3/+8
|
* build target is now 1.5Martin Odersky2008-01-1721-191/+403
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* Fixed ticket #356Iulian Dragos2008-01-171-2/+22
|
* fixed t341Burak Emir2008-01-151-1/+1
|
* Learned of the shorter way of converting string...Geoffrey Washburn2008-01-152-2/+2
| | | | | Learned of the shorter way of converting strings to ints.
* Fixed too aggressive dead-code-elimination agai...Iulian Dragos2008-01-151-1/+1
| | | | | | Fixed too aggressive dead-code-elimination against side-effecting lazy values
* Moved the checks for executing JVM versus targe...Geoffrey Washburn2008-01-133-15/+14
| | | | | | Moved the checks for executing JVM versus target JVM into better locations.
* Fixed ticket #306Iulian Dragos2008-01-101-0/+1
|