summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clone the binders of a SAKS where necessarywip/T19093Simon Peyton Jones2020-12-227-28/+117
* Fix Haddock parse error in GHC.Parser.PostProcess.HaddockMatthew Pickering2020-12-201-2/+2
* Fix printing in -ddump-rule-rewrites (#18668)Krzysztof Gogolewski2020-12-204-1/+38
* Kill floatEqualities completelySimon Peyton Jones2020-12-2020-987/+998
* rts: enable thread label table in all RTS flavours #17972Adam Sandberg Ericsson2020-12-207-22/+9
* Improve inference with linear typesKrzysztof Gogolewski2020-12-204-12/+15
* Correct documentation around -XTypeOperatorsRichard Eisenberg2020-12-201-18/+25
* Add two warnings to -WallTom Ellis2020-12-196-8/+8
* submodule update: haddockTom Ellis2020-12-191-0/+0
* rts: Use weaker cas in WSDequeDouglas Wilson2020-12-192-1/+26
* Make noinline more reliableSimon Peyton Jones2020-12-196-12/+112
* Quick Look: zonk result typeSimon Peyton Jones2020-12-192-19/+72
* Cite "Kind Inference for Datatypes"Richard Eisenberg2020-12-181-0/+3
* testsuite: Fix two shell quoting issuesBen Gamari2020-12-182-4/+4
* primops: Document semantics of Float/Int conversionsBen Gamari2020-12-181-0/+12
* rts: Fix typo in macro nameBen Gamari2020-12-181-1/+1
* Fix #19044 by tweaking unification in inst lookupRichard Eisenberg2020-12-185-52/+168
* Rename parser Error and Warning typesAlfredo Di Napoli2020-12-1811-352/+353
* Split Driver.Env moduleAlfredo Di Napoli2020-12-184-135/+156
* Rts/elf-linker: Upcast to 64bit to satisfy format string.Andreas Klebinger2020-12-181-2/+2
* rts: EventLog.c: Properly cast (potential) 32bit pointers to uint64_tAndreas Klebinger2020-12-181-2/+3
* OSMem.c: Use proper type for mbinds mask argument.Andreas Klebinger2020-12-181-1/+1
* Use HsOuterExplicit in instance sigs in deriving-generated codeRyan Scott2020-12-1810-54/+211
* 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