summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* template-haskell: Fix italics in changelogwip/sync-changelogsRyan Scott2019-11-081-2/+2
* base: Fix TBA in changelogBen Gamari2019-11-081-2/+2
* template-haskell: Fix TBAs in changelogBen Gamari2019-11-081-2/+2
* template-haskell: Document assembler foreign file supportBen Gamari2019-11-082-0/+4
* hadrian: Add enableTickyGhc helperBen Gamari2019-11-081-1/+12
* Set correct length of DWARF .debug_aranges section (fixes #17428)Szymon Nowicki-Korgol2019-11-081-1/+2
* Testsuite: Introduce req_rts_linkerStefan Schulze Frielinghaus2019-11-0816-37/+38
* users_guide: Set flags list file encodingBen Gamari2019-11-071-1/+1
* rts/NonMoving: Fix various Windows build issuesBen Gamari2019-11-072-5/+6
* base: Add missing imports in Windows locking implementationBen Gamari2019-11-071-0/+3
* rts: Remove undesireable inline specifierBen Gamari2019-11-071-1/+1
* rts: Ensure that Rts.h is always included firstBen Gamari2019-11-077-6/+18
* rts: Fix m32 allocator build on WindowsBen Gamari2019-11-073-5/+9
* Bump hsc2hs submoduleBen Gamari2019-11-071-0/+0
* Bump the process submoduleBen Gamari2019-11-071-0/+0
* hadrian: fix support for the recording of perf test resultsAlp Mestanogullari2019-11-072-3/+19
* configure: Modify ERROR to WARN for sphinx's python checkTakenobu Tani2019-11-071-1/+2
* Bump libffi-tarballs submoduleStefan Schulze Frielinghaus2019-11-071-0/+0
* FlagChecker: Add ticky flags to hashed flagsBen Gamari2019-11-071-1/+5
* For s390x issue a warning if LLVM 9 or older is usedStefan Schulze Frielinghaus2019-11-071-0/+6
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-0720-76/+210
* Adding examples to Semigroup/monoidDan Brooks2019-11-062-0/+21
* configure: Add checking python3-sphinxTakenobu Tani2019-11-064-0/+37
* configure: Add --with-libdw-{includes,libraries} flagsBen Gamari2019-11-0610-4/+62
* rts: Drop redundant flags for libffiBen Gamari2019-11-061-8/+3
* Hadrian: enable interpreter for s390xStefan Schulze Frielinghaus2019-11-051-1/+1
* CoreTidy: hide tidyRuleÖmer Sinan Ağacan2019-11-051-1/+1
* TidyPgm: replace an explicit loop with mapAccumLÖmer Sinan Ağacan2019-11-051-7/+2
* Check EmptyCase by simply adding a non-void constraintSebastian Graf2019-11-0530-334/+468
* testsuite: skip test requiring RTS linker on PowerPCPeter Trommler2019-11-0513-31/+21
* rts: Add missing const in HEAP_ALLOCED_GCBen Gamari2019-11-051-1/+1
* users-guide: Improve documentaion of CPP extensionTakenobu Tani2019-11-051-2/+15
* rts/linker: Ensure that code isn't writableBen Gamari2019-11-049-289/+373
* Rephrase note on full-lazinessLeif Metcalf2019-11-041-7/+6
* SysTools: Only apply Windows-specific workaround on WindowsBen Gamari2019-11-041-1/+7
* Update Note references -- comments onlyRichard Eisenberg2019-11-021-2/+2
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-0212-77/+61
* Add +RTS --disable-delayed-os-memory-return. Fixes #17411.Niklas Hambüchen2019-11-015-13/+74
* doc: Fix backticksNiklas Hambüchen2019-11-011-1/+1
* Make CSE delay inlining lessSimon Peyton Jones2019-11-018-12/+72
* testsuite: Add test for #17423Ben Gamari2019-11-012-0/+38
* hadrian: Make runtest invocation consistency with MakeBen Gamari2019-11-011-8/+9
* template-haskell: require at least 1 GADT constructor name (#17379)Adam Sandberg Eriksson2019-11-016-0/+32
* Describe optimisation of demand analysis of noinlineBen Gamari2019-11-011-0/+8
* testsuite: Make ExplicitForAllRules1 more robustBen Gamari2019-11-012-11/+15
* base: Ensure that failIO isn't SOURCE importedBen Gamari2019-11-014-9/+18
* Fix a bad error in tcMatchTySimon Peyton Jones2019-11-011-4/+28
* Add another test for #17267Simon Peyton Jones2019-11-013-0/+41
* Makes Lint less chatty:Simon Peyton Jones2019-11-011-11/+13
* rts: Make m32 allocator per-ObjectCodeBen Gamari2019-11-017-53/+83