summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes build issue involving missing rootdoc.txt...Heather Miller2011-09-171-0/+1
* 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-176-1/+58
* More work on error trees.Paul Phillips2011-09-173-709/+312
* fixed svn props, did some cleanupmichelou2011-09-1712-277/+372
* Removed leading tabs in build.xmlmichelou2011-09-171-6/+6
* Get svn revision on Windowsmichelou2011-09-173-3/+46
* Reworked error trees.Paul Phillips2011-09-176-168/+57
* 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-164-17/+32
* 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-138-174/+192
* Refine lub calculation.Paul Phillips2011-09-132-2/+14
* Remove assert that fails for IDE. review by Mirco.Hubert Plociniczak2011-09-131-4/+2
* Improved getFiles/getDirs in PartestTask; did s...michelou2011-09-124-51/+144
* Partially reverted r25636 change (forget notice...michelou2011-09-121-29/+16
* Fix for params/args zip IOOB crash.Paul Phillips2011-09-121-1/+8
* Removed unused import.Grzegorz Kossakowski2011-09-121-1/+0
* 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-104-5/+14
* Improvement of incompatible == warning.Paul Phillips2011-09-102-3/+6
* Fixing the optimized build.Paul Phillips2011-09-102-3/+3
* Fix various InnerClasses bugs.Grzegorz Kossakowski2011-09-092-11/+36
* Brought back unrelated type comparison warning.Paul Phillips2011-09-093-34/+44
* Added parens to many methods.Paul Phillips2011-09-097-54/+54
* added missing getExcludedFiles in <scalac> Ant ...michelou2011-09-0823-173/+234
* Allow for the overriding of objects.Paul Phillips2011-09-0823-132/+247
* Refinement of murmurhash implementation.Paul Phillips2011-09-088-111/+279
* Fixes #1000349: Dot completion doesn't work whe...Martin Odersky2011-09-071-0/+2
* Another problem solved for reflexive compiler.Martin Odersky2011-09-075-27/+29
* I missed inlining warnings - need to get better...Hubert Plociniczak2011-09-072-38/+33
* Some cleanup related to last commitHubert Plociniczak2011-09-071-12/+6
* First refactoring related to Error trees.Hubert Plociniczak2011-09-0728-922/+2901
* Tighten the CPS plugin constraints.Iulian Dragos2011-09-071-0/+1
* Fixed MissingRequirementError extractor (the re...Micro Dotta2011-09-071-2/+2
* Added footer command line option to ScalaDoc so...Heather Miller2011-09-074-2/+29
* Improves the usability of Scaladoc when images ...Heather Miller2011-09-062-30/+11