summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker
Commit message (Expand)AuthorAgeFilesLines
* fixed #1500 and #1501Tiark Rompf2008-11-101-1/+13
* Fixed the test that broke because of the Geoffrey Washburn2008-11-041-1/+1
* Clarify that the condition/problem is really ab...Geoffrey Washburn2008-11-041-2/+2
* fixed #1214Lukas Rytz2008-10-221-0/+1
* fixed #637 #1070Lukas Rytz2008-10-221-2/+6
* fixed #1428, plus stopgap fix for #1438Martin Odersky2008-10-211-1/+7
* Tightened volatile checking.Martin Odersky2008-10-151-1/+5
* fixed problem with plugin build caused by assig...Martin Odersky2008-10-011-1/+1
* Fixed #1263, and some cosmetic changesMartin Odersky2008-09-281-0/+2
* One more attempt to be sound and at the same ti...Martin Odersky2008-09-061-1/+4
* Readjusted when -Ycheck:phase operates to get a...Geoffrey Washburn2008-09-051-1/+1
* Added support for -Yrecursion compiler flag.Geoffrey Washburn2008-09-051-5/+5
* disabled volatile checks because eclipse plugin...Martin Odersky2008-09-041-5/+2
* now checking for volatile types.Martin Odersky2008-09-041-5/+33
* Fixed RefChecks to not replace unapplies with c...David MacIver2008-09-041-3/+5
* Phases now have a checkable flag, used by the n...Geoffrey Washburn2008-09-032-1/+3
* Fixing bug #1217Sean McDirmid2008-09-011-1/+1
* Adding null pointer check to checkDead to fix b...Sean McDirmid2008-08-311-1/+1
* Fixed #1280, #1289Martin Odersky2008-08-281-2/+3
* Fixed problem with implicits in type safe cons ...Martin Odersky2008-08-251-2/+13
* Fixed #1215.Geoffrey Washburn2008-08-191-2/+4
* corrected several problems with error reporting...Martin Odersky2008-08-182-6/+26
* Reverted change to implicits to see whether plu...Martin Odersky2008-08-181-18/+21
* Fixed #1186, #1230Martin Odersky2008-08-172-9/+9
* Backed out from addition of vararg += in Buffer.Martin Odersky2008-08-151-1/+1
* Buffer gets vararg +, += methods; small fixes.Martin Odersky2008-08-151-0/+1
* fixed #1150Martin Odersky2008-08-111-4/+6
* fixed #1196, #1197, #1203Martin Odersky2008-08-111-2/+4
* fixed #1127Martin Odersky2008-08-071-1/+32
* fixed broken build (sorry)Martin Odersky2008-08-061-1/+1
* Fixed #1130 and #1168Martin Odersky2008-08-062-13/+18
* fixed #1163.Martin Odersky2008-08-051-9/+19
* fixed #1096, #1122, #1132.Martin Odersky2008-08-051-4/+10
* fixed #1049Martin Odersky2008-08-021-38/+55
* Fixed #1049 and #1062Martin Odersky2008-08-012-9/+18
* HardeningSean McDirmid2008-07-301-3/+10
* fixed #1086, #1102, #1144Martin Odersky2008-07-281-1/+1
* fixed #1022,#1030,#1033,#1036Martin Odersky2008-07-282-4/+13
* fixed #842, #945, #83, #996, #1016, + some perf...Martin Odersky2008-07-281-6/+5
* generating java generics signaturesMartin Odersky2008-07-253-102/+9
* Hardening of plugin to convert more hard crashe...Sean McDirmid2008-07-251-2/+2
* (1) made base type sequences lazy in their argu...Martin Odersky2008-07-232-20/+28
* AllClass => NothingClassGeoffrey Washburn2008-07-225-17/+17
* added Iterator.flatten method; refactoring: clo...Martin Odersky2008-07-213-18/+28
* fix for #1028Lukas Rytz2008-07-122-52/+57
* fixed t0851 and t1101.Martin Odersky2008-07-102-3/+4
* early initialization fixes.Martin Odersky2008-07-091-23/+27
* Removed pointless assertions.Geoffrey Washburn2008-07-023-16/+0
* Bug fixes.Sean McDirmid2008-06-301-1/+5
* lazy vals cannot override strict vals and vice ...Martin Odersky2008-06-243-4/+10