summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-2/+2
* | Merge remote-tracking branch 'upstream/2.10.x' into merge-210Lukas Rytz2012-08-161-2/+2
|\|
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
|\|
| * update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* | Expanded use of HIDDEN flag.Paul Phillips2012-07-191-2/+2
|/
* Allow attachments for symbols, just like for trees.Lukas Rytz2012-07-051-2/+13
* removes array tagsEugene Burmako2012-06-081-3/+3
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+1
* Widen types in names/defaults transformations.Paul Phillips2012-05-231-13/+12
* Better diagnosis for the SI-5044 fixHubert Plociniczak2012-05-221-0/+4
* Merge pull request #578 from lrytz/wip/t5044-squashedAdriaan Moors2012-05-191-2/+9
|\
| * better feedback for SI-5044Lukas Rytz2012-05-181-2/+9
* | Merge pull request #566 from lrytz/wip/t4928Adriaan Moors2012-05-181-10/+15
|\ \
| * | Fix SI-4928Lukas Rytz2012-05-161-10/+15
| |/
* / Fix SI-5259Lukas Rytz2012-05-151-6/+6
|/
* Fixed positions in named default applications (no hyperlinking in conjunction...Iulian Dragos2012-05-081-1/+1
* SI-5720: Qual block doesn't update sym ownerSom Snytt2012-05-021-0/+2
* Fighting bitrot with typing.Paul Phillips2012-04-291-10/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-2/+2
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Fix memory leak related to default arguments in presentation compiler.Lukas Rytz2012-04-101-1/+2
* A boatload of work on Symbols and Flags.Paul Phillips2012-04-051-2/+2
* Merge branch 'master' into merge-inlinePaul Phillips2012-03-141-13/+9
|\
| * Whitespace commit.Paul Phillips2012-02-291-4/+4
| * One more to derive trees.Paul Phillips2012-02-231-9/+5
* | Made Any parents work more.Paul Phillips2012-02-041-1/+1
|/
* Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-16/+14
* Symbol creation followup.Paul Phillips2012-01-161-4/+3
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-1/+1
* More performance work.Paul Phillips2011-12-301-125/+118
* More warnings eliminations.Paul Phillips2011-12-071-2/+2
* Fix documentation stutters.Blair Zajac2011-12-061-1/+1
* Renamed isPureExpr to isExprSafeToInline.Paul Phillips2011-10-131-4/+4
* Back to square one.Hubert Plociniczak2011-09-231-33/+39
* More work on error trees.Paul Phillips2011-09-171-1/+1
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-39/+33
* Fixed bug in the disambiguation of f(foo='bar')...Paul Phillips2011-08-061-9/+8
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-7/+4
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-5/+5
* close #4524 and close #4425, review by odersky.Lukas Rytz2011-05-051-1/+6
* fix #4502 and fix #4430. review by odersky.Lukas Rytz2011-05-051-10/+15
* close #4041. review by extemporeLukas Rytz2011-03-181-13/+22
* Some cleanup from investigating #4041, with a c...Paul Phillips2011-02-091-10/+26
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* second version of close #3649. no reviewLukas Rytz2011-01-181-12/+16
* Removing code which I believe to be some debugg...Hubert Plociniczak2011-01-181-16/+1
* Made NamesDefault more robust to support idempo...Martin Odersky2011-01-071-2/+6
* More fixes to avoid the dreaded "NoSymbol does ...Martin Odersky2010-12-181-1/+17