summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix NPE in PagedSeq.slice at end of seqTomas Janousek2015-09-211-0/+6
| | |/ / /
| * | | | Merge pull request #4750 from SethTisue/windows-partestLukas Rytz2015-09-212-105/+0
| |\ \ \ \
| | * | | | remove old partest.bat batch fileSeth Tisue2015-09-171-104/+0
| | * | | | fix partest to work on CygwinSeth Tisue2015-09-171-1/+0
| | | |_|/ | | |/| |
| * | | | Merge pull request #4752 from alexeyr/topic/errornonexistentfield-messageLukas Rytz2015-09-211-3/+3
| |\ \ \ \
| | * | | | [backport] Include owner in ErrorNonExistentField messageAlexey Romanov2015-09-181-3/+3
| | | |/ / | | |/| |
* | | | | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-2277-1/+45
|\| | | |
| * | | | fix t9370 so it works on Windows tooSeth Tisue2015-09-181-1/+1
| |/ / /
| * / / SI-9475 Dependent PolyTypes are dependent typesVlad Ureche2015-09-171-0/+19
| |/ /
| * | Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-1473-0/+0
| |\ \
| | * | unset inappropriate execute bitsSeth Tisue2015-09-0273-0/+0
| * | | SI-9369 Fix pattern matcher warnings for diamond shaped inheritance.Gerard Basler2015-09-122-0/+25
| * | | Merge pull request #4704 from VladUreche/issue/9442Jason Zaugg2015-09-061-0/+14
| |\ \ \ | | |_|/ | |/| |
| | * | SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-231-0/+14
| * | | Merge pull request #4692 from JanBessai/Fix-SI-6636Adriaan Moors2015-08-312-0/+24
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6636 Fix macro expansion in toolboxesJan Bessai2015-08-232-0/+24
| * | | Merge pull request #4710 from retronym/ticket/9450Seth Tisue2015-08-272-1/+7
| |\ \ \
| | * | | SI-9450 Fix triple quoted strings in REPL :power modeJason Zaugg2015-08-272-1/+7
| * | | | SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-261-0/+81
| |/ / /
| * | / Fix typos in spec, docs and commentsMichaƂ Pociecha2015-08-2313-14/+14
| | |/ | |/|
* | | Merge pull request #4711 from lrytz/opt/heuristicsLukas Rytz2015-09-2215-176/+437
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/2.12.x' into opt/heuristicsLukas Rytz2015-09-1862-247/+772
| |\ \ \
| * | | | Test inliner warnings for callsites not annotated @inlineLukas Rytz2015-09-181-2/+31
| * | | | First version of inliningh heuristics that prefer higher-order methosLukas Rytz2015-09-182-1/+34
| * | | | Emit exception handlers for inlined methods in the correct orderLukas Rytz2015-09-181-0/+7
| * | | | Run computeMaxLocalsMaxStack less oftenLukas Rytz2015-09-176-13/+9
| * | | | Cleanups and performance fixes in Nullness analysisLukas Rytz2015-09-171-39/+58
| * | | | Avoid re-computing argInfos after inlining and closure optimizationLukas Rytz2015-09-171-0/+24
| * | | | In the call graph, rename higherOrderParams to samParamTypesLukas Rytz2015-09-171-1/+1
| * | | | Reduce component nesting in backendLukas Rytz2015-09-171-2/+2
| * | | | Revert workaround for SI-8334Lukas Rytz2015-09-173-22/+17
| * | | | Store information about function literals in call graphLukas Rytz2015-09-172-9/+59
| * | | | Include information about higher-order methods in the call graphLukas Rytz2015-08-281-1/+2
| * | | | Inline post-inlining requestsLukas Rytz2015-08-281-34/+98
| * | | | Fix maxStack after inliningLukas Rytz2015-08-281-0/+4
| * | | | Store SAM information in ClassBTypesLukas Rytz2015-08-271-4/+50
| * | | | Separate hash maps in the code repo for classes being compiled or notLukas Rytz2015-08-185-5/+12
| * | | | Group call graph by methodLukas Rytz2015-08-172-52/+38
* | | | | Merge pull request #4749 from retronym/ticket/9473Lukas Rytz2015-09-2219-74/+128
|\ \ \ \ \
| * | | | | SI-9473 Cleaner references to statically owned symbolsJason Zaugg2015-09-2219-74/+128
| | |/ / / | |/| | |
* | | | | SI-9479 Fix regression w. inherited overloads in package objectJason Zaugg2015-09-192-0/+30
* | | | | Merge pull request #4719 from Ichoran/issue/8647Lukas Rytz2015-09-181-0/+7
|\ \ \ \ \
| * | | | | SI-8647 Used immutable scheme for mutable.BitSet to resolve canBuildFromRex Kerr2015-08-301-0/+7
* | | | | | Merge pull request #4699 from alexeyr/patch-1Lukas Rytz2015-09-181-3/+3
|\ \ \ \ \ \
| * | | | | | Include owner in ErrorNonExistentField messageAlexey Romanov2015-09-141-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4689 from retronym/topic/trait-default-specializationLukas Rytz2015-09-184-0/+77
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Allow BCode to emit default interface methodsJason Zaugg2015-08-112-0/+60
| * | | | | Don't generate specialized overrides in traitsJason Zaugg2015-08-112-2/+1
| * | | | | Test case for the status quo in specialized traitsJason Zaugg2015-08-112-0/+18
| |/ / / /
* | | | | Merge pull request #4732 from SethTisue/merge-2.11.x-sep-8Adriaan Moors2015-09-0919-15/+140
|\ \ \ \ \