summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updated check files for cli testsmichelou2007-01-191-5/+5
* Tweaked the copyright notice.Lex Spoon2007-01-191-1/+2
* - Added HashTreeMap and HashTreeSetLex Spoon2007-01-197-55/+234
* changed BoxedUnit.toString to {} from ()Martin Odersky2007-01-191-1/+1
* updated Optiona and ArrayMartin Odersky2007-01-183-45/+76
* Added scheduler configuration via Java property.Philipp Haller2007-01-181-4/+8
* When "fsc -shutdown" is requested, do not start...Lex Spoon2007-01-182-8/+28
* Spelling fixLex Spoon2007-01-181-1/+1
* - Increased the timeout for connecting toLex Spoon2007-01-181-16/+18
* Merged the fsc web page into this document, and...Lex Spoon2007-01-181-44/+66
* Fixes in shutdown methods of JDK5Scheduler and ...Philipp Haller2007-01-172-4/+6
* Replaced some function variables by methods.Philipp Haller2007-01-176-102/+87
* Fix the prime routine; the priming command wasLex Spoon2007-01-171-9/+10
* Added scheduler based on JDK5 thread pool.Philipp Haller2007-01-174-41/+151
* Added faster non-debugging version of basic sch...Philipp Haller2007-01-173-3/+176
* added svn:keywords and file header to collectio...michelou2007-01-1733-150/+571
* Initial check-in of Java collection library wra...Sean McDirmid2007-01-1732-0/+1173
* Changed channels. Removed receiveFrom and Request.Philipp Haller2007-01-174-448/+220
* enabled -Xunapply.Martin Odersky2007-01-168-45/+62
* warning only emitted with Xoutermatches optionBurak Emir2007-01-161-1/+1
* - start prime the interpreter sooner, so that t...Lex Spoon2007-01-162-3/+32
* some fixes for unapply: Burak Emir2007-01-166-38/+69
* Support multi-line expressions and definitions ...Lex Spoon2007-01-153-48/+110
* Spelling fixLex Spoon2007-01-151-1/+1
* updated scaladoc comments in scala/Seq.scalamichelou2007-01-151-22/+39
* Detect when a syntax error could be remediedLex Spoon2007-01-145-62/+117
* libBurak Emir2007-01-145-5/+6
* Tweaked the help and welcome messages.Lex Spoon2007-01-121-4/+11
* fixed bug877Martin Odersky2007-01-103-23/+54
* fixed bug875Martin Odersky2007-01-102-24/+25
* minor changes in collection/*.scalamichelou2007-01-103-48/+75
* Builds againPhilipp Haller2007-01-101-46/+0
* Fixed bug in andThen.Philipp Haller2007-01-105-69/+171
* fixed bugs 880, 877, 876, 875, Added capitalize...Martin Odersky2007-01-095-36/+52
* added awk scriptBurak Emir2007-01-081-0/+13
* Added `:' to after line in error messages; chan...Martin Odersky2007-01-064-24/+21
* (no commit message)Martin Odersky2007-01-051-1/+3
* (no commit message)Martin Odersky2007-01-052-2/+8
* reverted change to syntheticmethodsBurak Emir2007-01-051-2/+2
* removed Xkilloption from ExplicitOuterBurak Emir2007-01-052-200/+55
* cleanup IterableBurak Emir2007-01-052-10/+3
* Fixed serialization throughout RedBlack hierarchyIulian Dragos2007-01-051-0/+3
* another change to collection librariesMartin Odersky2007-01-0417-11/+112
* Reverted Nik's changes from revision 9152Iulian Dragos2007-01-041-35/+15
* changed collection librariesMartin Odersky2007-01-049-24/+168
* Commited wrong version of code for libdirs fixGilles Dubochet2007-01-041-5/+5
* MainGenericRunner program now deals properly wi...Gilles Dubochet2007-01-031-3/+7
* Removed the generic runner script that has been...Gilles Dubochet2007-01-033-258/+15
* finalized the TupleN ProductN change (last dist...Burak Emir2007-01-0355-158/+112
* * NodeSeq plays with new Seq[A]Burak Emir2007-01-032-3/+4