summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixed a number of things in the icode reader, o...Iulian Dragos2009-06-112-15/+22
* more annotations cleanup.Lukas Rytz2009-06-1112-193/+151
* Minor cleanups while I evaluate rewriting the p...Paul Phillips2009-06-104-72/+53
* minor annotations cleanupLukas Rytz2009-06-102-13/+9
* removed debug code (revert r17767 and r17780)Lukas Rytz2009-06-101-17/+3
* A couple findbugs inspired bugfixes, and a new ...Paul Phillips2009-06-091-1/+1
* Finally unbroke statics tab-completion.Paul Phillips2009-06-091-4/+5
* Comparing equality of settings works better.Gilles Dubochet2009-06-081-25/+41
* Use `keySet' and `valueIterable' to get keys an...Gilles Dubochet2009-06-083-3/+3
* made bean getters/setters non-synthetic (-> acc...Lukas Rytz2009-06-071-1/+1
* fixed BeanProperty, added BooleanBeanProperty, ...Lukas Rytz2009-06-074-77/+86
* just converting tabs to spaces to make upcoming...Adriaan Moors2009-06-041-134/+134
* removed code for parsing old pickle format.Lukas Rytz2009-06-033-165/+18
* Working around failing names-defaults test.Paul Phillips2009-06-021-2/+2
* fixed some problems with positions.Martin Odersky2009-06-025-38/+70
* Moved NameTransformer from the compiler to the ...Paul Phillips2009-06-027-154/+10
* named argument disallowed when assignment expre...Lukas Rytz2009-06-022-12/+47
* Unpositionable children don't contribute to par...Miles Sabin2009-06-012-2/+5
* Modify TreeSet to use Ordering instead of Order...David MacIver2009-06-015-13/+8
* Allow the content of SourceFiles backed by inte...Miles Sabin2009-05-311-2/+8
* Jumbo sized rewrite/cleanup of SymbolicXMLBuilder.Paul Phillips2009-05-301-276/+158
* big overhaul of annotations implementation.Lukas Rytz2009-05-3042-1716/+1927
* 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-3058-741/+1833
* Endless exploration of exception handling synta...Paul Phillips2009-05-292-15/+11
* Exception handling approaching platonic ideal.Paul Phillips2009-05-291-7/+8
* Continuing to refine exception composition.Paul Phillips2009-05-291-14/+11
* first attempt at command completion; more fiddl...Martin Odersky2009-05-295-46/+106
* 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
* minor twiddling with position.Martin Odersky2009-05-295-28/+109
* Refactored the existing dependency tracker and ...Iulian Dragos2009-05-2912-140/+478
* Riffing off the removal of the cldc library, re...Paul Phillips2009-05-2915-197/+119
* more work on the interactive mode.Martin Odersky2009-05-288-54/+78
* Further development of the Numeric and Ordering...Paul Phillips2009-05-281-1/+1
* 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
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-272-4/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-2754-137/+144
* Added interpreter binding for "lastException" w...Paul Phillips2009-05-271-1/+5
* Put exception unwrapping back in interpreter as...Paul Phillips2009-05-271-1/+7
* Fixed problem that spurious caused exhaustivene...Martin Odersky2009-05-2711-45/+145
* Reverted bogus fix.Miles Sabin2009-05-271-2/+0
* Reset the tree as well ...Miles Sabin2009-05-271-0/+2
* Not sure why the disabled test did not get comm...Martin Odersky2009-05-261-0/+1
* removed deprecated files; more changes to repl.Martin Odersky2009-05-265-10/+26