summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed all but one of the scalap tests.Paul Phillips2012-02-0420-28/+26
* Restored msil.Paul Phillips2012-02-0412-371/+366
* Utilizing convenience methods martin hasn't discovered yet.Paul Phillips2012-02-041-7/+2
* Fixed specialized tests.Paul Phillips2012-02-041-1/+1
* Fixed scalacheck tests.Paul Phillips2012-02-041-1/+1
* Making AnyVal into a class instead of a trait.Paul Phillips2012-02-0411-41/+45
* Simple test manipulating Any-derived traits.Paul Phillips2012-02-041-0/+16
* Having Proxy extend Any as well.Paul Phillips2012-02-041-3/+2
* Guard List_apply from premature forcitude.Paul Phillips2012-02-044-4/+7
* Made Any parents work more.Paul Phillips2012-02-0410-67/+91
* Updated checkfiles to subtract ScalaObject.Paul Phillips2012-02-0418-37/+26
* Updated bootstrap script.Paul Phillips2012-02-041-14/+20
* ant and diff friendlier msil-disabling.Paul Phillips2012-02-046-3564/+3570
* Temporary bootstrapper script.Paul Phillips2012-02-031-0/+34
* New shas for bootstrap libs.Paul Phillips2012-02-033-3/+3
* Disabled all things MSIL.Paul Phillips2012-02-0312-3848/+3848
* Eliminated ScalaObject.Paul Phillips2012-02-036-8/+23
* Merge branch 'master' into topic/inlinePaul Phillips2012-02-036-10/+30
|\
| * Updated and added some runners.Paul Phillips2012-02-036-10/+30
* | Mostly eliminated ScalaObject.Paul Phillips2012-02-0322-61/+19
* | Merge branch 'master' into topic/inlinePaul Phillips2012-02-03156-944/+1902
|\|
| * Restored build.number.Paul Phillips2012-02-031-0/+5
| * Updated Flags toString/documentation.Paul Phillips2012-02-029-36/+36
| * Cleanups in classfile parser symbol creation.Paul Phillips2012-02-021-18/+18
| * Misc optimizations with zip.Paul Phillips2012-02-023-6/+3
| * Create a reference tag if none exists.Paul Phillips2012-02-021-2/+11
| * Merge commit 'c58b240' into developPaul Phillips2012-02-026-644/+697
| |\
| | * [vpm] factored out optimizing codegenAdriaan Moors2012-02-022-472/+500
| | * [vpm] __match determines match semantics; virtualizationAdriaan Moors2012-02-025-245/+252
| | * [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-0275-100/+473
| |\ \ \ \
| | | | * | Fix sbt build with trunk.Hubert Plociniczak2012-02-022-4/+10
| | | | |/
| | | * | Fixes reifyThisEugene Burmako2012-02-0234-6/+19
| | | * | Miscellaneous fixes to reificationEugene Burmako2012-02-0251-88/+439
| | | |/
| | * / Extremely hacky tweak to deal with printf portability failure.Paul Phillips2012-02-021-1/+4
| | |/
| * | 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-0128-72/+331
| |\ \ \
| | | * | Hardens classToType logicEugene Burmako2012-02-0119-62/+247
| | * | | Hardens reification against rare kinds of ConstantsEugene Burmako2012-02-019-10/+84
| | |/ /
| * | | Update RoundingMode.Paul Phillips2012-02-012-2/+4
| * | | Fix for parser OOM.Paul Phillips2012-02-013-4/+12
| |/ /
| * | Fixing build string.Paul Phillips2012-02-013-15/+4
| | |
| | \
| | \
| | \
| *---. \ Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-0119-15/+177
| |\ \ \ \
| | | | * | Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-314-1/+24
| | | * | | Tests for https://issues.scala-lang.org/browse/SI-5427Eugene Burmako2012-02-018-0/+49
| | | |/ /
| | * | | Added a test-case for switches with Yvirtpatmat.Grzegorz Kossakowski2012-02-013-0/+40
| | * | | 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