summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixing inliner visibility issue."Paul Phillips2012-01-172-65/+76
* Fixing inliner visibility issue.Paul Phillips2012-01-172-76/+65
* Merge branch 'specialized/hlist' of https://github.com/dragos/scala into developPaul Phillips2012-01-171-1/+4
|\
| * Make specialization pick up opportunities when the Iulian Dragos2012-01-171-1/+4
* | The SpecializeTypes part of symbol cleanup.Paul Phillips2012-01-166-154/+130
* | Improved a cyclic reference error message.Paul Phillips2012-01-161-1/+10
* | Made a couple programmer functions more available.Paul Phillips2012-01-162-4/+9
* | Less regressive package object fix.Paul Phillips2012-01-161-10/+6
* | Symbol creation followup.Paul Phillips2012-01-1626-207/+173
| |
| \
*-. \ Merge remote-tracking branches 'odersky/pullrequest/interpolation' and 'magar...Paul Phillips2012-01-166-154/+280
|\ \ \ | |_|/ |/| |
| | * bringing down -Yinline time by 33%Miguel Garcia2012-01-162-26/+88
| |/ |/|
| * A string interpolation implementation of SIP-11.Martin Odersky2012-01-164-128/+192
| |
| \
| \
| \
*---. | Merge remote-tracking branches 'szabolcsberecz/xml-attribute-order', 'szabolc...Paul Phillips2012-01-151-1/+1
|\ \ \|
| * | | Preserve attribute order in inline XMLSzabolcs Berecz2012-01-141-1/+1
| |/ /
* | | Fix for raw types issue found in the IDE.Paul Phillips2012-01-141-5/+5
* | | Putting some of the symbol potential to work.Paul Phillips2012-01-1410-153/+141
* | | Symbols making friends with Polly Morphism.Paul Phillips2012-01-1411-98/+157
* | | Toward the elimination of setInternalFlags.Paul Phillips2012-01-142-21/+22
* | | 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-131-2/+6
* | Fix for spurious implicit ambiguity with package objects.Paul Phillips2012-01-131-5/+13
* | Fixed overloading in package objects.Paul Phillips2012-01-131-1/+18
|/
* Disambiguate some type printing.Paul Phillips2012-01-121-2/+5
* Streamlining output of -Yinfer-debug.Paul Phillips2012-01-123-83/+55
* 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
|/