summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Infer.scala
Commit message (Expand)AuthorAgeFilesLines
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Revert "SI-4881 infer variance from formals, then result"Paul Phillips2012-09-291-13/+2
* Move checkCheckable out of Infer.Paul Phillips2012-09-251-95/+2
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-4/+4
* More relative path elimination.Paul Phillips2012-09-151-2/+2
* More fix for invalid companions.Paul Phillips2012-09-051-4/+7
* Suppressed 'possible cause' mis-warning.Paul Phillips2012-09-011-1/+10
* Fix for SI-6264, crash in checkCheckable.Paul Phillips2012-08-211-8/+11
* Reverted closure hoisting except for functions returning a Boolean resultMartin Odersky2012-08-201-3/+3
* Optimizations to cut down on #closures createdMartin Odersky2012-08-201-1/+7
* More method hoisting.Martin Odersky2012-08-201-12/+12
* Compilespeed improvements: Exists arguments and othersMartin Odersky2012-08-201-1/+1
* Fix for community build blocker.Paul Phillips2012-08-181-1/+1
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-1/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-281-9/+14
* Improve unchecked warnings a lot.Paul Phillips2012-07-271-55/+78
* Merge pull request #974 from adriaanm/repull-unchecked-hkAdriaan Moors2012-07-241-5/+7
|\
| * Improve unchecked warnings.Paul Phillips2012-07-231-5/+7
* | Merge pull request #979 from adriaanm/ticket-6111Adriaan Moors2012-07-241-0/+63
|\ \
| * | docs related to fix for SI-6111Adriaan Moors2012-07-241-2/+1
| * | SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-231-0/+64
| |/
* / SI-4881 infer variance from formals, then resultMartin Odersky2012-07-231-2/+13
|/
* Merge pull request #814 from hubertp/issue/5969Adriaan Moors2012-07-041-1/+10
|\
| * Better explanation for SI-5969.Hubert Plociniczak2012-07-031-2/+6
| * Closes SI-5969.Hubert Plociniczak2012-07-021-1/+6
* | better fix for SI-5189 pt1Adriaan Moors2012-06-261-1/+3
|/
* Suppress non-local return unchecked warnings.Paul Phillips2012-06-121-1/+2
* don't warn about abstract types that are checkableAdriaan Moors2012-06-081-4/+8
* The new reflectionEugene Burmako2012-06-081-1/+1
* Merge pull request #625 from retronym/ticket/5318-3Adriaan Moors2012-05-251-34/+20
|\
| * SI-5318 Make implicit divergence checking PolyType aware.Jason Zaugg2012-05-251-34/+20
* | Merge pull request #595 from som-snytt/ticket/3761-overload-byname-onlyLukas Rytz2012-05-231-3/+15
|\ \
| * | SI-3761: Overload resolution fails on by-name parameter (amended per lrytz)Som Snytt2012-05-221-2/+1
| * | SI-3761: Overload resolution fails on by-name parameterSom Snytt2012-05-211-4/+17
| |/
* | Merge pull request #602 from hubertp/issue/5735Adriaan Moors2012-05-221-22/+18
|\ \ | |/ |/|
| * More consistent solution for errorenous situations when infering the alternat...Hubert Plociniczak2012-05-221-24/+18
| * Closes SI-5735, this could also potentially fix a SO problem that @adriaanm w...Hubert Plociniczak2012-05-211-2/+4
* | Fix SI-2488Lukas Rytz2012-05-181-1/+2
|/
* Restored portion of code removed in a7f68ce32c .Paul Phillips2012-05-091-1/+2
* wip: put skeleton for typetag-based typetests in placeAdriaan Moors2012-04-141-0/+44
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-131-1/+1
|\
| * Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-131-1/+1
* | Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-3/+3
|/
* Next generation of macrosEugene Burmako2012-04-121-3/+21
* A boatload of work on Symbols and Flags.Paul Phillips2012-04-051-1/+1
* Unify "object Foo" and "Foo.type".Paul Phillips2012-04-041-2/+1
* don't throw error in setError when -YdebugAdriaan Moors2012-03-231-4/+6
* SI-5189: refined GADT soundness fixAdriaan Moors2012-03-191-1/+1
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-0/+4
|\