summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Made a couple programmer functions more available.Paul Phillips2012-01-162-4/+9
* Less regressive package object fix.Paul Phillips2012-01-164-10/+26
* Symbol creation followup.Paul Phillips2012-01-1629-230/+189
*-. Merge remote-tracking branches 'odersky/pullrequest/interpolation' and 'magar...Paul Phillips2012-01-1612-163/+515
|\ \
| | * bringing down -Yinline time by 33%Miguel Garcia2012-01-162-26/+88
| * | A string interpolation implementation of SIP-11.Martin Odersky2012-01-1610-137/+427
* | | Make AnyValManifest not a sealed class.Grzegorz Kossakowski2012-01-151-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/develop'Paul Phillips2012-01-1511-19/+112
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge remote-tracking branches 'szabolcsberecz/xml-attribute-order', 'szabolc...Paul Phillips2012-01-1511-19/+112
| |\ \ \ \ \
| | | | | * | Reword confusing explanationDaniel C. Sobral2012-01-141-7/+11
| | | | | * | Explain Function1 vs PartialFunctionDaniel C. Sobral2012-01-132-1/+35
| | | | | |/
| | | | * / Improve description of flatten, flatMapDaniel C. Sobral2012-01-133-2/+38
| | | | |/
| | | * | Fixed instrumented.jar and scalacheck.jar locationSzabolcs Berecz2012-01-141-2/+5
| | * | | Preserve attribute order in inline XMLSzabolcs Berecz2012-01-145-14/+30
| | |/ /
* | / / Fixing checkfile.Paul Phillips2012-01-151-1/+1
|/ / /
* | | Fix for raw types issue found in the IDE.Paul Phillips2012-01-143-5/+15
* | | Test case backing spec.Paul Phillips2012-01-143-0/+39
* | | Putting some of the symbol potential to work.Paul Phillips2012-01-1410-153/+141
* | | Symbols making friends with Polly Morphism.Paul Phillips2012-01-1412-102/+158
* | | Toward the elimination of setInternalFlags.Paul Phillips2012-01-143-23/+24
* | | Corresponding changes in ICodeReader.Paul Phillips2012-01-141-26/+8
* | | Flattening the java flags -> scala logic.Paul Phillips2012-01-141-22/+58
|/ /
* | 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