summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/
| * / Fix for slice boundary condition.Paul Phillips2012-02-012-0/+6
| |/
* | Add tests for parallel Ctrie.Aleksandar Prokopec2012-02-031-7/+7
* | Incorporate Ctrie into standard library.Aleksandar Prokopec2012-02-021-1/+4
* | Add the Ctrie concurrent map implementation.Aleksandar Prokopec2012-02-017-0/+841
|/
*-. Merge remote-tracking branches 'axel22/issue/5374' and 'axel22/issue/5375' in...Paul Phillips2012-01-254-10/+67
|\ \
| | * Fix for SI-5375.aleksandar2012-01-252-0/+20
| * | Refine fix for SI-5374 - make list deserialization backward-compatible.aleksandar2012-01-252-10/+47
* | | Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-251-8/+8
|\ \ \
| * | | Making reflection thread-safe.Martin Odersky2012-01-251-8/+8
* | | | Cleaner range counting.Paul Phillips2012-01-242-0/+4233
| |_|/ |/| |
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'axel22/issue/5374', 'axel22/issue/5262', 'sca...Paul Phillips2012-01-238-12/+140
|\ \ \ \ \