summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Since pickled data moved into annotations ShowP...Paul Phillips2010-04-2111-56/+139
* [scaladoc] Slight change to design of how Comme...Gilles Dubochet2010-04-212-2/+2
* Changed the way special overrides are implemented.Iulian Dragos2010-04-213-76/+85
* Fixed retyping of ThisTypes and less aggressive...Iulian Dragos2010-04-212-11/+23
* Fixed bug in update method visibility which cau...Paul Phillips2010-04-212-33/+46
* fix bootstrap library build. review by oderskyLukas Rytz2010-04-204-10/+42
* Missing bit from r21620.Hubert Plociniczak2010-04-191-2/+5
* Better fix for #2757. Review by milessabin.Hubert Plociniczak2010-04-192-1/+3
* Fix and test case for forwarder duplicate bug.Paul Phillips2010-04-171-2/+2