summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* More method synthesis unification.Paul Phillips2012-01-286-171/+182
* Cleaned up polymorphic method creation.Paul Phillips2012-01-283-67/+54
* Make 'illegal' characters less annoying.Paul Phillips2012-01-271-1/+1
* Revert "-Yshow-symkinds: prints kinds next to symbol names"Paul Phillips2012-01-277-77/+39
*-. Merge remote-tracking branches 'scalamacros/topic/yshowsymkinds' and 'axel22/...Paul Phillips2012-01-277-39/+77
|\ \
| * | -Yshow-symkinds: prints kinds next to symbol namesEugene Burmako2012-01-277-39/+77
| |/
* | Disabled "not found" suggestions.Paul Phillips2012-01-261-0/+4
* | Intercept assert and require calls.Paul Phillips2012-01-2621-74/+143
* | Fix for recently induced -optimise crasher.Paul Phillips2012-01-262-3/+14
|/
* Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-2539-398/+811
|\
| * Tightening of constructors in Symbols, to force everyone to use the factory m...Martin Odersky2012-01-251-10/+10
| * More work on making reflection thread-safe.Martin Odersky2012-01-257-25/+33
| * Protecting the constructors of Scopes and Symbols so that everyone is forced ...Martin Odersky2012-01-252-3/+11
| * Making Definitions thread-safe by replacing a bunch of vars with lazy vals.Martin Odersky2012-01-251-58/+53
| * Making reflection thread-safe.Martin Odersky2012-01-2534-308/+700
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'hubertp/topic/errors', 'scalamacros/topic/ant...Paul Phillips2012-01-251-1/+2
|\ \ \ \
| * | | | Scalac fork no longer dumps stacktraces on compilation errorsEugene Burmako2012-01-251-1/+2
* | | | | Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-2524-1164/+2118
|/ / / /
* | | | 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
|\ \ \ | |_|/ |/| |