summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
Commit message (Expand)AuthorAgeFilesLines
* Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-011-0/+53
* SI-9059 Random.alphanumeric is inefficientDenton Cockburn2015-02-131-0/+5
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-0/+13
* Add flat classpath implementation for zip and jar filesmpociecha2014-11-301-0/+9
* [nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"Lukas Rytz2014-10-121-97/+0
* SI-8680 Stream.addString is too eagerRex Kerr2014-09-121-0/+21
* SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-271-0/+97
* SI-5919 TypeTags and Exprs should be serializablePhilipp Haller2014-07-151-0/+17
* Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-041-0/+12
* Uniformly route reporting through reporter.Adriaan Moors2014-07-041-1/+1
* Move reporting logic into Reporting traitAdriaan Moors2014-07-041-0/+8
* Optimize nested scope creationJason Zaugg2014-05-261-0/+4
* Merge commit '876590b' into topic/merge-2.10.xJason Zaugg2014-05-081-0/+4
|\
| * SI-8196 Runtime reflection robustness for STATIC impl detailsJason Zaugg2014-03-111-0/+5
| * [nomaster] Update MiMa and use new wildcard filterJason Zaugg2014-01-151-1266/+4
| * SI-8029 Avoid multi-run cyclic error with companions, package objectJason Zaugg2013-12-061-0/+4
| * SI-7825 Consider DEFAULTMETHOD when refchecking concretenessJason Zaugg2013-09-101-0/+24
| * SI-7149 Use a WeakHashSet for type uniquenessGrzegorz Kossakowski2013-09-031-0/+24
| * SI-7150 Replace scala.reflect.internal.WeakHashSetGrzegorz Kossakowski2013-09-031-0/+800
| * SI-7779 Account for class name compactification in reflectionJason Zaugg2013-08-231-0/+12
| * Merge pull request #2814 from xeno-by/topic/auto-duplicate-expansionsJames Iry2013-08-161-0/+24
| |\
| | * [nomaster] macro expansions are now auto-duplicatedEugene Burmako2013-08-141-0/+24
| * | SI-7694 @uncheckedBounds, an opt-out from type bounds checkingJason Zaugg2013-08-131-0/+16
| * | [nomaster] SI-7733 reflective packages now more consistent with scalacEugene Burmako2013-08-131-0/+16
| |/
| * brings JavaMirrors up to speed with ClassfileParserEugene Burmako2013-07-231-0/+4
| * Merge pull request #2674 from richdougherty/2.10.x-si7336-try2Adriaan Moors2013-07-121-0/+8
| |\
| | * SI-7336 - Link flatMapped promises to avoid memory leaksRich Dougherty2013-07-061-0/+8
| * | makes it more convenient to work with SuppressMacroExpansionAttachmentEugene Burmako2013-06-281-0/+24
| |/
| * SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-231-0/+8
| * Reimplementing much of the DefaultPromise methodsViktor Klang2013-05-181-0/+4
| * SI-7442 Update bundled Fork/Join pool (JSR166y)Philipp Haller2013-05-111-0/+37
| * SI-7398 Add support for java8 default methodsPaul Phillips2013-04-261-0/+4
| * SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-211-0/+4
| * SI-7289 Less strict type application for TypeVar.Adriaan Moors2013-04-081-0/+4
| * Refactor existential related code out of types.Jason Zaugg2013-04-021-0/+48
| * Read version 51 (JDK 7) class files.James Iry2013-03-141-0/+16
| * [nomaster] Revert "SI-6548 reflection now correctly enters jinners"Adriaan Moors2013-02-101-8/+8
| * [nomaster] inline importPrivateWithinFromJavaFlags into SymbolTableAdriaan Moors2013-02-091-4/+4
| * [nomaster] Revert "cosmetic renamings in runtime reflection"Adriaan Moors2013-02-091-24/+24
| * [nomaster] refactor AdaptedForkJoinTask, uncaughtExceptionHandlerAdriaan Moors2013-02-091-10/+10
| * [nomaster] can't add new class BatchingExecutorAdriaan Moors2013-02-091-10/+10
| * [nomaster] duplicate tailImpl as a private methodAdriaan Moors2013-02-091-4/+4
| * [nomaster] Revert "SI-4664 Make scala.util.Random Serializable"Adriaan Moors2013-02-091-9/+9
| * [nomaster] Revert "Fixes SI-6521, overrides Range#head to be faster"Adriaan Moors2013-02-091-4/+4
| * [nomaster] run mima both ways, filter out failuresAdriaan Moors2013-02-091-0/+359
* SI-8388 consistently match type trees by originalsDenys Shabalin2014-03-251-0/+62
* introduces Mirror.typeOfEugene Burmako2014-03-251-1/+13
* Merge pull request #3653 from densh/si/8200Jason Zaugg2014-03-251-0/+9
|\
| * SI-8200 provide an identity liftable for treesDenys Shabalin2014-03-241-0/+9
* | SI-8428 Refactor ConcatIteratorJason Zaugg2014-03-241-1/+5
|/