summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* improvements to names / defaults (implicits, ty...Lukas Rytz2009-06-205-70/+115
* Removed some useless type arguments which survi...Paul Phillips2009-06-191-1/+1
* Support for specialization on explicit types.Iulian Dragos2009-06-192-22/+77
* Fixed scaladoc crashIulian Dragos2009-06-191-1/+1
* Specialization landed in trunk.Iulian Dragos2009-06-1815-55/+1531
* Small fixes in code generation for interface ca...Iulian Dragos2009-06-182-3/+8
* Fixed symbol loaders when called at a very late...Iulian Dragos2009-06-182-4/+7
* (1) some changes to interactive compiler interf...Martin Odersky2009-06-1813-137/+279
* working on dep manager.Iulian Dragos2009-06-181-18/+27
* Adds @experimental annotation to lower the acti...Paul Phillips2009-06-171-0/+1
* cleaned up eta-expansion of partial named appli...Lukas Rytz2009-06-162-28/+20
* allow using named / default arguments in self- ...Lukas Rytz2009-06-152-7/+14
* Fixed the optimised build.Iulian Dragos2009-06-152-5/+26
* - fixed #2057Lukas Rytz2009-06-154-24/+21
* Loosened tab-completion requirements so one can...Paul Phillips2009-06-121-2/+5
* 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