summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed all but one of the scalap tests.Paul Phillips2012-02-041-7/+5
* Restored msil.Paul Phillips2012-02-0410-364/+359
* Utilizing convenience methods martin hasn't discovered yet.Paul Phillips2012-02-041-7/+2
* Making AnyVal into a class instead of a trait.Paul Phillips2012-02-046-38/+31
* Having Proxy extend Any as well.Paul Phillips2012-02-041-3/+2
* Guard List_apply from premature forcitude.Paul Phillips2012-02-041-1/+4
* Made Any parents work more.Paul Phillips2012-02-0410-67/+91
* ant and diff friendlier msil-disabling.Paul Phillips2012-02-046-3564/+3570
* Disabled all things MSIL.Paul Phillips2012-02-0311-3842/+3842
* Eliminated ScalaObject.Paul Phillips2012-02-036-8/+23
* Mostly eliminated ScalaObject.Paul Phillips2012-02-0322-61/+19
* Merge branch 'master' into topic/inlinePaul Phillips2012-02-0332-892/+1184
|\
| * 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-023-644/+643
| |\
| | * [vpm] factored out optimizing codegenAdriaan Moors2012-02-022-472/+500
| | * [vpm] __match determines match semantics; virtualizationAdriaan Moors2012-02-022-245/+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-0212-94/+197
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * Fix sbt build with trunk.Hubert Plociniczak2012-02-022-4/+10
| | | |/ | | |/|
| | | * Fixes reifyThisEugene Burmako2012-02-024-4/+17
| | | * Miscellaneous fixes to reificationEugene Burmako2012-02-028-86/+170
| | |/
| * | 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-012-2/+4
| * | | Fix for parser OOM.Paul Phillips2012-02-011-4/+6
| |/ /
| | |
| | \
| | \
| | \
| *---. \ Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-015-14/+74
| |\ \ \ \
| | | | * | Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-312-1/+11
| | | |/ /
| | * | | 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
| | * | | Fixed handling of empty keys in emitSWITCH.Grzegorz Kossakowski2012-02-011-0/+10
| * | | | Fix for slice boundary condition.Paul Phillips2012-02-011-1/+1
| * | | | 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
| |/ /
* | | intermediate work towards a new starr for value classes.Martin Odersky2012-02-0311-80/+128
* | | First steps towards erasure of inline classes.Martin Odersky2012-01-312-0/+20
* | | New trait for erasure of inline classes.Martin Odersky2012-01-311-0/+9
* | | More work on inline classes.Paul Phillips2012-01-307-14/+42
* | | Merge branch 'master' into inlinePaul Phillips2012-01-302-19/+35
|\| |
| * | Print compound types legibly.Paul Phillips2012-01-302-19/+35
* | | Synthesize getClass method for AnyVal children.Paul Phillips2012-01-301-0/+11
* | | Eliminated 2500 lines of whitespace changes.Paul Phillips2012-01-3021-478/+478
* | | Merge branch 'master' into inlinePaul Phillips2012-01-306-193/+263
|\| |