summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix another haddock parse errorwip/haddock-parse-error2Matthew Pickering2020-12-201-1/+1
* Fix project version for ProjectVersionMunged (fix #19058)Sylvain Henry2020-12-172-3/+7
* Unfortunate dirty hack to overcome #18998.Richard Eisenberg2020-12-174-1/+77
* submodule update: containers and stmTom Ellis2020-12-172-0/+0
* Reject dodgy scoping in associated family instance RHSesRyan Scott2020-12-178-93/+246
* Force module recompilation if '*' prefix was used to load modules in ghci (#8...nineonine2020-12-174-3/+24
* User guide minor typoDavid Eichmann2020-12-171-1/+1
* Bump haddock submoduleGHC GitLab CI2020-12-161-0/+0
* Revert haddock submodule yet againBen Gamari2020-12-151-0/+0
* Roll-back broken haddock commitBen Gamari2020-12-151-0/+0
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-1595-632/+263
* testsuite: Mark divbyzero, derefnull as fragileBen Gamari2020-12-151-0/+2
* Add regression test for #19053Sebastian Graf2020-12-152-0/+9
* Implement BoxedRep proposalAndrew Martin2020-12-1495-263/+632
* Optimise nullary type constructor usagewip/tyconapp-optsBen Gamari2020-12-1423-77/+213
* Optimize dumping of consecutive whitespace.wip/andreask/opt_dumpsAndreas Klebinger2020-12-146-19/+65
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-1458-1219/+1308
* Revert "Optimise nullary type constructor usage"Ben Gamari2020-12-1423-213/+77
* Optimise nullary type constructor usageBen Gamari2020-12-1423-77/+213
* Implement type applications in patternsCale Gibbard2020-12-1487-193/+959
* Remove old .travis.ymlJohn Ericson2020-12-131-61/+0
* mkDocs: support hadrian bindists #18973Adam Sandberg Ericsson2020-12-121-1/+3
* hadrian: correctly copy the docs dir into the bindist #18669Adam Sandberg Ericsson2020-12-121-1/+9
* Demand: Simplify `CU(U)` to `U` (#19005)Sebastian Graf2020-12-126-35/+47
* DmdAnal: Annotate top-level function bindings with demands (#18894)Sebastian Graf2020-12-1215-155/+937
* Use static array in zeroCountSylvain Henry2020-12-111-37/+6
* rts: don't use siginterrupt (#19019)Sylvain Henry2020-12-111-5/+1
* ghci: reuse Arch from ghc-bootSylvain Henry2020-12-112-63/+22
* ghci: don't compile unneeded modulesSylvain Henry2020-12-111-2/+2
* Move SizedSeq into ghc-bootSylvain Henry2020-12-118-9/+8
* Parser: move parser utils into their own moduleSylvain Henry2020-12-114-58/+72
* Hadrian: fix libffi tarball parsingSylvain Henry2020-12-111-1/+1
* Validate script: fix configure command when using stackSylvain Henry2020-12-111-1/+4
* Arrows: correctly query arrow methods (#17423)Sylvain Henry2020-12-114-13/+17
* Delete outdated Note [Kind-checking tyvar binders for associated types]Ryan Scott2020-12-112-24/+0
* Add :doc test case for duplicate record fieldsAaron Allen2020-12-113-0/+17
* Elide extraneous messages for :doc command (#15784)Aaron Allen2020-12-114-5/+26
* Display FFI labels (fix #18539)Sylvain Henry2020-12-112-8/+10
* gitlab-ci: Fix name of flavour in ThreadSanitizer jobBen Gamari2020-12-111-1/+1
* gitlab-ci: Fix incorrect Docker image for nightly cross jobBen Gamari2020-12-111-11/+8
* users guide: Describe GC lifecycle eventsBen Gamari2020-12-113-5/+101
* users guide: Fix syntax errorsBen Gamari2020-12-111-23/+21
* rts/linker/Elf.c: add missing <dlfcn.h> include (musl support)Sergei Trofimovich2020-12-101-0/+3
* doc: Extra-clarify -fomit-yieldsKirill Elagin2020-12-101-1/+1
* doc: Clarify the default for -fomit-yieldsKirill Elagin2020-12-101-1/+1
* Bump time submodule.Andreas Klebinger2020-12-081-0/+0
* GHC.Cmm.Opt: Be stricter in results.Andreas Klebinger2020-12-081-51/+51
* Cmm.Sink: Optimize retaining of assignments, live sets.Andreas Klebinger2020-12-085-52/+174
* Cmm: Make a few types and utility function slightly stricter.Andreas Klebinger2020-12-082-9/+11
* CmmSink: Force inlining of foldRegsDefdAndreas Klebinger2020-12-081-6/+45