summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Reverted attempts at inhibiting empty .scala_de...Paul Phillips2009-06-251-9/+0
* The dependecy file is read only when -make is n...Iulian Dragos2009-06-256-23/+223
* named arguments only at top level in () paramet...Lukas Rytz2009-06-255-64/+65
* fixed bug in Parser and updated check files.Martin Odersky2009-06-251-2/+0
* Skeletal implementation of scala.io.File.Paul Phillips2009-06-243-3/+4
* Generalizations made in the course of evaluatin...Paul Phillips2009-06-242-50/+36
* fixed variance bug; added smart brace insertion...Martin Odersky2009-06-2414-221/+568
* Moving empty .scala_dependencies check around l...Paul Phillips2009-06-242-6/+9
* Put a stop to empty .scala_dependencies files.Paul Phillips2009-06-231-0/+6
* Removed what amounted to a no-operation in the ...Paul Phillips2009-06-221-51/+31
* Created DelayedLazyVal for your def/val hybrid ...Paul Phillips2009-06-201-14/+2
* Exposing more identifiers for tab-completion.Paul Phillips2009-06-202-15/+47
* 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