summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Various bugfixes and upgrades to IDE support de...Sean McDirmid2008-06-0113-58/+168
| | | | | | Various bugfixes and upgrades to IDE support dealing with case classes/companion objects, lazy val's, and dependency tracking.
* Fixing problem with inter-project dependencies Sean McDirmid2008-05-311-1/+3
|
* Fixed #971Martin Odersky2008-05-311-1/+32
|
* Changes to support exposing AST in plugin.Sean McDirmid2008-05-312-5/+20
|
* fixed #807. More stuff for virtual classes.Martin Odersky2008-05-3016-233/+279
|
* treebrowser now shows annotationsLukas Rytz2008-05-301-7/+13
|
* fix documentation of lengthCompare methodstepancheg2008-05-293-6/+27
|
* added / updated some documentationLukas Rytz2008-05-293-1/+6
|
* drop svn:executable flags from scala sourcesstepancheg2008-05-293-0/+0
|
* Removed vararg warnings in partestPhilipp Haller2008-05-284-13/+14
|
* Refined types of Actor.async method.Philipp Haller2008-05-271-4/+4
|
* Changed scala.Stream from trait to abstract class.Iulian Dragos2008-05-271-2/+8
|
* Iterator.collect method (#916)stepancheg2008-05-271-1/+11
|
* make List.++ faster if argument is List (#887)stepancheg2008-05-271-6/+2
|
* text.Document for .NET target (using System.IO....jeberle2008-05-271-1/+122
| | | | | text.Document for .NET target (using System.IO.TextWriter)
* commented some lines in Sorting.scala (they whe...jeberle2008-05-272-7/+7
| | | | | | commented some lines in Sorting.scala (they where only for testing) which doesn't compile in .NET.
* typo: s/assumptopm/assumption/lorch2008-05-262-2/+2
|
* Hooked in the DeVirtualize phase again, though ...Geoffrey Washburn2008-05-263-20/+30
| | | | | | Hooked in the DeVirtualize phase again, though it only runs with -Xexperimental, and even then it does not work yet.
* Added DeVirtualize back.Geoffrey Washburn2008-05-261-0/+498
|
* Now "scala -Y" gives the same output as "scalac...Lex Spoon2008-05-251-4/+7
| | | | | | | Now "scala -Y" gives the same output as "scalac -Y". Review by: dubochet
* Fixed ugliness correctly this time.Geoffrey Washburn2008-05-251-9/+1
|
* Fix for #947.Geoffrey Washburn2008-05-251-3/+1
|
* - be specific about what errors are caughtlorch2008-05-241-2/+7
| | | | | - fixed "Warning -- Nested class 'scala.collection.immutable.Queue/scala.collection.immutable.$anonfun$$plus$1' has non-nested visibility, set to such."
* Implement #886: indexOf, findIndexOfstepancheg2008-05-243-23/+70
| | | | | | | | introduces Iterator indexOf, findIndexOf moved indexOf, findIndexOf bodies from Iterable to Iterator deprecated Iterable indexOf, findIndexOf introdued Seq indexOf, findIndexOf
* Undo the changes for now.Geoffrey Washburn2008-05-242-2/+14
|
* Really fixed InterpreterLoop this time.Geoffrey Washburn2008-05-241-3/+1
|
* InterpreterLoop no longer needs ugliness becaus...Geoffrey Washburn2008-05-241-8/+0
| | | | | | InterpreterLoop no longer needs ugliness because of the change to Interpreter.
* By default, the interpreter now uses the classl...Geoffrey Washburn2008-05-241-3/+1
| | | | | | By default, the interpreter now uses the classloader that loaded itself as its parent.
* Fixed #807. Removed debug outout in JavaParsers.Martin Odersky2008-05-232-4/+9
|
* fixed #936Martin Odersky2008-05-232-2/+2
|
* fixed typo in JavaParsersMartin Odersky2008-05-221-1/+1
|
* Gixed #946Martin Odersky2008-05-221-2/+2
|
* Reorganized BasicBlocks a bit:Iulian Dragos2008-05-229-51/+79
| | | | | | | - they are now Seq[Instruction] - all booleans have been packed into an int - removed non-standard iteration methods, and switched to Seq methods.
* Fixed String.+ when the implicit is applied to ...Iulian Dragos2008-05-221-1/+1
| | | | | Fixed String.+ when the implicit is applied to a null.
* fixed #911.Martin Odersky2008-05-226-18/+26
|
* When no check file exists, run test fails with ...Philipp Haller2008-05-222-3/+11
| | | | | When no check file exists, run test fails with correct log/diff.
* fixed #911. Added comments to <~ and ~> methods.Martin Odersky2008-05-222-6/+27
|
* correction to meaning of operator names: names ...Martin Odersky2008-05-212-2/+5
| | | | | | correction to meaning of operator names: names starting with = always never count as assignment operators. Fixed #905
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-214-11/+26
| | | | | added tests; fixed #903; made Predef.Map covariant in second parameter.
* Fixed #904Martin Odersky2008-05-211-2/+2
|
* Fixed t0942Martin Odersky2008-05-211-2/+8
|
* Fixed #677Martin Odersky2008-05-212-1/+45
|
* fixed #665Martin Odersky2008-05-211-1/+2
|
* making the ilasm command verbose to see what's ...Lukas Rytz2008-05-211-1/+2
| | | | | | making the ilasm command verbose to see what's going on. the msil nightly build is broken, predef.dll is not generated.
* Inner classes are now kept as such when compili...Lukas Rytz2008-05-216-25/+48
| | | | | Inner classes are now kept as such when compiling to .NET.
* fixed #605. Added more info on #612Martin Odersky2008-05-212-3/+8
|
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-2019-29/+2088
| | | | | | | 1) Fix in backend to print meaningful filenames (previously it was "[wrote DataOutputStream@6747]" 2) Treat java varargs as Scala varargs 3) Allow parsing of Java source files
* Removed useless assertion, fixed #826Iulian Dragos2008-05-201-3/+1
|
* Synced src/dotnet-library with rev 15086 of src...Lukas Rytz2008-05-2010-98/+427
| | | | | Synced src/dotnet-library with rev 15086 of src/library
* Fixed issue #896: Scala script "execs" the JVM.Gilles Dubochet2008-05-201-1/+1
|