summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* SI-9174 test caseLukas Rytz2015-03-262-0/+30
* Merge pull request #4374 from retronym/ticket/9200Lukas Rytz2015-03-262-0/+18
|\
| * SI-9200 Fix Java generic signatures for refined typesJason Zaugg2015-03-052-0/+18
* | Merge pull request #4396 from retronym/ticket/9074-2.12Lukas Rytz2015-03-242-0/+39
|\ \
| * | SI-9074 Fix generic substitution with package objects, overloadingJason Zaugg2015-03-242-0/+39
* | | Merge pull request #4352 from som-snytt/issue/9167-2.12Jason Zaugg2015-03-242-2/+0
|\ \ \ | |/ / |/| |
| * | SI-9167 Clarify ScalaVersion parsingSom Snytt2015-02-202-2/+0
* | | Merge pull request #4302 from som-snytt/issue/deprecate-named-paramLukas Rytz2015-03-232-21/+31
|\ \ \
| * | | SI-9140 Allow omitting pleonastic parameter nameSom Snytt2015-02-092-21/+26
| * | | SI-9140 Allow deprecating current parameter nameSom Snytt2015-02-082-21/+26
| |/ /
* | | Merge pull request #4301 from som-snytt/issue/8918-deferredLukas Rytz2015-03-231-0/+49
|\ \ \
| * | | SI-8918 Unary ids are plain idsSom Snytt2015-02-081-0/+49
| |/ /
* | | Merge pull request #4300 from CodeMettle/FiniteDuration.toCoarsestLukas Rytz2015-03-231-1/+4
|\ \ \
| * | | Declare FiniteDuration.toCoarsest to return a FiniteDurationSteven Scott2015-02-061-1/+4
| |/ /
* | | Merge pull request #4372 from som-snytt/issue/7775-tweakLukas Rytz2015-03-231-0/+43
|\ \ \
| * | | SI-7775 Exclude nulls when iterating sys propsSom Snytt2015-03-021-0/+43
| |/ /
* | | Merge pull request #4241 from kanielc/SI-6778Lukas Rytz2015-03-232-3/+10
|\ \ \
| * | | SI-6778 scala.math.random should have parenthesisDenton Cockburn2015-01-102-3/+10
* | | | SI-7784 Extend test with enum constantSom Snytt2015-02-281-0/+4
* | | | SI-7784 Allow a singleton type over a constant value defn.Jason Zaugg2015-02-282-1/+10
| |_|/ |/| |
* | | SI-8575 Avoid use of unitialized field in a test.Jason Zaugg2015-02-261-3/+2
* | | Merge pull request #4323 from axel22/t-concurrent-map-get-2.12.xAdriaan Moors2015-02-231-0/+76
|\ \ \
| * | | Fix SI-9147 Override `getOrElseUpdate` in `concurrent.Map`.Aleksandar Prokopec2015-02-121-0/+76
| | |/ | |/|
* / | SI-9131 Fix use of apply syntactic sugar with by-name paramJason Zaugg2015-02-031-0/+12
|/ /
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-2937-43/+724
|\ \
| * \ 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-201-8/+8
| |\ \ \
| | * | | SI-9087 Fix min/max of reversed Double/Float orderingsJason Zaugg2015-01-201-8/+8
| * | | | Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-163-20/+19
| * | | | 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-1410-15/+15
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix many typos in docs and commentsmpociecha2014-12-1410-15/+15
| | |/ /
| * | | 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 #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
* | | | | | | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-29175-738/+2507
|\| | | | | |
| * | | | | | 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