summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* more products, plus some static optimization in...Burak Emir2006-11-2746-80/+1694
| | | | | more products, plus some static optimization in pattern matcher
* 1. fixed bug834Martin Odersky2006-11-272-3/+9
| | | | | | 2. changed implicit in Predef so that x+"abc" is now allowed for non-string x.
* Fixed bug with calls in tail position with fina...Iulian Dragos2006-11-273-1/+46
| | | | | Fixed bug with calls in tail position with final handlers.
* Fixed bug ivolving corecions and default conver...Iulian Dragos2006-11-272-4/+13
| | | | | Fixed bug ivolving corecions and default conversions.
* fixed bug831Martin Odersky2006-11-272-12/+11
| | | | | | fixed problem in util.ClassPath that caused fsc to die silently if output directory does not exist.
* Files related to bug reportsSean McDirmid2006-11-262-0/+36
|
* For bug838Sean McDirmid2006-11-251-0/+19
|
* Blah, SVN is evil.Sean McDirmid2006-11-252-0/+37
|
* (no commit message)Sean McDirmid2006-11-253-47/+0
|
* Adding passing resident tests.Sean McDirmid2006-11-2527-0/+179
|
* Added support for resident testsSean McDirmid2006-11-251-2/+28
|
* Residents tests for pending bugs that fit into ...Sean McDirmid2006-11-257-0/+74
| | | | | Residents tests for pending bugs that fit into testing infrastructure.
* Include the test/files/jvm and test/files/jvm5 ...Lex Spoon2006-11-241-1/+1
| | | | | Include the test/files/jvm and test/files/jvm5 subdirectories
* (no commit message)Lex Spoon2006-11-241-0/+7
|
* Added a setting, as yet unused, for experimenta...Lex Spoon2006-11-241-0/+1
| | | | | | Added a setting, as yet unused, for experimental changes related to pluggable types
* (no commit message)Lex Spoon2006-11-242-0/+0
|
* Fixed the test to be clearerLex Spoon2006-11-242-5/+6
|
* *** empty log message ***Lex Spoon2006-11-241-1/+1
|
* (no commit message)Lex Spoon2006-11-242-0/+23
|
* Map.scala: added simple keySet method.Sean McDirmid2006-11-244-5/+23
| | | | | | | Trees.scala: added &~ operator to flags. Signatures.scala: trying to ignore synthetic flag in computed signatures. Infer.scala: fixed bug where dependency was being attributed to wrong unit.
* Added support for java dup_x1/2 bytecodes plus ...Iulian Dragos2006-11-233-24/+234
| | | | | Added support for java dup_x1/2 bytecodes plus some fixes.
* updated STARR to Scala 2.3.0michelou2006-11-233-4/+4
|
* Restored Predef.unit2orderedv2.3.0mihaylov2006-11-231-0/+5
|
* removed space in argument of ambiguousErrormichelou2006-11-231-4/+4
|
* removed unchecked test.Martin Odersky2006-11-232-13/+0
|
* fixed errro output and testsMartin Odersky2006-11-231-1/+1
|
* fixed bug that caused scalatest to breakMartin Odersky2006-11-231-1/+2
|
* Fixed even more bugs in icode reader.Iulian Dragos2006-11-225-28/+57
|
* 1.Martin Odersky2006-11-228-31/+48
| | | | | | 2. Modified ambiguous check for implicits. 3. Cleanup of AddInterfaces
* Fixed a bug where pre-existing classes couldLex Spoon2006-11-221-37/+22
| | | | | shadow classes entered at the command prompt
* fixed bug 831Martin Odersky2006-11-214-14/+17
|
* Added a rich class for every primitive typemihaylov2006-11-2110-67/+192
|
* Removed some commented debug printlns from Byte...Philipp Haller2006-11-211-8/+0
| | | | | Removed some commented debug printlns from BytePickle.
* unapply code in typer needs call to memberType?Burak Emir2006-11-212-0/+27
|
* Checked-in enhanced debugging support for actors.Philipp Haller2006-11-214-53/+202
|
* Small bugfix.Iulian Dragos2006-11-211-2/+2
|
* Added support for modules in icode reader.Iulian Dragos2006-11-212-28/+78
|
* preserving position in adapt -Xunapply extensionBurak Emir2006-11-201-3/+4
|
* indexOf(fun) => indexOf(elem), moved indexOf(el...Burak Emir2006-11-202-23/+23
| | | | | indexOf(fun) => indexOf(elem), moved indexOf(elem) from seq to iterable
* Fixed build.Philipp Haller2006-11-201-2/+2
|
* Minor portability fix in BoxedObjectArraymihaylov2006-11-192-9/+9
|
* fixed syntax error in InferMartin Odersky2006-11-172-1/+46
|
* fixed bugs 802 and 807 (recursive lub problems).Martin Odersky2006-11-177-103/+152
| | | | | Changes system so that now an approximation of lub/glb is computed.
* Removed scala.Nothing$ and scala.Null$mihaylov2006-11-172-48/+0
|
* updated STARR to Scala 2.2.0.9278michelou2006-11-172-2/+2
|
* Include self-test in the synthetic equals metho...mihaylov2006-11-171-5/+13
| | | | | Include self-test in the synthetic equals method for case classes
* fixed bug 798Martin Odersky2006-11-163-6/+8
|
* undid fix to bug798 to make the build work again.Martin Odersky2006-11-162-2/+45
|
* fix bug#825Burak Emir2006-11-161-2/+10
|
* Small fix in actor exit code.Philipp Haller2006-11-163-4/+7
|