summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SI-9095 Memory leak in LinkedHasMap and LinkedHashSetDenton Cockburn2015-01-312-0/+50
* Merge pull request #4259 from mzitnik/2.11.xIchoran2015-01-301-0/+20
|\
| * SI-9072 Vector ++ concatenation of parallel collection cause inconsistent res...Mark Zitnik2015-01-181-0/+20
* | Merge pull request #4214 from som-snytt/issue/5154Jason Zaugg2015-01-221-0/+9
|\ \
| * | SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-0/+9
* | | Merge pull request #4253 from retronym/ticket/9087Grzegorz Kossakowski2015-01-202-8/+69
|\ \ \
| * | | SI-9087 Fix min/max of reversed Double/Float orderingsJason Zaugg2015-01-202-8/+69
* | | | Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-165-21/+115
* | | | Cleanup asm-to-string debug helpersLukas Rytz2015-01-161-0/+8
| |_|/ |/| |
* | | Merge pull request #4249 from retronym/ticket/9089Vlad Ureche2015-01-163-0/+7
|\ \ \ | |/ / |/| |
| * | SI-9089 Another REPL/FSC + specialization bug fixJason Zaugg2015-01-153-0/+7
* | | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-1422-30/+30
|\ \ \
| * | | Fix many typos in docs and commentsmpociecha2014-12-1422-30/+30
* | | | SI-9057 - fix `showCode` to put backticks around names including dotsJan Bessai2015-01-071-0/+2
| |/ / |/| |
* | | Add unit tests for Tseitin CNF conversion.Gerard Basler2014-12-291-0/+555
* | | Merge pull request #4139 from retronym/ticket/7965Adriaan Moors2014-12-231-0/+54
|\ \ \
| * | | SI-7965 Support calls to MethodHandle.{invoke,invokeExact}Jason Zaugg2014-12-031-0/+54
* | | | Merge pull request #4208 from lrytz/t9044Adriaan Moors2014-12-231-0/+6
|\ \ \ \
| * | | | SI-9044 Fix order of interfaces in classfilesLukas Rytz2014-12-181-0/+6
* | | | | Merge pull request #4199 from adriaanm/rebase-4193Adriaan Moors2014-12-182-0/+272
|\ \ \ \ \
| * | | | | SI-8999 Reduce memory usage in exhaustivity checkGerard Basler2014-12-122-0/+272
| | |_|/ / | |/| | |
* | | | | Merge pull request #4122 from retronym/ticket/7459-2Adriaan Moors2014-12-1812-0/+166
|\ \ \ \ \
| * | | | | SI-7459 Handle pattern binders used as prefixes in TypeTrees.Jason Zaugg2014-11-1412-0/+166
* | | | | | Merge pull request #4085 from adriaanm/patmat-suppressLukas Rytz2014-12-182-0/+160
|\ \ \ \ \ \
| * | | | | | Suppress match analysis under -Xno-patmat-analysisAdriaan Moors2014-12-122-0/+160
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4191 from som-snytt/issue/8538Lukas Rytz2014-12-181-0/+86
|\ \ \ \ \ \
| * | | | | | SI-8538 Document extensionSom Snytt2014-12-151-0/+30
| * | | | | | SI-8538 Test or example for Source.reportSom Snytt2014-12-121-0/+56
| |/ / / / /
* | | | | | Merge pull request #4196 from lrytz/t9030-2.11Lukas Rytz2014-12-171-0/+19
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumCharLukas Rytz2014-12-111-0/+19
* | | | | | SI-9043 ArrayBuffer.insert and insertAll are very slowDenton Cockburn2014-12-141-0/+36
| |/ / / / |/| | | |
* | | | | Merge pull request #4078 from gbasler/topic/fix-analysis-budgetAdriaan Moors2014-12-124-0/+73
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Avoid the `CNF budget exceeded` exception via smarter translation into CNF.Gerard Basler2014-10-274-0/+73
* | | | | Merge pull request #4182 from som-snytt/issue/multizeroAdriaan Moors2014-12-095-83/+102
|\ \ \ \ \
| * | | | | SI-9015 Reject 0x and minor parser cleanupSom Snytt2014-12-055-83/+102
* | | | | | Merge pull request #4169 from retronym/ticket/9008Adriaan Moors2014-12-055-0/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-9008 Fix regression with higher kinded existentialsJason Zaugg2014-12-035-0/+19
| |/ / / /
* | | | | Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-0510-14/+796
|\ \ \ \ \
| * | | | | Add benchmarks to compare recursive and flat cp representationsmpociecha2014-12-051-0/+143
| * | | | | Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-053-3/+8
| * | | | | Integrate flat classpath with the compilermpociecha2014-12-054-9/+273
| * | | | | Refactor scalap's mainmpociecha2014-12-011-2/+5
| * | | | | Create dedicated path resolver for the flat classpath representationmpociecha2014-11-301-0/+159
| * | | | | Add the flat classpath type aggregating flat classpath instancesmpociecha2014-11-301-0/+208
* | | | | | Merge pull request #4141 from Ichoran/issue/8970Lukas Rytz2014-12-041-0/+6
|\ \ \ \ \ \
| * | | | | | SI-8970 hashCode of BigDecimal and Double do not matchRex Kerr2014-11-211-0/+6
* | | | | | | Merge pull request #4146 from Ichoran/issue/6519Lukas Rytz2014-12-041-3/+15
|\ \ \ \ \ \ \
| * | | | | | | SI-6519 PagedSeq is not lazy enoughRex Kerr2014-11-211-3/+15
| |/ / / / / /
* | | | | | | Merge pull request #4180 from som-snytt/issue/7683Lukas Rytz2014-12-044-0/+43
|\ \ \ \ \ \ \
| * | | | | | | SI-7683 Enable -Ystop-before:typerSom Snytt2014-12-014-0/+43