summaryrefslogtreecommitdiff
path: root/src/partest
Commit message (Expand)AuthorAgeFilesLines
* Disentangled RangePositions from interactive.Paul Phillips2013-03-042-9/+2
* Merge remote-tracking branch 'scala/2.10.x' into patmat-refactor-masterAdriaan Moors2013-02-121-1/+1
|\
| * Merge pull request #2099 from retronym/ticket/6158Paul Phillips2013-02-111-1/+1
| |\
| | * SI-6158 Restore compile error output under partest --show-logJason Zaugg2013-02-091-1/+1
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-102-3/+90
|\| |
| * | Expanded bytecode testing code.Paul Phillips2013-02-082-3/+90
| |/
* | Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-092-5/+117
|\|
| * support testing bytecode similarity in ByteCodeTestAdriaan Moors2013-01-312-61/+104
| * bytecode diffing support in ByteCodeTestAdriaan Moors2013-01-311-4/+73
* | Merge commit '644eb7078a' into wip/fresh-merge2Paul Phillips2013-02-011-0/+61
|\|
| * Add Bytecode test (ASM-based) to partest.Grzegorz Kossakowski2013-01-291-0/+61
| * Merge pull request #1966 from paulp/pr/fix-java7-againPaul Phillips2013-01-243-3/+25
| |\
| | * Do not recompute stack frames when instrumenting bytecode.Grzegorz Kossakowski2013-01-242-25/+21
| | * Set `canRetransform` flag to `false` in instrumentation.Grzegorz Kossakowski2013-01-241-1/+1
| | * Correct whitespace in `ASMTransformer.java`.Grzegorz Kossakowski2013-01-241-27/+27
| | * Fix class loader issues in instrumentation tests.Nada Amin2013-01-241-2/+28
* | | Merge commit 'e7ecaa00bb' into pr/merge-2.10Paul Phillips2013-01-252-2/+2
|\| |
| * | Use the same default scalac options in all three partest frontendsSzabolcs Berecz2013-01-222-2/+2
| |/
* | SI-6964 Remove build managers, both simple and refined.Jason Zaugg2013-01-126-128/+0
* | Merge pull request #1849 from som-snytt/issue/6894-javap-appPaul Phillips2013-01-101-0/+26
|\ \
| * | Repl javap decodes various synthetic names for us (fixing SI-6894)Som Snytt2013-01-091-0/+26
* | | Merge branch '2.10.x'Adriaan Moors2013-01-082-2/+1
|\ \ \ | |/ / |/| / | |/
| * Remove -deprecation from partest default options.Paul Phillips2012-12-272-2/+1
* | Merge pull request #1506 from som-snytt/issue/6446-plugin-descPaul Phillips2012-12-223-18/+45
|\ \
| * | PluginComponent contributes description to -Xshow-phases.Som Snytt2012-12-183-18/+45
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-202-1/+5
|\ \ \ | | |/ | |/|
| * | Merge pull request #1754 from retronym/ticket/6288Adriaan Moors2012-12-141-0/+4
| |\ \
| | * | SI-6288 Fix positioning of label jumpsJason Zaugg2012-12-121-0/+4
| * | | Merge pull request #1722 from vigdorchik/ide.apiAdriaan Moors2012-12-121-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Extract base scaladoc functionality for the IDE.Eugene Vigdorchik2012-12-121-1/+1
* | | | Do not recompute stack frames when instrumenting bytecode.Grzegorz Kossakowski2012-12-192-25/+21
* | | | Set `canRetransform` flag to `false` in instrumentation.Grzegorz Kossakowski2012-12-191-1/+1
* | | | Correct whitespace in `ASMTransformer.java`.Grzegorz Kossakowski2012-12-191-27/+27
| |_|/ |/| |
* | | Merge commit 'refs/pull/1717/head' into merge-msil-genjvm-deletePaul Phillips2012-12-062-7/+2
|\ \ \
| * | | SI-6769 Removes GenJVM backendJames Iry2012-12-052-7/+2
* | | | Remove TermName -> String implicit.Paul Phillips2012-12-021-1/+1
|/ / /
* | | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-232-2/+21
|\| |
| * | SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-132-2/+21
| |/
* | Members removed from partest.Paul Phillips2012-11-1911-67/+5
* | Some files removed in their entirety.Paul Phillips2012-11-193-82/+6
* | Revert "Commenting out unused members."Paul Phillips2012-11-1913-133/+132
* | Commenting out unused members.Paul Phillips2012-11-1913-132/+133
* | Remove unused imports in partest.Paul Phillips2012-11-196-9/+1
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0530-57/+32
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0229-29/+29
| * Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-10-307-28/+3
* | Restored a scaladoc val body.Paul Phillips2012-11-031-1/+4
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-035-15/+3
* | Remove unused private members.Paul Phillips2012-11-014-8/+1
* | Fix class loader issues in instrumentation tests.Nada Amin2012-09-281-2/+28