summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Reverted r25823 as it breaks specialization of ...Grzegorz Kossakowski2011-10-131-6/+1
* Renamed isPureExpr to isExprSafeToInline.Paul Phillips2011-10-137-27/+32
* Adjustment to @switch.Paul Phillips2011-10-131-1/+3
* Added back reporting of comment tokens from the...Iulian Dragos2011-10-121-0/+8
* Propagate self-type to specialized subclasses.Paul Phillips2011-10-111-1/+6
* Added check file for test.Martin Odersky2011-10-111-5/+5
* Presentation compiler: let ShutdownReq propagat...Iulian Dragos2011-10-111-1/+2
* Batting back a java.rmi.* dependency.Paul Phillips2011-10-103-20/+18
* Avoiding String.isEmpty.Paul Phillips2011-10-102-2/+2
* String interpolation added as experimental feat...Martin Odersky2011-10-104-25/+116
* Moved meta annotations to annotation.meta, plus.Paul Phillips2011-10-1018-223/+278
* Minor update of the PC's testing framework.Micro Dotta2011-10-092-7/+19
* Flipped varargs eta-expansion behavior.Paul Phillips2011-10-093-1/+8
* Fix for error printing regression.Paul Phillips2011-10-091-5/+7
* Fixes to javascript in Scaladoc, contributed by...Heather Miller2011-10-091-3/+6
* Added parameter keepSrcLoaded to askStructure's...Micro Dotta2011-10-071-2/+3
* Fixed overzealous caching of implicit members i...Martin Odersky2011-10-071-3/+5
* Fallback on stale type parameters in forInterac...Martin Odersky2011-10-071-6/+27
* Add "Google tokens for Scala" for symbolic name...Kato Kazuyoshi2011-10-061-2/+13
* Closing soundness hole in variance checking.Paul Phillips2011-10-061-2/+11
* Use normal Global with RangePositions instead o...Hubert Plociniczak2011-10-051-1/+1
* Adding debug output to track down override mark...Martin Odersky2011-10-051-7/+11
* Massaging type printing and package objects.Paul Phillips2011-10-055-87/+79
* Add a small "template engine" and separete HTML...Kato Kazuyoshi2011-10-047-181/+283
* Partest now correctly parses -Yrangepos (previo...Hubert Plociniczak2011-10-043-12/+12
* Repairing bitrot with serialization.Paul Phillips2011-10-031-9/+4
* Selective dealiasing when printing errors.Paul Phillips2011-10-0310-76/+113
* Shuffling classes around.Paul Phillips2011-10-013-14/+14
* Cleanups involving name encoding and decoding.Martin Odersky2011-09-307-8/+2
* First untested attempt to create a runtime comp...Martin Odersky2011-09-302-20/+76
* Fixed position error in Parsers detected by Hub...Martin Odersky2011-09-301-1/+1
* Massively simplified caseFieldAccessors.Paul Phillips2011-09-303-110/+104
* My suspicion that unsafeTypeParams was "double-...Paul Phillips2011-09-301-5/+5
* Reflection classloader hack.Paul Phillips2011-09-291-1/+13
* Removed special comments on Martin's requestmichelou2011-09-2910-304/+9
* Following Paul's detective work, fixed Java cla...Martin Odersky2011-09-291-1/+1
* A few pending refinements to SyntheticMethods.Paul Phillips2011-09-281-55/+61
* Improved an error message.Paul Phillips2011-09-281-3/+3
* Fix bug in ModuleDef elimination.Paul Phillips2011-09-282-14/+14
* Hand specialized SettingValue.Paul Phillips2011-09-283-22/+28
* Pulling wool over ant's eyes.Paul Phillips2011-09-281-0/+3
* More consistent usage of atPhase.Paul Phillips2011-09-283-28/+27
* Fix for classpaths.Paul Phillips2011-09-282-5/+2
* Adding latest failures to code.scala test.Martin Odersky2011-09-281-1/+1
* Fixed infinite loop in reification reported by ...Martin Odersky2011-09-282-8/+9
* More fixes to reflection; cleaned up output.Martin Odersky2011-09-286-19/+23
* Fixes #4716.Aleksandar Pokopec2011-09-272-7/+23
* Made needsJavaSig method public so that it can ...Micro Dotta2011-09-271-1/+1
* Correcting resolution of top-level objects in r...Martin Odersky2011-09-273-8/+16
* more fixes to reflection.Martin Odersky2011-09-274-12/+12