summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable testswip/con-info-ciMatthew Pickering2020-12-181-5/+0
* Some more commentsMatthew Pickering2020-12-181-3/+10
* debug info docsMatthew Pickering2020-12-181-3/+2
* release notesMatthew Pickering2020-12-181-1/+1
* Turn on SourceNotes without -gMatthew Pickering2020-12-181-1/+5
* Add release notes for -hi, -finfo-table-map and -fdistinct-constructor-tablesMatthew Pickering2020-12-181-0/+12
* Add test for whereFrom#Matthew Pickering2020-12-185-0/+52
* Add whereFrom and whereFrom# primopMatthew Pickering2020-12-186-0/+76
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2020-12-1825-184/+274
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2020-12-1831-55/+736
* Profiling by info table mode (-hi)Matthew Pickering2020-12-187-6/+35
* Revert "Remove GHC.Types.Unique.Map module"Matthew Pickering2020-12-182-0/+207
* Fix haddock parse errorMatthew Pickering2020-12-181-2/+2
* 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