summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-137-173/+190
* Refine lub calculation.Paul Phillips2011-09-131-2/+10
* 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-102-5/+4
* 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-097-54/+54
* added missing getExcludedFiles in <scalac> Ant ...michelou2011-09-0823-173/+234
* Allow for the overriding of objects.Paul Phillips2011-09-0815-131/+128
* Refinement of murmurhash implementation.Paul Phillips2011-09-087-43/+199
* 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-0721-886/+2861
* 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-073-2/+28
* Improves the usability of Scaladoc when images ...Heather Miller2011-09-062-30/+11
* Removed erroneous throw which was stealthily ki...Martin Odersky2011-09-061-1/+0
* Intersection types made specializable.Paul Phillips2011-09-061-0/+1
* more reflect changesMartin Odersky2011-09-053-2/+10
* More refinements to reflection and the reflecti...Martin Odersky2011-09-0514-54/+76
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-059-21/+40
* Removed the type parameter from sliding, no rev...Paul Phillips2011-09-034-7/+7
* Docspree documentation for Stream from Derek WyattJosh Suereth2011-09-021-71/+485
* Some great AnyVal class hierarchy documentation...Josh Suereth2011-09-0210-49/+2862
* Updated copyright notice in scaladoc. No review.Heather Miller2011-09-011-3/+1
* Made it possible to supply a custom Global to t...Paul Phillips2011-09-016-6/+57
* Document the usage and methods of scala.sys.pro...Josh Suereth2011-08-316-10/+315
* Small tweak to reflection to make package types...Martin Odersky2011-08-311-1/+1
* Better handling of presentation compiler shutdown.Iulian Dragos2011-08-312-8/+60
* More fixes to reflection and reflective compiler.Martin Odersky2011-08-303-24/+63
* Twist to make crashes more robust :-) (by avoid...Martin Odersky2011-08-301-1/+2
* removing more debug output from reflection.Martin Odersky2011-08-301-2/+2
* Added extraneous test where classes are verifie...Josh Suereth2011-08-293-0/+107
* Added copyright notice to all scaladoc pages.Heather Miller2011-08-292-0/+12
* Added package object support to reflection fram...Martin Odersky2011-08-2910-85/+91