summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Less regressive package object fix.Paul Phillips2012-01-163-0/+20
* Merge remote-tracking branches 'odersky/pullrequest/interpolation' and 'magar...Paul Phillips2012-01-165-9/+44
|\
| * A string interpolation implementation of SIP-11.Martin Odersky2012-01-165-9/+44
* | Merge remote-tracking branch 'origin/develop'Paul Phillips2012-01-154-13/+29
|\ \
| | \
| | \
| | \
| | \
| *---. | Merge remote-tracking branches 'szabolcsberecz/xml-attribute-order', 'szabolc...Paul Phillips2012-01-154-13/+29
| |\ \ \|
| | * | | Preserve attribute order in inline XMLSzabolcs Berecz2012-01-144-13/+29
| | |/ /
* | / / Fixing checkfile.Paul Phillips2012-01-151-1/+1
|/ / /
* | | Fix for raw types issue found in the IDE.Paul Phillips2012-01-142-0/+10
* | | Test case backing spec.Paul Phillips2012-01-143-0/+39
* | | Symbols making friends with Polly Morphism.Paul Phillips2012-01-141-4/+1
|/ /
* | Fix for crasher in uncurry.Paul Phillips2012-01-131-0/+8
* | Fix for spurious implicit ambiguity with package objects.Paul Phillips2012-01-132-0/+16
* | Fixed overloading in package objects.Paul Phillips2012-01-133-0/+79
|/
* Merge remote-tracking branch 'szabolcsberecz/xml-attribute-fixes' into developPaul Phillips2012-01-122-20/+39
|\
| * Cleanup after "Fixed equality and string representation of xml attributes wit...Szabolcs Berecz2012-01-122-20/+39
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'axel22/issue/4147', 'schmmd/codec' and 'soc/S...Paul Phillips2012-01-126-1/+247
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into issue/4147aleksandar2012-01-1276-84/+970
| |\ \ \
| * | | | Add mutable tree sets to the standard library.aleksandar2012-01-126-1/+247
* | | | | Disambiguate some type printing.Paul Phillips2012-01-124-2/+33
| |/ / / |/| | |
* | | | Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-6/+1
* | | | Disabling some scaladoc tests.Paul Phillips2012-01-111-17/+17
* | | | Updated checkfile with IndexedSeq signature.Paul Phillips2012-01-111-1/+1
* | | | Revert "Accept prefixed xml attributes with null value"Paul Phillips2012-01-101-22/+3
* | | | Better error reporting regarding main methods.Paul Phillips2012-01-094-10/+83
| |/ / |/| |
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'odersky/master', 'odersky/topic/capturing' an...Paul Phillips2012-01-092-1/+34
|\ \ \ \ \
| | | * | | Accept prefixed xml attributes with null valueSzabolcs Berecz2012-01-071-3/+22
| | | * | | Fixed equality and string representation of xml attributes with null valueSzabolcs Berecz2012-01-072-1/+15
| * | | | | Closes SI-5354.Martin Odersky2012-01-042-0/+22
* | | | | | Fix for PartialFunction NPE.Paul Phillips2012-01-081-0/+7
* | | | | | TypeConstraint/TypeVar refinement.Paul Phillips2012-01-071-1/+1
* | | | | | Made Array manifests return type arguments.Paul Phillips2012-01-071-0/+10
| |_|/ / / |/| | | |
* | | | | Remedy spurious bounds conformance failure.Paul Phillips2012-01-061-0/+19
* | | | | Fix for crasher where Arrays meet abstract types.Paul Phillips2012-01-062-0/+21
* | | | | Fix for crasher during type inference.Paul Phillips2012-01-062-0/+72
* | | | | TypeVar tracing.Paul Phillips2012-01-061-1/+1
* | | | | Error message improvement.Paul Phillips2012-01-052-0/+13
* | | | | Fix issue with higher-order type params.Paul Phillips2012-01-051-0/+17
* | | | | Optimization in refchecks.Paul Phillips2012-01-051-1/+1
* | | | | Optimization in Constructors.Paul Phillips2012-01-051-1/+1
* | | | | Moved Origins into scala.reflect.internal.util.Paul Phillips2012-01-051-1/+1
* | | | | Don't mark mixed in methods as bridges.Paul Phillips2012-01-051-0/+14
* | | | | Fix for NoSuchMethod in cleanup.Paul Phillips2012-01-042-0/+18
* | | | | Closes SI-5354.Martin Odersky2012-01-042-0/+22
|/ / / /
* | | | Added -Xlog-implicit-conversions.Paul Phillips2012-01-023-0/+45
* | | | More uniformity for the parser.Paul Phillips2011-12-311-0/+13
|/ / /
* | | More performance work.Paul Phillips2011-12-301-10/+5
* | | Fixing slightly damaged test.Paul Phillips2011-12-281-1/+1
* | | repl power mode improvements.Paul Phillips2011-12-282-3/+23
* | | Tone down insensible-equality warning.Paul Phillips2011-12-273-7/+11
* | | Merge branch 'type-currying-mini' of /scala/trunk into developPaul Phillips2011-12-272-0/+72
|\ \ \