summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8040 Warn unused flagsSom Snytt2017-03-111-1/+1
* SI-7707 SI-7712 Exclude unused warnings from -XlintJason Zaugg2014-02-171-1/+3
* SI-7174 Fix initialization issuesSimon Ochsenreither2013-07-061-4/+7
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
* Merge commit 'f3cdf146709e0dd98533ee77e8ca2566380cb932'Lukas Rytz2013-02-041-0/+1
|\
| * Analyzer PluginsLukas Rytz2013-02-031-0/+1
* | Moved Variances into SymbolTable.Paul Phillips2013-01-091-1/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Warn about unused private members.Paul Phillips2012-11-011-3/+6
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-2/+2
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* | Clear undo log after each unit has been type-checked to prevent 300M memory l...Eugene Vigdorchik2012-09-031-4/+4
|/
* Made all statistic code disappear unless built with Statistics.canEnable = trueMartin Odersky2012-08-201-2/+2
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Statistics reorganizationMartin Odersky2012-06-191-3/+4
* fixes SI-5693Eugene Burmako2012-04-251-0/+1
* Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-0/+1
* Experimental version of macro definitions.Martin Odersky2011-11-281-0/+1
* Back to square one.Hubert Plociniczak2011-09-231-1/+0
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-0/+1
* Added package object support to reflection fram...Martin Odersky2011-08-291-1/+1
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Added some more debugging tools for printing ty...Paul Phillips2011-01-041-2/+0
* Added withFilter to the list of monadic method ...Paul Phillips2010-12-281-0/+2
* The undoLog is being cleared before a typer run...Paul Phillips2010-12-221-0/+7
* presentation compiler hardenings.Martin Odersky2010-10-291-1/+1
* While trying to come to an understanding with #...Paul Phillips2010-09-301-0/+1
* Bringing the tree and icode checkers back to life.Paul Phillips2010-09-271-0/+1
* Imporved printing of private[C] in TreePrinters.Martin Odersky2010-06-161-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Created TypeDiagnostics trait and have begun op...Paul Phillips2010-04-271-0/+1
* Changed default of 'keepsTypeParams' to true. AllIulian Dragos2010-04-091-0/+3
* Added extensive statistics, reduced time of imp...Martin Odersky2010-01-041-5/+4
* fixes #2610 and fixes #2687.Lukas Rytz2009-12-111-1/+27
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Fix and test for #1674; we aren't supposed to b...Miles Sabin2009-10-191-1/+1
* rewrite of positions in compilerMartin Odersky2009-07-301-0/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Trying to make typechecker faster by (1) new su...Martin Odersky2009-07-131-27/+3
* Named and default argumentsLukas Rytz2009-05-301-0/+1
* some documentation; statistics wrt implicits; n...Martin Odersky2009-05-221-0/+32
* Unreasonably satisfying patch which sets immuta...Paul Phillips2009-05-201-1/+1
* Let package object members override package dir...Martin Odersky2009-03-131-0/+1
* Compiler implementation of SIP 00002 and fixes ...nielsen2009-02-051-0/+4
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-081-1/+6
* Phases now have a checkable flag, used by the n...Geoffrey Washburn2008-09-031-0/+1
* Fixing problem with case classes and companion ...Sean McDirmid2008-06-041-1/+1