summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | Fix issue with higher-order type params.Paul Phillips2012-01-053-13/+51
* | | | | More consistent use of Names.Paul Phillips2012-01-0573-993/+1205
* | | | | Merge branches 'findMemberRewrite-redux' and 'jan4-map-paramss'Paul Phillips2012-01-0510-47/+51
|\ \ \ \ \
| * | | | | Consolidated misc collections helper methods.Paul Phillips2012-01-0510-47/+51
* | | | | | Optimization in refchecks.Paul Phillips2012-01-053-2/+5
* | | | | | Optimization in genjvm.Paul Phillips2012-01-051-22/+15
* | | | | | Optimization in Constructors.Paul Phillips2012-01-052-20/+12
* | | | | | Optimizing findMember.Paul Phillips2012-01-052-11/+23
* | | | | | Moved Origins into scala.reflect.internal.util.Paul Phillips2012-01-052-9/+9
|/ / / / /
* | | | | Fix in bytecode generation.Paul Phillips2012-01-051-1/+1
* | | | | Don't mark mixed in methods as bridges.Paul Phillips2012-01-052-1/+15
* | | | | Fix for NoSuchMethod in cleanup.Paul Phillips2012-01-043-1/+29
* | | | | Don't infer protected members into lub refinements.Paul Phillips2012-01-041-12/+21
* | | | | Fix bugs with lubs.Paul Phillips2012-01-041-2/+32
* | | | | Closes SI-5354.Martin Odersky2012-01-044-7/+39
* | | | | Added forall to Option.Paul Phillips2012-01-031-0/+7
* | | | | Optimization/robustness in the backend.Paul Phillips2012-01-0318-198/+279
|/ / / /
* | | | updated gitignore.SAMPLE, moved removed . from .project.SAMPLE to be in line ...Lukas Rytz2012-01-033-13/+15
* | | | Added option -Xlog-reflective-calls.Paul Phillips2012-01-023-4/+8
* | | | Added -Xlog-implicit-conversions.Paul Phillips2012-01-0214-25/+91
* | | | Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-028-122/+105