summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixed #3274. No review.Ingo Maier2010-05-041-1/+3
* close #3384.Lukas Rytz2010-05-043-66/+60
* Revert r21790: "closes #3373, #3177: validity c...Adriaan Moors2010-05-041-10/+4
* sorry, last-minute edit broke build: re-added p...Adriaan Moors2010-05-041-2/+2
* fix and test where constructor parameter annota...Lukas Rytz2010-05-041-6/+10
* closes #3373, #3177: validity check of an impli...Adriaan Moors2010-05-041-4/+10
* Fixed abstract overrides of specialized methods.Iulian Dragos2010-05-041-1/+5
* Closes #3378. No review.Iulian Dragos2010-05-041-2/+2
* Removed 4-year old println when getModuleOrClas...Iulian Dragos2010-05-041-1/+1
* Fixed private member access, closes #3380.Iulian Dragos2010-05-021-3/+6
* Closes #3382. no review.Iulian Dragos2010-05-021-6/+4
* Properly specialize superclasses of a specializ...Iulian Dragos2010-05-021-1/+1
* Accumulate missing abstract member errors so th...Paul Phillips2010-04-301-7/+21
* Removed AnnotationInfos.ScalaSigBytes from refl...Gilles Dubochet2010-04-301-1/+0
* [scaladoc] Closes #3302 (case class with privat...Gilles Dubochet2010-04-291-1/+2
* Closes #3310 (very large Scala class is compile...Gilles Dubochet2010-04-294-8/+72
* Fixed misaligning due to wide (double|long) par...Iulian Dragos2010-04-292-8/+4
* Allow inlining for straight-line methods.Iulian Dragos2010-04-291-1/+1
* Tightened variances check. Review by prokopec.Martin Odersky2010-04-291-1/+2
* fix msil backend. no reviewLukas Rytz2010-04-291-11/+27
* improved doc for PARAMACCESSOR flag. no reviewLukas Rytz2010-04-292-1/+2
* Some path-dependent type fiddling so power mode...Paul Phillips2010-04-281-4/+4
* no inlining on msil.Lukas Rytz2010-04-281-1/+1
* A small error message improvement suggested at ...Paul Phillips2010-04-271-1/+2
* Closes #3362. Review by dragos.Martin Odersky2010-04-271-1/+5
* Various refinements and polishing to do with me...Paul Phillips2010-04-274-41/+107
* Created TypeDiagnostics trait and have begun op...Paul Phillips2010-04-276-205/+349
* Fixed construction of specialized classes in th...Iulian Dragos2010-04-273-21/+154
* Fixed crash when calling super in a closure (se...Iulian Dragos2010-04-271-2/+6
* fixed #3349 : method symbol cached too aggressi...Adriaan Moors2010-04-271-2/+4
* Some cleanups in repl completion and power mode.Paul Phillips2010-04-273-91/+72
* Mostly finishing the ball that got rolling in r...Paul Phillips2010-04-266-57/+146
* [scaladoc] Removed commented-out items in the c...Donna Malayeri2010-04-261-3/+0
* [scaladoc] Moved object/template icons to the l...Donna Malayeri2010-04-262-11/+45
* [scaladoc] Added TODO comments for later fixing...Donna Malayeri2010-04-262-2/+6
* [scaladoc] Added missing file for previous commit.Donna Malayeri2010-04-261-0/+6
* [scaladoc] Fix alignment of "Inherited" and "Vi...Donna Malayeri2010-04-262-6/+7
* Solves the "same type after erasure problem" un...Martin Odersky2010-04-261-1/+12
* moved AnnotationDefaultAttr to scala.runtime.Lukas Rytz2010-04-261-5/+3
* Some overdue improvements in repl completion, w...Paul Phillips2010-04-2510-405/+259
* close #3338, close #3334, close #3345.Lukas Rytz2010-04-254-42/+85
* Another guess falling somewhere between educate...Paul Phillips2010-04-241-9/+13
* Closes #3108 plus removed some semicolons.Hubert Plociniczak2010-04-232-21/+21
* Fixed potential duplicate error annotation "Err...Martin Odersky2010-04-232-15/+18
* Fixed typo in error message. No review.Martin Odersky2010-04-231-1/+1
* Fixed implicits problem in specs; Manifest[Clas...Martin Odersky2010-04-231-31/+14
* Some cleanup I did when looking at #2769.Hubert Plociniczak2010-04-222-27/+21
* Added two options to tools/tokens, --sliding an...Paul Phillips2010-04-213-16/+38
* Fixed a couple bugs in tools/tokens which were ...Paul Phillips2010-04-211-4/+7
* Two new command line programs in ~/tools: scmp ...Paul Phillips2010-04-212-0/+134