summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes #4894.Aleksandar Pokopec2011-09-282-5/+10
* 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
* Stripped a bunch of hostile code.Paul Phillips2011-09-261-16/+2
* ProductN, and method synthesis toolbox.Paul Phillips2011-09-267-233/+332
* More fixes to reflection and code lifting.Martin Odersky2011-09-2610-31/+75
* Fixes #4351.Aleksandar Pokopec2011-09-261-11/+22
* Making toolboxes more useful.Martin Odersky2011-09-261-5/+11
* Added missing file.Martin Odersky2011-09-261-0/+48
* Getting liftCode to work.Martin Odersky2011-09-258-273/+213
* updated man pages, fixed svn props, did some cl...michelou2011-09-2513-107/+404
* Cleanup in aisle superaccessors.Paul Phillips2011-09-241-75/+61
* Handling Freevars in Importers and discovering ...Martin Odersky2011-09-235-76/+90
* Now correctly handles moduleclasses in ImportersMartin Odersky2011-09-232-4/+8
* Back to square one.Hubert Plociniczak2011-09-2322-2309/+891
* Fixing isTrivial in NullaryMethod.Paul Phillips2011-09-221-40/+14
* Removed devirtualize.Paul Phillips2011-09-2217-735/+69
* fixes variance of param in type constructorPaul Phillips2011-09-221-5/+3
* more tweaks to symbol importing; not done yetMartin Odersky2011-09-221-5/+14
* Corrected resetErrorBits in TreesMartin Odersky2011-09-221-1/+3
* More performant encoding of tree errors.Paul Phillips2011-09-218-69/+42
* Fixed issue with warnings in IDE.Paul Phillips2011-09-211-16/+16
* Removed duplicate class.Martin Odersky2011-09-211-300/+0
* Started work on compiler toolbox that can compi...Martin Odersky2011-09-213-3/+315
* Removed dead packageMartin Odersky2011-09-219-195/+38
* Added module for importing trees and symbol tab...Martin Odersky2011-09-212-0/+305
* fixed svn props and scaladoc tags, did some cle...michelou2011-09-2016-110/+83
* Two argument asserts please.Paul Phillips2011-09-201-65/+69
* Changes to Liftcode to use new reflection seman...Martin Odersky2011-09-204-23/+49
* Fixes #4417.Aleksandar Pokopec2011-09-201-5/+12
* Rooting out mismatched zips.Paul Phillips2011-09-1912-140/+191
* Added tool for analyzing forwarder classes.Paul Phillips2011-09-193-26/+179
* Deprecation and convention adherence patrol.Paul Phillips2011-09-1932-98/+62
* fixed svn props, did some cleanupmichelou2011-09-198-80/+108
* ListBuffer.size should be O(1).Paul Phillips2011-09-191-0/+3
* Constants in io.Codec become Codecs, not charsets.Paul Phillips2011-09-191-4/+4
* Scaladoc enhancements to continuations package ...Josh Suereth2011-09-182-7/+142
* Small changes to the API documentation of the A...Heather Miller2011-09-1810-15/+17
* Improved API documentation for scala.compat.Pla...Heather Miller2011-09-181-8/+68
* Hugely improves the API documentation for JavaT...Heather Miller2011-09-183-14/+174
* Scaladoc now hides members with @bridge annotat...Heather Miller2011-09-174-3/+8
* Fixed a Scaladoc layout issue affecting how typ...Heather Miller2011-09-171-1/+5
* Improves PagedSeq API documentation.Heather Miller2011-09-171-37/+42
* Adds ability to document root package, as well ...Heather Miller2011-09-175-0/+55
* More work on error trees.Paul Phillips2011-09-173-709/+312