summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-13Revert "Add support for SIMD operations in the NCG"wip/back-out-simdBen Gamari
2019-07-12Add shake 0.18.3 to extra depsShayne Fletcher
2019-07-12Fix kind-checking for data/newtypesSimon Peyton Jones
2019-07-11head.hackage: Run builds with -dcore-lintBen Gamari
2019-07-11head.hackage: Run build on head.hackage's master branchBen Gamari
2019-07-11Allow reusing temporary object files generated by GHCi by writing to -odir in...nineonine
2019-07-11Don't typecheck too much (or too little) in DerivingVia (#16923)Ryan Scott
2019-07-11Special case a few common patterns in unionLists.Andreas Klebinger
2019-07-11Add regression test for old panic on inlining undeclared identifier (#495)Kevin Buhr
2019-07-10Fix erroneous float in CoreOptSimon Peyton Jones
2019-07-10hadrian/doc: Add some discussion of compilation stagesBen Gamari
2019-07-10T16804: adjust src spansEric Wolf
2019-07-10Add testcase T16804 for #16804Eric Wolf
2019-07-10Minor refactoring in CoreSimplÖmer Sinan Ağacan
2019-07-10Testsuite tweaks and refactoringÖmer Sinan Ağacan
2019-07-10Hadrian: fix source-dist ruleAlp Mestanogullari
2019-07-10Hadrian: implement key-value settings for builder optionsAlp Mestanogullari
2019-07-10testsuite: Fix #16818Ben Gamari
2019-07-10Deduplicate "unique subdir" code between GHC and CabalJohn Ericson
2019-07-10Remove most uses of TARGET platform macrosJohn Ericson
2019-07-10Fix two more `#ifndef` for the linterJohn Ericson
2019-07-10Fix #16511: changes in interface dependencies should trigger recompilationPhuong Trinh
2019-07-09Use an empty data type in TTG extension constructors (#15247)Ryan Scott
2019-07-08Add test for old issue w/ bad source locations for warnings in .lhs files (#515)Kevin Buhr
2019-07-08Bump Shake and copy instead of hard link from cloud cacheDavid Eichmann
2019-07-05Fix #16895 by checking whether infix expression operator is a variablenineonine
2019-07-05More sensible SrcSpans for recursive pattern synonym errors (#16900)Ryan Scott
2019-07-05Make all submodules have absolute URLsArtem Pelenitsyn
2019-07-05Dont gather ticks when only striping them in STG.Andreas Klebinger
2019-07-05Fix over-eager implication constraint discardSimon Peyton Jones
2019-07-05rts: Fix -hT option with profiling rtsDaniel Gröber
2019-07-05Add a missing zonk (fixes #16902)Simon Peyton Jones
2019-07-05Produce all DerivInfo in tcTyAndClassDeclsVladislav Zavialov
2019-07-05gitlab: Reduce size of template headingsBen Gamari
2019-07-05Make printer untag when chasing a pointer in a RET_FUN frameSiddharth Bhat
2019-07-04Bump parsec submodule to 3.1.14.0Ben Gamari
2019-07-03Bump template-haskell version to 2.16.0.0Ryan Scott
2019-07-03gitlab-ci: Fix doc-tarball jobBen Gamari
2019-07-03Add support for SIMD operations in the NCGAbhiroop Sarkar
2019-07-02Hadrian: disable cloud build cache for symlinks #16800David Eichmann
2019-07-02Fix stage 1 warningsÖmer Sinan Ağacan
2019-07-02Add test for #16575Eric Wolf
2019-07-02Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine
2019-07-02Apply suggestion to rts/linker/Elf.cBen Gamari
2019-07-02Apply suggestion to rts/linker/elf_got.cBen Gamari
2019-07-02No atomics on arm32; this will just yield stubs.Moritz Angermann
2019-07-02Lookup _GLOBAL_OFFSET_TABLE by symbol->addr when doing relocationsEdward Amsden
2019-07-02Add _GLOBAL_OFFSET_TABLE_ supportMoritz Angermann
2019-06-28rts: Assert that LDV profiling isn't used with parallel GCwip/memory-barriersBen Gamari
2019-06-28Correct closure observation, construction, and mutation on weak memory machines.Travis Whitaker