summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* More XML logic smoothing.Paul Phillips2009-06-021-26/+25
|
* Massive XML simplifications.Paul Phillips2009-06-029-151/+66
|
* "Map.values" returns a sequence instead of a set.Gilles Dubochet2009-06-025-17/+15
|
* named argument disallowed when assignment expre...Lukas Rytz2009-06-025-28/+68
| | | | | | named argument disallowed when assignment expression would typecheck. minor fixe to names / defaults.
* reverted 17960, restored bug1241 w/ new check fileAntonio Cunei2009-06-023-4/+7
|
* Reverting 17948, disabling test.Antonio Cunei2009-06-023-7/+4
|
* fixed (finally!) issue with JavaSerializermichelou2009-06-023-23/+26
|
* Removed deprecation warnings.Ingo Maier2009-06-025-11/+17
|
* Fun with subclipse.Ingo Maier2009-06-027-45/+55
|
* bigger commit for 2.8 previewIngo Maier2009-06-0140-345/+653
|
* Changed output error for bug1241.David MacIver2009-06-011-1/+4
|
* 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
| | | | | | Unpositionable children don't contribute to parents position; the typechecker shouldn't swallow interactive control exceptions.
* pending test for ticket #2030David MacIver2009-06-012-0/+6
|
* toString for TreeSet. Documentation cleanup.David MacIver2009-06-012-2/+3
|
* Fix and test for bug 2029.David MacIver2009-06-018-64/+83
|
* Modify TreeSet to use Ordering instead of Order...David MacIver2009-06-017-21/+20
| | | | | | Modify TreeSet to use Ordering instead of Ordered to bring it inline with TreeMap and improve performance.
* Moved test for offline bug fixing.Philipp Haller2009-05-312-0/+0
|
* Renamed Reactor source file to match name of tr...Philipp Haller2009-05-311-0/+0
| | | | | Renamed Reactor source file to match name of trait.
* Allow the content of SourceFiles backed by inte...Miles Sabin2009-05-311-2/+8
| | | | | | Allow the content of SourceFiles backed by interactive buffers to be updated.
* New tests for exceptions and Actor.receiveWithin.Philipp Haller2009-05-315-4/+133
|
* Renamed OutputChannelActor to Reactor.Philipp Haller2009-05-3115-204/+267
| | | | | | | Renamed Future.ch to Future.inputChannel. Exceptions are handled properly while matching messages. Tasks that execute actors no longer catch Throwable, but Exception.
* Changed t1801.Philipp Haller2009-05-301-1/+1
|
* Jumbo sized rewrite/cleanup of SymbolicXMLBuilder.Paul Phillips2009-05-301-276/+158
|
* big overhaul of annotations implementation.Lukas Rytz2009-05-30111-2273/+2334
|
* 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
| | | | | fixed MSIL build and added ".scala_dependencies" to svn:ignore
* Named and default argumentsLukas Rytz2009-05-3099-783/+2404
| | | | | | | - MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy"
* Endless exploration of exception handling synta...Paul Phillips2009-05-293-41/+58
| | | | | Endless exploration of exception handling syntax continues.
* 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
| | | | | first attempt at command completion; more fiddling with positions
* Fix for #2024.Paul Phillips2009-05-291-1/+1
|
* fixed failing test affecting bug1960.Martin Odersky2009-05-291-1/+1
|
* Added long-running memory-leak test for Actor.Philipp Haller2009-05-291-0/+39
|
* Decreased memory consumption of test for #1801.Philipp Haller2009-05-292-6/+1
|
* rest of last commitMartin Odersky2009-05-294-10/+16
|
* Added method to remove compilation units when t...Miles Sabin2009-05-291-0/+3
| | | | | Added method to remove compilation units when they become uninteresting.
* 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
| | | | | | Refactored the existing dependency tracker and added a 'build manager' interface for IDE use.
* Riffing off the removal of the cldc library, re...Paul Phillips2009-05-2923-233/+123
| | | | | | Riffing off the removal of the cldc library, removed forCLDC and its special cases. Not as much fun as removing inIDE, but still fun.
* 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
| | | | | | "scala.Random" has been deprecated since 2.7.2 (replaced by "scala.util.Random"), and will not be part of 2.8.
* Removed CLDC library, since we've stopper suppo...Gilles Dubochet2009-05-2930-4719/+0
| | | | | Removed CLDC library, since we've stopper supporting CLDC.
* Added test for SchedulerAdapter.Philipp Haller2009-05-282-0/+47
|
* Re-enabled SchedulerAdapter.Philipp Haller2009-05-281-1/+30
|
* Improved SimpleExecutorScheduler with non-leaki...Philipp Haller2009-05-285-60/+160
| | | | | Improved SimpleExecutorScheduler with non-leaking termination monitor.