summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Minor refactoring in CoreSimplÖmer Sinan Ağacan2019-07-091-3/+0
* Testsuite tweaks and refactoringÖmer Sinan Ağacan2019-07-0910-19/+21
* Hadrian: fix source-dist ruleAlp Mestanogullari2019-07-091-11/+53
* Hadrian: implement key-value settings for builder optionsAlp Mestanogullari2019-07-0911-40/+688
* testsuite: Fix #16818Ben Gamari2019-07-091-3/+10
* Deduplicate "unique subdir" code between GHC and CabalJohn Ericson2019-07-0911-69/+143
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-099-30/+33
* Fix two more `#ifndef` for the linterJohn Ericson2019-07-091-2/+2
* Fix #16511: changes in interface dependencies should trigger recompilationPhuong Trinh2019-07-0911-32/+160
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-0976-2129/+2211
* Add test for old issue w/ bad source locations for warnings in .lhs files (#515)Kevin Buhr2019-07-083-0/+28
* Bump Shake and copy instead of hard link from cloud cacheDavid Eichmann2019-07-082-1/+11
* Fix #16895 by checking whether infix expression operator is a variablenineonine2019-07-0514-11/+108
* More sensible SrcSpans for recursive pattern synonym errors (#16900)Ryan Scott2019-07-054-6/+26
* Make all submodules have absolute URLsArtem Pelenitsyn2019-07-051-27/+27
* Dont gather ticks when only striping them in STG.Andreas Klebinger2019-07-043-5/+11
* Fix over-eager implication constraint discardSimon Peyton Jones2019-07-048-5/+98
* rts: Fix -hT option with profiling rtsDaniel Gröber2019-07-041-4/+1
* Add a missing zonk (fixes #16902)Simon Peyton Jones2019-07-044-10/+40
* Produce all DerivInfo in tcTyAndClassDeclsVladislav Zavialov2019-07-049-547/+561
* gitlab: Reduce size of template headingsBen Gamari2019-07-042-6/+6
* Make printer untag when chasing a pointer in a RET_FUN frameSiddharth Bhat2019-07-041-1/+1
* Bump parsec submodule to 3.1.14.0Ben Gamari2019-07-041-0/+0
* Bump template-haskell version to 2.16.0.0Ryan Scott2019-07-034-4/+4
* gitlab-ci: Fix doc-tarball jobBen Gamari2019-07-032-2/+4
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-0345-246/+1512
* Hadrian: disable cloud build cache for symlinks #16800David Eichmann2019-07-021-0/+4
* Fix stage 1 warningsÖmer Sinan Ağacan2019-07-022-2/+6
* Add test for #16575Eric Wolf2019-07-024-0/+54
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-0213-40/+201
* Apply suggestion to rts/linker/Elf.cBen Gamari2019-07-021-0/+3
* Apply suggestion to rts/linker/elf_got.cBen Gamari2019-07-021-0/+1
* No atomics on arm32; this will just yield stubs.Moritz Angermann2019-07-021-0/+2
* Lookup _GLOBAL_OFFSET_TABLE by symbol->addr when doing relocationsEdward Amsden2019-07-021-1/+1
* Add _GLOBAL_OFFSET_TABLE_ supportMoritz Angermann2019-07-022-5/+38
* rts: Assert that LDV profiling isn't used with parallel GCwip/memory-barriersBen Gamari2019-06-281-0/+3
* Correct closure observation, construction, and mutation on weak memory machines.Travis Whitaker2019-06-2831-56/+361
* typo in the docs for DynFlags.hsArtem Pelenitsyn2019-06-271-1/+1
* Fix GCC warnings with __clear_cache builtin (#16867)Sylvain Henry2019-06-271-6/+8
* testsuite: Add more type annotations to perf_notesBen Gamari2019-06-272-54/+100
* Fix #16805 by formatting warning messagenineonine2019-06-273-9/+13
* getExecutablePath: get path from sysctl on FreeBSDFraser Tweedale2019-06-271-0/+47
* Fix Happy deps for Stack (#16825)Sylvain Henry2019-06-271-10/+5
* configure: prefer cc over gccRoland Zumkeller2019-06-271-1/+1
* Improve doc for :type-at. (#14780)Roland Senn2019-06-271-1/+8
* rts: Do not traverse nursery for dead closures in LDV profileMatthew Pickering2019-06-271-23/+0
* rts: Correct assertion in LDV_recordDeadMatthew Pickering2019-06-271-1/+1
* rts: Correct handling of LARGE ARR_WORDS in LDV profilerMatthew Pickering2019-06-273-19/+20
* testsuite: More type signatureswip/run-fragile-testsBen Gamari2019-06-262-9/+12
* testsuite: Run and report on fragile testsBen Gamari2019-06-263-9/+23