summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Updated Flags toString/documentation.Paul Phillips2012-02-021-18/+18
* Cleanups in classfile parser symbol creation.Paul Phillips2012-02-021-18/+18
* Misc optimizations with zip.Paul Phillips2012-02-023-6/+3
* Merge commit 'c58b240' into developPaul Phillips2012-02-022-617/+643
|\
| * [vpm] factored out optimizing codegenAdriaan Moors2012-02-022-472/+500
| * [vpm] __match determines match semantics; virtualizationAdriaan Moors2012-02-021-218/+198
| * [vpm] factored out reusing treemakers (used by CSE)Adriaan Moors2012-02-021-110/+128
| |
| \
| \
| \
*---. \ Merge branch 'master', remote-tracking branches 'scalamacros/pullrequest/reif...Paul Phillips2012-02-029-91/+180
|\ \ \ \ | | |_|/ | |/| |
| | | * Fix sbt build with trunk.Hubert Plociniczak2012-02-022-4/+10
| | |/ | |/|
| | * Fixes reifyThisEugene Burmako2012-02-023-4/+14
| | * Miscellaneous fixes to reificationEugene Burmako2012-02-026-83/+156
| |/
* | Merge remote-tracking branch 'dcsobral/DocSpeed' into developPaul Phillips2012-02-011-47/+53
|\ \ | |/ |/|
| * Performance improvements for CommentFactory.Daniel C. Sobral2012-01-261-47/+53
| |
| \
*-. \ Merge remote-tracking branches 'scalamacros/pullrequest/5258' and 'scalamacro...Paul Phillips2012-02-016-72/+162
|\ \ \
| | * | Hardens classToType logicEugene Burmako2012-02-013-62/+125
| * | | Hardens reification against rare kinds of ConstantsEugene Burmako2012-02-013-10/+37
| |/ /
* | | Update RoundingMode.Paul Phillips2012-02-011-1/+1
* | | Fix for parser OOM.Paul Phillips2012-02-011-4/+6
|/ /
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-013-13/+63
|\ \ \ \
| | | * | Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-311-0/+10
| | |/ /
| * | | Convert values to Int in switchable patterns.Grzegorz Kossakowski2012-02-011-21/+41
| * | | Generate default case for switches.Grzegorz Kossakowski2012-02-011-1/+12
| * | | Get rid of unused import.Grzegorz Kossakowski2012-02-011-1/+1
| * | | Unfold pattern alternatives in genicode.Grzegorz Kossakowski2012-02-011-0/+9
* | | | Added getPackage to the repl classloader.Paul Phillips2012-02-012-0/+30
* | | | Tweak to repl debugging output.Paul Phillips2012-02-011-1/+1
|/ / /
* / / Improved warning for insensible comparisons.Paul Phillips2012-01-311-4/+7
|/ /
* | Print compound types legibly.Paul Phillips2012-01-302-19/+35
* | Merge branch 'develop'Paul Phillips2012-01-301-1/+1
|\ \
| * | Closes #4336.Hubert Plociniczak2012-01-301-1/+1
* | | A couple power mod conveniences.Paul Phillips2012-01-302-56/+91
|/ /
| |
| \
*-. | Merge remote-tracking branches 'scalamacros/topic/yshowsymkinds' and 'scalama...Paul Phillips2012-01-297-39/+78
|\ \|
| * | -Yshow-symkinds: prints kinds next to symbol namesEugene Burmako2012-01-287-39/+78
| |/
* | 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