summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #4838 from lrytz/removeIcodeLukas Rytz2015-11-1049-12017/+152
|\
| * 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-3144-11249/+104
* | 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-2998-4119/+861
|\ \ | |/ |/|
| * Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-2798-4119/+861
* | 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-275-2/+31
|\ \ \
| * | | SI-9527 Fix NPE in ambiguous implicit error generationJason Zaugg2015-10-215-2/+31
* | | | Merge pull request #4794 from densh/topic/predef-autoboxingSeth Tisue2015-10-272-17/+52
|\ \ \ \
| * | | | Fixes an inconsistency between BoxesRunTime and Predef's autoboxingDenys Shabalin2015-10-082-17/+52
* | | | | Merge pull request #4811 from lrytz/opt/computeMaxsLukas Rytz2015-10-277-228/+405
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use a single Int for the prod / cons values of InstructionStackEffectLukas Rytz2015-10-274-44/+33
| * | | | Support JSR / RET in computeMaxLocalsMaxStackLukas Rytz2015-10-272-9/+20
| * | | | More efficient way to compute maxLocals / maxStackLukas Rytz2015-10-276-209/+386
|/ / / /
* | | | Merge pull request #4820 from lrytz/t9535Lukas Rytz2015-10-279-27/+74
|\ \ \ \
| * | | | SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-269-27/+74
| | |_|/ | |/| |
* | | | Merge pull request #4821 from retronym/review/4817Jason Zaugg2015-10-271-32/+0
|\ \ \ \
| * | | | Remove unneeded overrides from ReplGLobalSom Snytt2015-10-271-32/+0
| |/ / /
* | | | Merge pull request #4815 from som-snytt/test/stringcontext-fJason Zaugg2015-10-273-193/+160
|\ \ \ \
| * | | | f interp test is junitSom Snytt2015-10-253-193/+160
| |/ / /
* | | | Merge pull request #4807 from lrytz/opt/innerClassAttrLukas Rytz2015-10-2613-317/+344
|\ \ \ \ | |/ / / |/| | |
| * | | Clean up CoreBTypes, consistent names, remove unused entriesLukas Rytz2015-10-2010-190/+136
| * | | Simplify and correctify calculation of the InnerClass attributeLukas Rytz2015-10-2011-153/+234
* | | | Merge pull request #4802 from SethTisue/merge-2.11-to-2.12-oct-16Lukas Rytz2015-10-2126-88/+264
|\ \ \ \ | |/ / / |/| | |
| * | | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-1626-88/+264
| |\ \ \ | | |_|/ | |/| |
| | * | Merge pull request #4791 from performantdata/issue/9508Lukas Rytz2015-10-158-47/+17
| | |\ \
| | | * | SI-9508 fix classpaths in Eclipse configurationPerformant Data LLC2015-10-128-47/+17
| | * | | Merge pull request #4798 from performantdata/issue/9513Seth Tisue2015-10-152-1/+60
| | |\ \ \
| | | * | | Suppress unneeded import.Performant Data LLC2015-10-141-2/+2
| | | * | | Document some OpenHashMap internal methods.Performant Data LLC2015-10-101-0/+13