summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Now correctly handles moduleclasses in ImportersMartin Odersky2011-09-232-4/+8
* Back to square one.Hubert Plociniczak2011-09-2321-2184/+853
* 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-217-15/+9
* 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-212-1/+313
* 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-202-11/+28
* Two argument asserts please.Paul Phillips2011-09-201-65/+69
* Changes to Liftcode to use new reflection seman...Martin Odersky2011-09-203-22/+46
* Fixes #4417.Aleksandar Pokopec2011-09-201-5/+12
* Rooting out mismatched zips.Paul Phillips2011-09-1911-140/+177
* Added tool for analyzing forwarder classes.Paul Phillips2011-09-193-26/+179
* Deprecation and convention adherence patrol.Paul Phillips2011-09-198-16/+20
* fixed svn props, did some cleanupmichelou2011-09-194-19/+30
* Small changes to the API documentation of the A...Heather Miller2011-09-181-4/+5
* 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
* 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
* fixed svn props, did some cleanupmichelou2011-09-177-274/+348
* Reworked error trees.Paul Phillips2011-09-175-27/+10
* Fix for nonsense comparison in TypeKinds.Paul Phillips2011-09-161-6/+2
* Amend previous commit by suppressing type error...Iulian Dragos2011-09-162-1/+2
* Better behavior with problematic sources in the...Iulian Dragos2011-09-162-9/+55
* Added new disabled test for eclipse scala-ide t...Micro Dotta2011-09-161-17/+21
* Removed parens from calls to Name#toString.Paul Phillips2011-09-1511-35/+43
* Fixed stackoverflow problem when initializing l...Martin Odersky2011-09-151-13/+27
* Create Type hashcodes at construction.Paul Phillips2011-09-141-2/+2
* Minor cleanup in Uncurry w/ NullaryMethodTypes.Paul Phillips2011-09-142-14/+15
* Removed redundant UnCurry transform (now in Lif...Paul Phillips2011-09-141-66/+1
* Reworking TypeMaps to avoid allocations.Paul Phillips2011-09-133-116/+83
* updated scaladoc comments, did some cleanupmichelou2011-09-136-144/+161
* Refine lub calculation.Paul Phillips2011-09-131-2/+10
* Remove assert that fails for IDE. review by Mirco.Hubert Plociniczak2011-09-131-4/+2
* Partially reverted r25636 change (forget notice...michelou2011-09-121-29/+16
* Fix for params/args zip IOOB crash.Paul Phillips2011-09-121-1/+8
* Report erroneous tree instead of Error tree in ...Hubert Plociniczak2011-09-124-42/+22
* Method to zip value params and args.Paul Phillips2011-09-108-9/+77
* Helping Proxy equal itself.Paul Phillips2011-09-101-1/+1
* Improvement of incompatible == warning.Paul Phillips2011-09-102-3/+6
* Fix various InnerClasses bugs.Grzegorz Kossakowski2011-09-091-9/+34
* Brought back unrelated type comparison warning.Paul Phillips2011-09-091-11/+14
* Added parens to many methods.Paul Phillips2011-09-096-11/+11