summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Reworked and restored elidable.Paul Phillips2012-02-225-3/+185
* Revert recent elidable commits.Paul Phillips2012-02-222-85/+3
* Test for SI-5171Szabolcs Berecz2012-02-212-0/+8
* Eliminating duplication in zero creation.Paul Phillips2012-02-202-2/+2
* Fix for SI-5215 part 2: generate return value when eliding method callsSzabolcs Berecz2012-02-202-2/+40
* Fix for SI-5215: scalac crash when @elidable used in traitSzabolcs Berecz2012-02-192-2/+46
* Fix [@spec A] to correctly induce AnyRef specialization.Erik Osheim2012-02-191-4/+4
* More specialization tests.Paul Phillips2012-02-194-6/+82
* More on SI-5500.Paul Phillips2012-02-184-29/+86
* Merge branch 'master', remote-tracking branch 'non/si-5500' into developPaul Phillips2012-02-182-0/+14
|\
| * Fixed over-optimistic anyrefSpecCache (closes SI-5500).Erik Osheim2012-02-192-0/+14
* | Merge remote-tracking branch 'scalamacros/pullrequest/macros' into developPaul Phillips2012-02-1712-0/+101
|\ \ | |/ |/|
| * Fixes miscellaneous macro bugsEugene Burmako2012-02-1712-0/+101
* | Merge branch 'develop'Paul Phillips2012-02-176-2/+83
|\ \
| * | [vpm] generate proper isDefinedAt for switchesAdriaan Moors2012-02-172-1/+26
| * | [vpm] working type switch for try/catchAdriaan Moors2012-02-174-1/+57
| |/
* / Fixed AnyRef specialization.Paul Phillips2012-02-177-18/+107
|/
*---. Merge remote-tracking branches 'axel22/issue/5293', 'szabolcsberecz/synchroni...Paul Phillips2012-02-154-0/+666
|\ \ \
| | * | test to check for proper synchronization in generated codeSzabolcs Berecz2012-02-153-0/+578
| |/ / |/| |
| * | Apply the fix for si-5293 to hash maps.Aleksandar Prokopec2012-02-151-0/+88
| |/
| |
| \
*-. \ Merge remote-tracking branches 'scalamacros/pullrequest/preprocessreifees' an...Paul Phillips2012-02-1589-103/+556
|\ \ \
| | * | Makes multiline interpolation work finelyEugene Burmako2012-02-156-0/+101
| * | | Disables typechecking that precedes reflective compilationEugene Burmako2012-02-1475-128/+295
| * | | Preprocessing for reifeesEugene Burmako2012-02-1422-0/+185
| |/ /
* | | Add parallel size computation for ParCtrie.Aleksandar Prokopec2012-02-151-0/+19
* | | Add `dup` method to ParCtrie iterators.Aleksandar Prokopec2012-02-151-0/+10
| |/ |/|
* | Specialization action.Paul Phillips2012-02-145-1/+34
|/
* Merge branch 'master' into developPaul Phillips2012-02-132-0/+239
|\
| * Existential printing, plus more compiler testing infrastructure.Paul Phillips2012-02-132-0/+239
* | Fixes https://issues.scala-lang.org/browse/SI-5229Eugene Burmako2012-02-1414-0/+154
|/
* reifyAnnotationsEugene Burmako2012-02-1214-0/+212
* Fix for overly suppressive repl.Paul Phillips2012-02-121-0/+3
* Another existential problem down.Paul Phillips2012-02-116-94/+127
* Overcame long-maddening existential issue.Paul Phillips2012-02-104-0/+108
* Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-0688-145/+976
|\
| * Refining the reflection api.Paul Phillips2012-02-052-10/+10
| *---. Merge remote-tracking branches 'VladUreche/feature/compiler-rootdoc', 'scalam...Paul Phillips2012-02-058-0/+71
| |\ \ \
| | | | * Fixes https://issues.scala-lang.org/browse/SI-5272Eugene Burmako2012-02-054-0/+35
| | |_|/ | |/| |
| | | * Fixes https://issues.scala-lang.org/browse/SI-5334Eugene Burmako2012-02-054-0/+36
| | |/ | |/|
| * | Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-0513-159/+33
| |/
| * Merge commit 'c58b240' into developPaul Phillips2012-02-023-0/+54
| |\
| | * [vpm] __match determines match semantics; virtualizationAdriaan Moors2012-02-023-0/+54
| * | Fixes reifyThisEugene Burmako2012-02-0230-0/+427
| * | Miscellaneous fixes to reificationEugene Burmako2012-02-0223-0/+246
| |/
| *-. Merge remote-tracking branches 'scalamacros/pullrequest/5258' and 'scalamacro...Paul Phillips2012-02-0112-0/+100
| |\ \
| | | * Hardens classToType logicEugene Burmako2012-02-0110-0/+85
| | |/ | |/|
| | * Hardens reification against rare kinds of ConstantsEugene Burmako2012-02-012-0/+15
| |/
| *---. Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-015-0/+53
| |\ \ \
| | | | * Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-312-0/+13
| | | |/
| | * / Added a test-case for switches with Yvirtpatmat.Grzegorz Kossakowski2012-02-013-0/+40
| | |/