summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Renamed a method and made it more available.Paul Phillips2012-01-242-13/+15
* Eliminated redundant function.Paul Phillips2012-01-241-9/+1
* Got out in front of catastrophic failure.Paul Phillips2012-01-241-2/+7
* Created NoAbstractFile.Paul Phillips2012-01-242-1/+33
* Moved some code.Paul Phillips2012-01-242-14/+24
* Simplified emitSwitch in PatMatVirtualiser.Grzegorz Kossakowski2012-01-241-41/+27
* Figured out the "$class$1" problem.Paul Phillips2012-01-235-56/+105
* Linked up $class visibility to symbol redefinition.Paul Phillips2012-01-234-10/+17
*-. Merge remote-tracking branches 'scalamacros/topic/partest' and 'magarciaEPFL/...Paul Phillips2012-01-221-49/+73
|\ \
| | * increased realiabilityMiguel Garcia2012-01-221-3/+6
| | * fix to avoid loading what shouldn't be loadedMiguel Garcia2012-01-201-5/+4
| | * further reduction in inlining time. This time, 40%Miguel Garcia2012-01-201-48/+70
* | | Made typeConstructor applicable for some.Paul Phillips2012-01-211-1/+5
* | | Merge remote-tracking branches 'retronym/ticket/5072' and 'odersky/topic/t512...Paul Phillips2012-01-212-2/+17
|\ \ \
| * | | Fix for problem in SBT that was caused by the too severe fix of type soundnes...Martin Odersky2012-01-212-2/+17
| | |/ | |/|
* | | A better REPL context classloader.Jason Zaugg2012-01-212-5/+5
| | |
| \ \
*-. | | Merge remote-tracking branches 'cvogt/windowsExitCodeFix' and 'szabolcsberecz...Paul Phillips2012-01-201-1/+3
|\ \| | | |_|/ |/| |
| * | Fixed windows bat file exit code and command chaining (finally)Christopher Vogt2012-01-201-1/+3
* | | Merge remote-tracking branch 'kepler/topic/macros' into developPaul Phillips2012-01-1911-40/+183
|\ \ \ | |_|/ |/| |
| * | Progress with macrosEugene Burmako2012-01-2011-40/+183
| |/
* | Avoid calculating similar strings sometimes.Paul Phillips2012-01-192-5/+20
* | Made edit distance case-insensitive.Paul Phillips2012-01-191-1/+3
|/
* 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