summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
...
| | * | SI-9059 Random.alphanumeric is inefficientDenton Cockburn2015-02-131-0/+15
| | |/
| * | Merge pull request #4304 from adriaanm/rebase-4219Adriaan Moors2015-02-132-17/+16
| |\ \ | | |/ | |/|
| | * SI-8818 FreshName extractor forgives suffixSom Snytt2015-02-092-17/+16
| * | Merge pull request #4280 from kanielc/SI-9095Adriaan Moors2015-02-092-0/+50
| |\ \
| | * | SI-9095 Memory leak in LinkedHasMap and LinkedHashSetDenton Cockburn2015-01-312-0/+50
| * | | Merge pull request #4209 from kanielc/SI-8988Adriaan Moors2015-02-091-0/+37
| |\ \ \ | | |_|/ | |/| |
| | * | SI-8988 Escaping character in StringLike.split(c) prevents usage of optimized...Denton Cockburn2015-01-091-0/+37
| * | | Merge pull request #4133 from som-snytt/issue/8976Ichoran2015-02-044-6/+113
| |\ \ \
| | * | | SI-8976 MutableList.tail.iterator.size is lengthSom Snytt2014-12-064-6/+113
| * | | | Merge pull request #4204 from mpociecha/correct-decimal-marks-in-testsGrzegorz Kossakowski2015-02-031-3/+12
| |\ \ \ \
| | * | | | Fix problems with a locale-dependent decimal mark in StringContextTestmpociecha2014-12-141-3/+12
| * | | | | Silence a feature warning in JUnit test code.Jason Zaugg2015-02-031-0/+1
| * | | | | SI-9133 Harden against infinite loop in NoSymbol.ownerJason Zaugg2015-02-031-0/+5
| | |_|_|/ | |/| | |
| * | | | 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 #4352 from som-snytt/issue/9167-2.12Jason Zaugg2015-03-241-1/+43
|\ \ \ \ \ \
| * | | | | | SI-9167 Clarify ScalaVersion parsingSom Snytt2015-02-201-1/+43
* | | | | | | SI-9134 Verify Stream#withFilter#map lazy in tailMarc Siegel2015-02-251-0/+25
* | | | | | | Merge pull request #4284 from ms-tg/SI-8990-rebase-on-2.12-squashedAdriaan Moors2015-02-231-0/+65
|\ \ \ \ \ \ \
| * | | | | | | SI-8990 Allow GC during lazy evaluation of Stream#withFilterMarc Siegel2015-02-201-0/+65
| |/ / / / / /
* / / / / / / SI-9113 Converting `null` collection Java<->Scala yields `null`Roman Hargrave2015-02-181-0/+279
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-299-7/+806
|\| | | | |
| * | | | | Merge pull request #4253 from retronym/ticket/9087Grzegorz Kossakowski2015-01-201-0/+61
| |\ \ \ \ \
| | * | | | | SI-9087 Fix min/max of reversed Double/Float orderingsJason Zaugg2015-01-201-0/+61
| | |/ / / /
| * / / / / Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-162-1/+96
| |/ / / /
| * | | | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-143-6/+6
| |\ \ \ \
| | * | | | Fix many typos in docs and commentsmpociecha2014-12-143-6/+6
| | |/ / /
| * | | | 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 #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 commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-2929-79/+1537
|\| | |
| * | | SI-9043 ArrayBuffer.insert and insertAll are very slowDenton Cockburn2014-12-141-0/+36
| |/ /
| * | Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-055-5/+538
| |\ \
| | * | Add benchmarks to compare recursive and flat cp representationsmpociecha2014-12-051-0/+143
| | * | Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-052-2/+2
| | * | Integrate flat classpath with the compilermpociecha2014-12-051-3/+26
| | * | 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
| | |/
| * / SI-8924 don't hold reference to list in iteratorMaxim Valyanskiy2014-11-271-0/+49
| |/
| * Merge pull request #4075 from som-snytt/issue/8835-junitGrzegorz Kossakowski2014-11-172-3/+150
| |\
| | * SI-8835 Update iterator testsSom Snytt2014-11-131-50/+35
| | * SI-8835 Iterator tests can be junitSom Snytt2014-11-112-3/+165
| * | SI-8932 Fix dropRight/takeRight implementationsRui Gonçalves2014-11-114-0/+73
| |/
| * Merge pull request #4088 from lrytz/opt/cleanupOptimizationsLukas Rytz2014-11-108-68/+554
| |\