summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Scalacheck test in order to ensure AVL invariants are respected.Lucien Pereira2012-01-281-0/+114
* Added benchmarking files, in order to easily compare variousLucien Pereira2012-01-285-0/+328
* Use of polymorphic dispatch instead of pattern matching.Lucien Pereira2012-01-282-127/+168
* Getting rid of closure creation occuring for each rebalancing. Tail recursion...Lucien Pereira2012-01-151-34/+28
* syntactic error correctionLucien Pereira2012-01-141-1/+1
* Fix for crasher in uncurry.Paul Phillips2012-01-132-2/+14
* Fix for spurious implicit ambiguity with package objects.Paul Phillips2012-01-133-5/+29
* Fixed overloading in package objects.Paul Phillips2012-01-134-1/+97
* Removed some unsociable exception behavior.Paul Phillips2012-01-131-7/+0
* Merge remote-tracking branch 'szabolcsberecz/xml-attribute-fixes' into developPaul Phillips2012-01-123-26/+48
|\
| * Cleanup after "Fixed equality and string representation of xml attributes wit...Szabolcs Berecz2012-01-123-26/+48
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'axel22/issue/4147', 'schmmd/codec' and 'soc/S...Paul Phillips2012-01-1232-38/+686
|\ \ \ \ | |_|_|/ |/| | |
| | | * Clean up standard/swing library by deprecating/moving code examplesSimon Ochsenreither2011-12-0721-37/+18
| | * | Added toString to Codec class (uses Codec.name).Michael Schmitz2012-01-091-0/+3
| * | | Merge branch 'master' into issue/4147aleksandar2012-01-12248-3890/+7675
| |\ \ \
| * | | | Add mutable tree sets to the standard library.aleksandar2012-01-1211-1/+667
* | | | | Disambiguate some type printing.Paul Phillips2012-01-125-4/+38
* | | | | Streamlining output of -Yinfer-debug.Paul Phillips2012-01-123-83/+55
| |/ / / |/| | |
* | | | Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-1141-596/+617
* | | | Disabling some scaladoc tests.Paul Phillips2012-01-111-17/+17
* | | | Inlining in Parsers.Paul Phillips2012-01-113-18/+19
* | | | Updated checkfile with IndexedSeq signature.Paul Phillips2012-01-111-1/+1
* | | | Rescued some import-related code.Paul Phillips2012-01-102-15/+29
* | | | Traitified JavaConverters.Paul Phillips2012-01-101-1/+4
* | | | Merge remote-tracking branch 'odersky/master'Paul Phillips2012-01-107-7/+7
|\ \ \ \
| * | | | Fixing redundant type parameter in toIndexedSeq which causes suboptimal type ...Martin Odersky2012-01-107-7/+7
* | | | | Revert "Accept prefixed xml attributes with null value"Paul Phillips2012-01-102-31/+9
|/ / / /
* | | | Remove maven deply from epfl-publish script.Lukas Rytz2012-01-101-18/+0
* | | | Revert "Restored an implicit."Paul Phillips2012-01-091-5/+3
* | | | Restored an implicit.Paul Phillips2012-01-091-3/+5
* | | | Better error reporting regarding main methods.Paul Phillips2012-01-097-43/+137
| |/ / |/| |
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'odersky/master', 'odersky/topic/capturing' an...Paul Phillips2012-01-097-12/+50
|\ \ \ \ \
| | | * | | Accept prefixed xml attributes with null valueSzabolcs Berecz2012-01-072-9/+31
| | | * | | Fixed equality and string representation of xml attributes with null valueSzabolcs Berecz2012-01-076-6/+22
| | * | | | Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-028-122/+105
| | * | | | Hardening of adaptoNewRun to survive issues in presentation compiler.Martin Odersky2012-01-011-4/+8
| * | | | | Closes SI-5354.Martin Odersky2012-01-044-7/+39
* | | | | | Fix for PartialFunction NPE.Paul Phillips2012-01-082-2/+9
* | | | | | Don't hard fail over missing classfiles.Paul Phillips2012-01-071-2/+3
* | | | | | Cleanups in Cleanup.Paul Phillips2012-01-076-85/+120
* | | | | | Made type constraint propagation off by default.Paul Phillips2012-01-071-1/+1
* | | | | | TypeConstraint/TypeVar refinement.Paul Phillips2012-01-073-25/+39
* | | | | | Made Array manifests return type arguments.Paul Phillips2012-01-073-3/+13
| |_|/ / / |/| | | |
* | | | | Remedy spurious bounds conformance failure.Paul Phillips2012-01-062-6/+23
* | | | | Output improvements for TypeVar tracing.Paul Phillips2012-01-061-10/+12
* | | | | Fix for crasher where Arrays meet abstract types.Paul Phillips2012-01-063-4/+27
* | | | | Fix for crasher during type inference.Paul Phillips2012-01-063-2/+83
* | | | | TypeVar tracing.Paul Phillips2012-01-063-86/+163
* | | | | Error message improvement.Paul Phillips2012-01-053-4/+22
* | | | | Init order issue in Manifest toStrings.Paul Phillips2012-01-051-43/+22