summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use Semigroup's (<>) for Doc/SDocwip/semigroup-sdocVladislav Zavialov2020-04-2336-93/+75
* RTS: workaround a Linux kernel bug in timerfdSylvain Henry2020-04-221-4/+12
* Remove leftover comment in tcRnModule', redundant bindÖmer Sinan Ağacan2020-04-221-30/+25
* Update commentary and slightly refactor GHC.Tc.Deriv.InferRyan Scott2020-04-221-10/+17
* Fix build warning; add more informative information to the linker; fix linker...Moritz Angermann2020-04-222-5/+15
* llvmGen: Remove -fast-llvm flagBen Gamari2020-04-223-20/+1
* Add "ddump-cmm-opt" as alias for "ddump-opt-cmm".Andreas Klebinger2020-04-222-2/+10
* rts: Ensure that sigaction structs are initializedBen Gamari2020-04-221-2/+3
* Do eager instantation in termsSimon Peyton Jones2020-04-2271-849/+943
* PPC NCG: Add DWARF constants and debug labelsPeter Trommler2020-04-2210-41/+65
* Fix tab-completion for :break (#17989)Roland Senn2020-04-228-10/+180
* Mark DataCon wrappers CONLIKEAlexis King2020-04-2212-19/+162
* `MatchResult'` -> `MatchResult`John Ericson2020-04-229-63/+61
* Generalize type of `matchCanFail`John Ericson2020-04-221-1/+1
* Inline `adjustMatchResult`John Ericson2020-04-225-15/+14
* Remove panic in dsHandleMonadicFailureJohn Ericson2020-04-222-37/+42
* Refactor the `MatchResult` type in the desugarerJonathan DK Gibbons2020-04-223-87/+110
* stg-spec: Modify file paths according to new module hierarchyTakenobu Tani2020-04-222-11/+11
* CmmToAsm DynFlags refactoring (#17957)Sylvain Henry2020-04-2114-276/+298
* Avoid `sdocWithDynFlags` in `pprCLbl` (#17957)Sylvain Henry2020-04-211-125/+100
* Avoid using sdocWithDynFlags (#17957)Sylvain Henry2020-04-213-14/+13
* Avoid DynFlags in Ppr code (#17957)Sylvain Henry2020-04-217-42/+49
* GHC.Runtime: avoid DynFlags (#17957)Sylvain Henry2020-04-213-11/+18
* Use ParserFlags in GHC.Runtime.Eval (#17957)Sylvain Henry2020-04-213-22/+25
* docs: drop note about not supporting shared libraries on unix systemsAdam Sandberg Ericsson2020-04-211-2/+0
* Mark T12010 fragile on 32-bitÖmer Sinan Ağacan2020-04-201-5/+5
* Fix a buglet in redundant-constraint warningsSimon Peyton Jones2020-04-205-3/+46
* Derive Ord instance for ExtensionShayne Fletcher2020-04-201-0/+4
* Add missing addInScope call for letrec binders in OccurAnalAlexis King2020-04-191-3/+5
* Modules (#13009)Sylvain Henry2020-04-18250-1058/+1038
* GHC.Core.Opt renamingSylvain Henry2020-04-1882-302/+302
* Improve prepForeignCall error reportingÖmer Sinan Ağacan2020-04-181-9/+21
* Bump hsc2hs submoduleBen Gamari2020-04-181-0/+0
* gitlab-ci: Use rules syntax for conditional jobsBen Gamari2020-04-181-74/+41
* gitlab-ci: Enable FreeBSD job for so-labelled MRsBen Gamari2020-04-181-2/+5
* gitlab-ci: Bump FreeBSD bootstrap compiler to 8.10.1Ben Gamari2020-04-182-8/+2
* Add a missing zonk in tcHsPartialTypeSimon Peyton Jones2020-04-184-14/+94
* Use FailOperator in more places, define a couple datatypes (XBindStmtRn and X...Cale Gibbard2020-04-1711-60/+97
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-1718-118/+135
* Change the fail operator argument of BindStmt to be a MaybeCale Gibbard2020-04-1710-44/+66
* Fix #18065 by fixing an InstCo oversight in Core LintRyan Scott2020-04-173-6/+115
* Hadrian: fix dyn_o/dyn_hi rule (#17534)Sylvain Henry2020-04-171-1/+16
* rts: ProfHeap: Fix wrong time in last heap profile sampleDaniel Gröber2020-04-151-3/+4
* Fix #18052 by using pprPrefixOcc in more placesRyan Scott2020-04-159-34/+96
* Bump template-haskell version to 2.17.0.0Ryan Scott2020-04-147-10/+10
* rts: Assert LDV_recordDead is not called for inherently used closuresDaniel Gröber2020-04-143-24/+44
* Remove call to LDV_RECORD_CREATE for array resizingDaniel Gröber2020-04-141-15/+10
* rts: Fix nomenclature in OVERWRITING_CLOSURE macrosDaniel Gröber2020-04-142-19/+32
* rts: Underline some Notes as is conventionalDaniel Gröber2020-04-144-0/+4
* rts: allocatePinned: Fix confusion about word/byte unitsDaniel Gröber2020-04-141-19/+22