summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* bigger commit for 2.8 previewIngo Maier2009-06-0140-345/+653
* Some work towards fixing ticket #2030.David MacIver2009-06-013-5/+27
* Unpositionable children don't contribute to par...Miles Sabin2009-06-012-2/+5
* toString for TreeSet. Documentation cleanup.David MacIver2009-06-012-2/+3
* Fix and test for bug 2029.David MacIver2009-06-016-64/+64
* Modify TreeSet to use Ordering instead of Order...David MacIver2009-06-017-21/+20
* Renamed Reactor source file to match name of tr...Philipp Haller2009-05-311-0/+0
* Allow the content of SourceFiles backed by inte...Miles Sabin2009-05-311-2/+8
* Renamed OutputChannelActor to Reactor.Philipp Haller2009-05-3115-204/+267
* Jumbo sized rewrite/cleanup of SymbolicXMLBuilder.Paul Phillips2009-05-301-276/+158
* big overhaul of annotations implementation.Lukas Rytz2009-05-3099-2252/+2311
* Null check on RichString->String implicit.Paul Phillips2009-05-301-1/+1
* Minor duplication removing refactoring.Paul Phillips2009-05-301-27/+22
* fixed MSIL build and added ".scala_dependencies...Lukas Rytz2009-05-301-2/+2
* Named and default argumentsLukas Rytz2009-05-3060-744/+1836
* Endless exploration of exception handling synta...Paul Phillips2009-05-293-41/+58
* Exception handling approaching platonic ideal.Paul Phillips2009-05-292-52/+52
* Continuing to refine exception composition.Paul Phillips2009-05-292-50/+66
* first attempt at command completion; more fiddl...Martin Odersky2009-05-295-46/+106
* Fix for #2024.Paul Phillips2009-05-291-1/+1
* fixed failing test affecting bug1960.Martin Odersky2009-05-291-1/+1
* rest of last commitMartin Odersky2009-05-294-10/+16
* Added method to remove compilation units when t...Miles Sabin2009-05-291-0/+3
* Implemented #2009.Philipp Haller2009-05-292-110/+186
* minor twiddling with position.Martin Odersky2009-05-295-28/+109
* More efficient 'clear' method.Iulian Dragos2009-05-291-0/+3
* Refactored the existing dependency tracker and ...Iulian Dragos2009-05-2912-140/+478
* Riffing off the removal of the cldc library, re...Paul Phillips2009-05-2917-199/+120
* Fixed "scala.util.Random" in MSIL library.Gilles Dubochet2009-05-291-11/+14
* "scala.Random" has been deprecated since 2.7.2 ...Gilles Dubochet2009-05-292-102/+0
* Removed CLDC library, since we've stopper suppo...Gilles Dubochet2009-05-2930-4719/+0
* Re-enabled SchedulerAdapter.Philipp Haller2009-05-281-1/+30
* Improved SimpleExecutorScheduler with non-leaki...Philipp Haller2009-05-285-60/+160
* more work on the interactive mode.Martin Odersky2009-05-288-54/+78
* Further development of the Numeric and Ordering...Paul Phillips2009-05-2810-385/+88
* Added a sequence shuffling method to scala.util...Paul Phillips2009-05-281-1/+30
* Fixed #2010 by scheduling waitingFor check.Philipp Haller2009-05-282-53/+71
* checking in forgotten fileMartin Odersky2009-05-281-0/+205
* More precise local variable rangesIulian Dragos2009-05-281-2/+2
* fixed package objects for MSILLukas Rytz2009-05-281-0/+4
* more work on rangepositions.Martin Odersky2009-05-2834-162/+133
* Implements feature request #2008.Gilles Dubochet2009-05-282-3/+23
* fix for #1660.Lukas Rytz2009-05-281-1/+1
* Now for real: added OutputChannelActor.Philipp Haller2009-05-283-1/+229
* Added OutputChannelActor.Philipp Haller2009-05-286-123/+45
* The classics never go out of style: reintegrate...Paul Phillips2009-05-282-73/+36
* Added exceptionHandler method.Philipp Haller2009-05-272-4/+11
* Commented instance vars of Actor trait and comp...Philipp Haller2009-05-272-31/+58
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-2713-34/+2
* Reintegrated PriorityQueue.Paul Phillips2009-05-275-60/+53