summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools
Commit message (Expand)AuthorAgeFilesLines
* Overhaul of Namers.Paul Phillips2011-10-175-570/+592
* Reverting r25787 (caused test.scaladoc failures...Antonio Cunei2011-10-177-283/+181
* Cleaning up debug logging.Paul Phillips2011-10-175-7/+13
* Do not depend on java.rmi.* when not necessary.Grzegorz Kossakowski2011-10-171-2/+2
* Addendum to previous patch.Paul Phillips2011-10-161-10/+9
* Fix for multiple evaluation in structural calls.Paul Phillips2011-10-161-100/+115
* revise and expand root-level ScaladocPaul Phillips2011-10-151-15/+24
* Harden the typer against surprise unapply types.Paul Phillips2011-10-151-1/+4
* Changed a power mode import.Paul Phillips2011-10-151-1/+1
* Fix regression in companion check.Paul Phillips2011-10-151-0/+3
* Another swing at r25823.Paul Phillips2011-10-141-1/+12
* Better error when abstract methods are missing.Paul Phillips2011-10-144-37/+74
* Reverted r25823 as it breaks specialization of ...Grzegorz Kossakowski2011-10-131-6/+1
* Renamed isPureExpr to isExprSafeToInline.Paul Phillips2011-10-136-15/+15
* 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-101-19/+13
* Avoiding String.isEmpty.Paul Phillips2011-10-102-2/+2
* String interpolation added as experimental feat...Martin Odersky2011-10-103-25/+114
* Moved meta annotations to annotation.meta, plus.Paul Phillips2011-10-1012-129/+95
* Minor update of the PC's testing framework.Micro Dotta2011-10-092-7/+19
* Flipped varargs eta-expansion behavior.Paul Phillips2011-10-092-0/+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
* 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
* 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-035-19/+37
* Shuffling classes around.Paul Phillips2011-10-011-6/+6
* Cleanups involving name encoding and decoding.Martin Odersky2011-09-306-7/+2
* First untested attempt to create a runtime comp...Martin Odersky2011-09-301-13/+13
* Fixed position error in Parsers detected by Hub...Martin Odersky2011-09-301-1/+1
* Massively simplified caseFieldAccessors.Paul Phillips2011-09-302-77/+94
* Removed special comments on Martin's requestmichelou2011-09-2910-304/+9
* 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-281-14/+8
* Hand specialized SettingValue.Paul Phillips2011-09-281-7/+9
* Pulling wool over ant's eyes.Paul Phillips2011-09-281-0/+3
* Fix for classpaths.Paul Phillips2011-09-282-5/+2
* Fixed infinite loop in reification reported by ...Martin Odersky2011-09-281-7/+8
* More fixes to reflection; cleaned up output.Martin Odersky2011-09-281-5/+4
* Fixes #4716.Aleksandar Pokopec2011-09-272-7/+23
* Made needsJavaSig method public so that it can ...Micro Dotta2011-09-271-1/+1