summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-9363 - Add empty serializabletriggerNZ2015-11-241-1/+1
* Fix for SI-9363triggerNZ2015-11-241-5/+6
* Fix some small warnings that pop up on every compileSimon Ochsenreither2015-11-193-7/+7
* Merge pull request #4842 from adriaanm/fields-prepAdriaan Moors2015-11-1917-428/+451
|\
| * Clean up a bit more in Constructors.Adriaan Moors2015-11-122-12/+14
| * Sbt-compatible implementation of `isPastXXXPhase`Adriaan Moors2015-11-122-13/+8
| * Annotation filtering & derivation in one place.Adriaan Moors2015-11-122-34/+47
| * Refactor AddInterfaces triage of impl v iface memberAdriaan Moors2015-11-121-13/+11
| * Also mutate module *class*'s owner in ChangeOwnerTraverserAdriaan Moors2015-11-122-15/+5
| * LazyVals looks for local vals in all term treesAdriaan Moors2015-11-111-14/+9
| * Revert suspicious widening of getter's result typeAdriaan Moors2015-11-111-4/+5
| * Cleanups, debuglogs, small refactoringsAdriaan Moors2015-11-114-77/+88
| * Replacement javap in AsmUtilsAdriaan Moors2015-11-111-6/+26
| * Review feedback from lrytz: better commentsAdriaan Moors2015-11-112-14/+13
| * Constructors: encapsulate whether to memoize a valAdriaan Moors2015-11-111-10/+14
| * Constructors: further clarify which defs are added & whenAdriaan Moors2015-11-113-37/+27
| * Constructors: mutate lessAdriaan Moors2015-11-113-117/+103
| * Constructors: consolidate `ValDef` cases in `transformed`Adriaan Moors2015-11-111-19/+27
| * Constructors: narrow interfaces of its componentsAdriaan Moors2015-11-111-150/+161
* | Merge pull request #4822 from retronym/ticket/9178Lukas Rytz2015-11-181-1/+8
|\ \
| * | SI-9178 Don't eta expand param-less method types to SAMsJason Zaugg2015-10-271-1/+8
* | | Merge pull request #4827 from soc/SI-6162-publicSeth Tisue2015-11-172-2/+0
|\ \ \
| * | | SI-6162 Make @deprecated{Inheritance,Overriding} publicSimon Ochsenreither2015-10-282-2/+0
* | | | Merge pull request #4825 from soc/topic/drop-threadpool-fallbackJason Zaugg2015-11-131-31/+12
|\ \ \ \
| * | | | Remove ThreadPoolExecutor fallback in ExecutionContextImplSimon Ochsenreither2015-10-281-31/+12
* | | | | Merge pull request #4834 from som-snytt/issue/9545-docJason Zaugg2015-11-131-23/+20
|\ \ \ \ \
| * | | | | SI-9545 De-option SyncVarSom Snytt2015-11-011-19/+17
| * | | | | SI-9545 Correct doc for SyncVar.get(t)Som Snytt2015-11-011-4/+3
* | | | | | Merge pull request #4823 from soc/SI-7566-actor-leftoversJason Zaugg2015-11-134-151/+0
|\ \ \ \ \ \
| * | | | | | SI-7566 Remove some private, deprecated remnants from scala-actorsSimon Ochsenreither2015-10-274-151/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4829 from etaty/patch-3Jason Zaugg2015-11-131-3/+3
|\ \ \ \ \ \
| * | | | | | WrapAsScala: Fix documentationValerian2015-10-291-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4844 from retronym/ticket/9555Jason Zaugg2015-11-131-17/+17
|\ \ \ \ \ \
| * | | | | | SI-9555 Refactor SystemProperties to avoid mutable mapJason Zaugg2015-11-131-17/+17
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #4840 from SethTisue/bump-intellij-project-jdk-versionJason Zaugg2015-11-121-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | for 2.12, bump JDK version (6 -> 8) in IntelliJ sample configSeth Tisue2015-11-091-1/+1
* | | | | | Merge pull request #4838 from lrytz/removeIcodeLukas Rytz2015-11-1043-11957/+139
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Minor cleanupsLukas Rytz2015-11-063-55/+3
| * | | | | Use BTypes when building the lambdaMetaFactoryBootstrapHandleLukas Rytz2015-11-064-4/+15
| * | | | | Simplify InvokeStyleLukas Rytz2015-11-062-71/+34
| * | | | | Remove the rest of ICodesLukas Rytz2015-11-068-230/+62
| * | | | | Remove ICode's TypeKinds, use BTypes in the backend insteadLukas Rytz2015-11-063-482/+8
| * | | | | Remove ICodeSimon Ochsenreither2015-10-3138-11189/+91
| |/ / / /
* | | | | Merge pull request #4783 from mprudhom/patch-1Seth Tisue2015-11-061-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Repaired the alphabetical sorting of standards setMarc Prud'hommeaux2015-10-271-6/+6
| | |/ / | |/| |
* | | | Merge pull request #4814 from soc/topic/drop-genasmLukas Rytz2015-10-299-3861/+595
|\ \ \ \ | |/ / / |/| | |
| * | | Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-279-3861/+595
| |/ /
* | | Merge pull request #4813 from rcmurphy/topic/improved-softrefSeth Tisue2015-10-271-0/+13
|\ \ \
| * | | Add Extractor and apply Method for SoftReferenceRebecca Claire Murphy2015-10-221-0/+13
* | | | Merge pull request #4808 from retronym/ticket/9527Seth Tisue2015-10-271-2/+3
|\ \ \ \