summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* llvmGen: Remove -fast-llvm flagwip/rip-out-fast-llvmBen Gamari2020-04-203-20/+1
* 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
* rts: Expand and add more notes regarding slopDaniel Gröber2020-04-145-24/+97
* Zero out pinned block alignment slop when profilingDaniel Gröber2020-04-143-26/+59
* Hadrian: Make -i paths absoluteMatthew Pickering2020-04-141-5/+8
* base: Enable large file support for OFD locking impl.Ben Gamari2020-04-141-0/+3
* rts: Don't mark evacuate_large as inlineBen Gamari2020-04-141-1/+1
* StgCRun: Enable unwinding only on LinuxBen Gamari2020-04-141-4/+11
* doc (Foldable): Add examples to Data.FoldableJulien Debon2020-04-141-3/+470
* hadrian: get rid of unnecessary levels of nesting in source-distAlp Mestanogullari2020-04-142-4/+7
* Small change to the windows ticker.Andreas Klebinger2020-04-141-1/+7
* Change zipWith to zipWithEqual in a few placesKrzysztof Gogolewski2020-04-1412-21/+28
* Add an INLINE pragma to Control.Category.>>>Alexis King2020-04-126-4/+355
* hadrian: Don't --export-dynamic on DarwinBen Gamari2020-04-122-1/+14
* Use conLikeUserTyVarBinders to quantify field selector typesRyan Scott2020-04-1212-23/+297
* Implement extensible interface filesJosh Meredith2020-04-128-8/+224
* Significant refactor of LintSimon Peyton Jones2020-04-124-518/+577
* testsuite: Fix comment for a language extensionTakenobu Tani2020-04-121-2/+2
* Testsuite: mark T11531 fragilePeter Trommler2020-04-101-1/+2
* testsuite: Move no_lint to the top level, tweak hie002Ömer Sinan Ağacan2020-04-103-7/+14
* Hadrian: fix --summarySylvain Henry2020-04-091-1/+1
* DmdAnal: No need to attach a StrictSig to DataCon workersSebastian Graf2020-04-095-33/+28
* Special case `isConstraintKindCon` on `AlgTyCon`Sebastian Graf2020-04-093-4/+11
* Add an example to liftIO and explain its purposeHécate2020-04-091-0/+34
* Rts: show errno on failure (#18033)Sylvain Henry2020-04-091-5/+5
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-099-13/+105
* iserv: Don't pass --export-dynamic on FreeBSDBen Gamari2020-04-091-1/+2
* hadrian: Use --export-dynamic when linking iservBen Gamari2020-04-091-0/+8
* Handle promoted data constructors in typeToLHsType correctlyRyan Scott2020-04-084-23/+28