summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'develop'Paul Phillips2012-02-1591-105/+558
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge remote-tracking branches 'scalamacros/pullrequest/preprocessreifees' an...Paul Phillips2012-02-1591-105/+558
| |\ \ \ \ \ \ \
| | | * | | | | | Makes multiline interpolation work finelyEugene Burmako2012-02-156-0/+101
| | * | | | | | | Disables typechecking that precedes reflective compilationEugene Burmako2012-02-1477-130/+297
| | * | | | | | | Preprocessing for reifeesEugene Burmako2012-02-1422-0/+185
| | |/ / / / / /
* | | | | | | | Revert "Fix for SI-5452."Paul Phillips2012-02-152-35/+0
* | | | | | | | Revert "Make fix for SI-5452 not break other things."Paul Phillips2012-02-151-3/+1
|/ / / / / / /
* | | | | | | Add parallel size computation for ParCtrie.Aleksandar Prokopec2012-02-151-0/+19
* | | | | | | Add `dup` method to ParCtrie iterators.Aleksandar Prokopec2012-02-151-0/+10
| |/ / / / / |/| | | | |
* | | | | | Merge remote-tracking branch 'paulp/objects-and-overrides'Paul Phillips2012-02-152-0/+225
|\ \ \ \ \ \
| * | | | | | Fix for bad bug with accidental overrides.Paul Phillips2012-02-012-0/+225
* | | | | | | Specialization action.Paul Phillips2012-02-1412-25/+117
* | | | | | | Made speclib less of a maintenance headache.Paul Phillips2012-02-141-1/+1
| |/ / / / / |/| | | | |
* | | | | | Make fix for SI-5452 not break other things.Paul Phillips2012-02-141-1/+3
* | | | | | Fix for SI-5452.Paul Phillips2012-02-132-0/+35
* | | | | | Fix for SI-5444.Paul Phillips2012-02-131-0/+42
* | | | | | Merge branch 'master' into developPaul Phillips2012-02-132-0/+239
|\ \ \ \ \ \
| * | | | | | Existential printing, plus more compiler testing infrastructure.Paul Phillips2012-02-132-0/+239
* | | | | | | Merge remote-tracking branches 'scalamacros/pullrequest/5453' and 'scalamacro...Paul Phillips2012-02-1314-0/+154
|\ \ \ \ \ \ \
| * | | | | | | Fixes https://issues.scala-lang.org/browse/SI-5229Eugene Burmako2012-02-1414-0/+154
| |/ / / / / /
* / / / / / / Fixes https://issues.scala-lang.org/browse/SI-5453Eugene Burmako2012-02-131-1/+1
|/ / / / / /
* | | | | | reifyAnnotationsEugene Burmako2012-02-1218-0/+283
* | | | | | Updated existentials test with non-working parts.Paul Phillips2012-02-121-0/+13
* | | | | | Fix for overly suppressive repl.Paul Phillips2012-02-121-0/+3
* | | | | | Another existential problem down.Paul Phillips2012-02-119-95/+194
* | | | | | Overcame long-maddening existential issue.Paul Phillips2012-02-104-0/+108
* | | | | | Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-06101-167/+1005
|\ \ \ \ \ \
| * | | | | | 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-0516-163/+38
| |/ / / / / /
| * | | | | | Updated Flags toString/documentation.Paul Phillips2012-02-028-18/+18
| * | | | | | 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
| | |/ / / / / /
| * / / / / / / Fix for parser OOM.Paul Phillips2012-02-012-0/+6
| |/ / / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ 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-036-16/+126
* | | | | | | Incorporate Ctrie into standard library.Aleksandar Prokopec2012-02-023-2/+14
* | | | | | | Add the Ctrie concurrent map implementation.Aleksandar Prokopec2012-02-018-0/+1040
|/ / / / / /
* | | | | | Test case closes SI-5352.Paul Phillips2012-01-313-0/+29
* | | | | | Improved warning for insensible comparisons.Paul Phillips2012-01-314-1/+28
|/ / / / /