summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala
Commit message (Expand)AuthorAgeFilesLines
...
* It's a big one!Paul Phillips2010-12-021-18/+18
* Deprecation patrol.Paul Phillips2010-11-081-2/+2
* Determined that half a dozen ways of checking f...Paul Phillips2010-11-041-6/+6
* One of those annoying patches for which I apolo...Paul Phillips2010-11-021-4/+4
* Encapsulating name strings in StdNames and elim...Paul Phillips2010-10-111-3/+3
* replaced deprecated method call. review by rytz.Martin Odersky2010-09-281-1/+1
* partial fix for see #3772.Lukas Rytz2010-08-271-19/+0
* better fix for see #3667.Lukas Rytz2010-08-171-1/+9
* fixes names/defaults when using :_* for specify...Lukas Rytz2010-08-051-6/+21
* close #3685. review by moors.Lukas Rytz2010-08-051-6/+21
* added @deprecatedName annotation, allowing to d...Lukas Rytz2010-08-031-1/+30
* close #3648.Lukas Rytz2010-07-091-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* close #3384.Lukas Rytz2010-05-041-53/+49
* close #3338, close #3334, close #3345.Lukas Rytz2010-04-251-21/+32
* close #3207. review by oderskyLukas Rytz2010-04-091-3/+7
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* close #3178. review by communityLukas Rytz2010-04-011-0/+3
* Renamed the linkedFooOfBar methods in Symbol to...Paul Phillips2010-03-041-2/+2
* lifted out core compiler data structures into r...Martin Odersky2010-02-011-1/+0
* Removing defaultGetter field from TermSymbols.Lukas Rytz2010-01-281-3/+36
* Removed static state from global object ClassPa...Paul Phillips2010-01-201-1/+1
* close #2820Lukas Rytz2009-12-211-9/+31
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Deprecation patrol exercises the new capabiliti...Paul Phillips2009-11-191-3/+3
* fix #2488.Lukas Rytz2009-11-121-1/+4
* Fixed #2494, plus some reorganization of swing ...Martin Odersky2009-10-271-1/+1
* new classpaths.Lukas Rytz2009-10-261-1/+1
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* fixed #2290 and #2325Lukas Rytz2009-09-241-1/+3
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-2/+2
* in the end had to disable conforms as view in t...Adriaan Moors2009-08-211-3/+3
* replaced the implicit `identity` coercion by `c...Adriaan Moors2009-08-211-1/+8
* Revert several commits related to implicits/predefAdriaan Moors2009-08-211-8/+1
* improved previous fix for implicits and `conforms`Adriaan Moors2009-08-211-1/+8
* fixed positions when using named argumentsLukas Rytz2009-07-311-49/+52
* rewrite of positions in compilerMartin Odersky2009-07-301-2/+4
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* minor cleanups for named argsLukas Rytz2009-06-301-3/+3
* small fix to named argumentsLukas Rytz2009-06-251-1/+6
* named arguments only at top level in () paramet...Lukas Rytz2009-06-251-8/+5
* improvements to names / defaults (implicits, ty...Lukas Rytz2009-06-201-29/+33
* allow using named / default arguments in self- ...Lukas Rytz2009-06-151-6/+12
* - fixed #2057Lukas Rytz2009-06-151-16/+6
* named argument disallowed when assignment expre...Lukas Rytz2009-06-021-4/+26
* Named and default argumentsLukas Rytz2009-05-301-0/+376