summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-1139-586/+612
* Inlining in Parsers.Paul Phillips2012-01-113-18/+19
* Rescued some import-related code.Paul Phillips2012-01-102-15/+29
* 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-093-33/+54
* Don't hard fail over missing classfiles.Paul Phillips2012-01-071-2/+3
* Cleanups in Cleanup.Paul Phillips2012-01-074-83/+100
* Made type constraint propagation off by default.Paul Phillips2012-01-071-1/+1
* TypeConstraint/TypeVar refinement.Paul Phillips2012-01-072-24/+38
* Remedy spurious bounds conformance failure.Paul Phillips2012-01-061-6/+4
* Output improvements for TypeVar tracing.Paul Phillips2012-01-061-10/+12
* Fix for crasher where Arrays meet abstract types.Paul Phillips2012-01-061-4/+6
* Fix for crasher during type inference.Paul Phillips2012-01-061-2/+11
* TypeVar tracing.Paul Phillips2012-01-062-85/+162
* Error message improvement.Paul Phillips2012-01-051-4/+9
* Fix issue with higher-order type params.Paul Phillips2012-01-052-13/+34
* More consistent use of Names.Paul Phillips2012-01-0563-843/+1119
* 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-052-1/+4
* | Optimization in genjvm.Paul Phillips2012-01-051-22/+15
* | Optimization in Constructors.Paul Phillips2012-01-051-19/+11
* | Optimizing findMember.Paul Phillips2012-01-052-11/+23
* | Moved Origins into scala.reflect.internal.util.Paul Phillips2012-01-051-8/+8
|/
* Fix in bytecode generation.Paul Phillips2012-01-051-1/+1
* Don't mark mixed in methods as bridges.Paul Phillips2012-01-051-1/+1
* Fix for NoSuchMethod in cleanup.Paul Phillips2012-01-041-1/+11
* 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-042-7/+17
* Optimization/robustness in the backend.Paul Phillips2012-01-0318-198/+279
* Added option -Xlog-reflective-calls.Paul Phillips2012-01-022-1/+6
* Added -Xlog-implicit-conversions.Paul Phillips2012-01-0211-25/+46
* Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-027-122/+90
* Hardening of adaptoNewRun to survive issues in presentation compiler.Martin Odersky2012-01-021-4/+8
* More uniformity for the parser.Paul Phillips2011-12-311-4/+4
* More performance work.Paul Phillips2011-12-3016-470/+694
* Low-level optimization.Paul Phillips2011-12-302-14/+13
* Created VariantTypeMap.Paul Phillips2011-12-303-139/+197
* Creator for existentials which flattens.Paul Phillips2011-12-307-19/+22
* Better hunting for tools.jar.Paul Phillips2011-12-303-27/+46
* Optimization in refchecks.Paul Phillips2011-12-302-36/+51
* Optimization in backend.Paul Phillips2011-12-301-4/+2
* Optimization in Flags.Paul Phillips2011-12-301-5/+26
* Optimization in method synthesis.Paul Phillips2011-12-303-5/+9
* Optimizations in typeref creation.Paul Phillips2011-12-302-3/+3
* repl power mode improvements.Paul Phillips2011-12-286-95/+126
* Tone down insensible-equality warning.Paul Phillips2011-12-271-1/+1
* Merge branch 'type-currying-mini' of /scala/trunk into developPaul Phillips2011-12-271-3/+4
|\