summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* SI-3452 Correct Java generic signatures for mixins, static forwardersJason Zaugg2014-02-0925-0/+453
* Merge pull request #3453 from Ichoran/issue/4997Adriaan Moors2014-02-051-1/+1
|\
| * SI-4997 deprecate StringLike.linesIterator for StringLike.linesRex Kerr2014-01-311-1/+1
* | SI-8233 Fix regression in backend with boxed nullsJason Zaugg2014-02-053-0/+37
|/
* Merge pull request #3425 from retronym/ticket/7700Jason Zaugg2014-01-312-0/+19
|\
| * SI-7700 @unspecialized, Part Deux: Now Working.Jason Zaugg2014-01-312-0/+19
* | Merge pull request #3357 from retronym/ticket/8143Adriaan Moors2014-01-311-17/+0
|\ \
| * | SI-8143 Regressions with override checks, private membersJason Zaugg2014-01-141-17/+0
* | | SI-8199 Account for module class suffix in -Xmax-classfile-nameJason Zaugg2014-01-291-0/+105
* | | Merge pull request #3388 from rklaehn/issue/7445Adriaan Moors2014-01-242-7/+6
|\ \ \
| * | | SI-7445 ListMap.tail is returning wrong resultRuediger Klaehn2014-01-202-7/+6
* | | | Merge pull request #3401 from xeno-by/topic/freshEugene Burmako2014-01-221-3/+3
|\ \ \ \
| * | | | SI-6879 improves Context.freshNameEugene Burmako2014-01-221-3/+3
* | | | | Expose seq field for variable arity definitionsDenys Shabalin2014-01-221-0/+19
* | | | | Merge pull request #3382 from soc/topic/std-inJason Zaugg2014-01-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve naming of ReadStdinSimon Ochsenreither2014-01-181-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-218-8/+8
|\ \ \ \
| * | | | deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-218-8/+8
| | |_|/ | |/| |
* | | | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-212-16/+0
|\ \ \ \
| * | | | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-152-16/+0
| |/ / /
* | | | Merge pull request #3365 from retronym/ticket/8133Jason Zaugg2014-01-214-0/+33
|\ \ \ \
| * | | | SI-8133 Fix regression with package objects, overloadingJason Zaugg2014-01-144-0/+33
| |/ / /
* | | | addresses pull request feedbackEugene Burmako2014-01-201-1/+1
* | | | SI-8158 compiler hangs printing out fancy typesEugene Burmako2014-01-201-1/+1
| |_|/ |/| |
* | | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-172-0/+27
|\ \ \ | |_|/ |/| |
| * | Report error on code size overflow, log method name.Adriaan Moors2013-12-122-0/+27
* | | Merge pull request #3322 from rklaehn/issue/6253Ichoran2014-01-163-0/+189
|\ \ \
| * | | SI-6253 HashSet should implement unionRüdiger Klaehn2014-01-163-0/+189
* | | | Repairs unexpected failure of test t6200.scalaRex Kerr2014-01-151-3/+3
|/ / /
* | | Merge pull request #3318 from rklaehn/issue/6196Ichoran2014-01-152-0/+136
|\ \ \
| * | | SI-6200 - HashMap should implement filterRüdiger Klaehn2014-01-151-0/+68
| * | | SI-6196 - Set should implement filterRüdiger Klaehn2014-01-151-0/+68
* | | | Merge pull request #3316 from Ichoran/topic/big-decimal-correctnessAdriaan Moors2014-01-153-18/+39
|\ \ \ \
| * | | | Quasi-comprehensive BigDecimal soundness/correctness fix.Rex Kerr2014-01-143-18/+39
* | | | | Merge pull request #3304 from non/bug/stream-flatten2-8100Adriaan Moors2014-01-152-0/+9
|\ \ \ \ \
| * | | | | SI-8100 - prevent possible SOE during Stream#flatten.Erik Osheim2013-12-242-0/+9
* | | | | | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-151-0/+7
|\ \ \ \ \ \
| * | | | | | SI-8015 Count lines by EOLsSom Snytt2014-01-081-0/+7
* | | | | | | Merge pull request #3260 from soc/SI-8035Adriaan Moors2014-01-158-18/+16
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-098-18/+16
| |/ / / / /
* | | | | | Merge pull request #3321 from VladimirNik/sprinterJason Zaugg2014-01-151-2/+2
|\ \ \ \ \ \
| * | | | | | Variance annotations printingVladimirNik2014-01-011-2/+2
* | | | | | | Merge pull request #3315 from rklaehn/issue/7326Ichoran2014-01-151-0/+64
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Implements specialized subsetOf for HashSetRüdiger Klaehn2014-01-141-0/+64
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3355 from xeno-by/topic/saturday-nightJason Zaugg2014-01-14154-371/+414
|\ \ \ \ \ \
| * | | | | | changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-1210-21/+61
| * | | | | | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-12149-365/+368
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-134-6/+156
|\ \ \ \ \ \
| * | | | | | SI-7897, SI-6675 improves name-based patmatPaul Phillips2013-12-154-6/+156
* | | | | | | Merge pull request #3242 from retronym/ticket/8046Adriaan Moors2014-01-133-0/+33
|\ \ \ \ \ \ \