summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove IfaceTupleTy.wip/no-iface-tuple-tyRichard Eisenberg2020-09-045-50/+1
* Introduce isBoxedTupleDataCon and use it to fix #18644Ryan Scott2020-09-0418-28/+40
* DynFlags: don't pass DynFlags to cmmImplementSwitchPlansSylvain Henry2020-09-042-6/+6
* DynFlags: use Platform in foldRegs*Sylvain Henry2020-09-049-152/+138
* Don't rely on CLabel's Outputable instance in CmmToCSylvain Henry2020-09-042-20/+21
* expected-undocumented-flags remove kill flagsKathryn Spiers2020-09-031-2/+0
* configure: Work around Raspbian's silly packaging decisionsBen Gamari2020-09-031-19/+34
* Bignum: add missing compat import/export functionsSylvain Henry2020-09-021-3/+30
* Remove outdated noteSylvain Henry2020-09-021-29/+0
* Remove potential space leak from Data.List.transposeDavid Feuer2020-09-021-1/+7
* Turn on -XMonoLocalBinds by default (#18430)Sebastian Graf2020-09-027-11/+17
* testsuite: Add broken test for #18302Ben Gamari2020-09-013-0/+13
* Remove "Ord FastString" instanceSylvain Henry2020-09-0132-113/+237
* Fix FastString lexicographic ordering (fix #18562)Sylvain Henry2020-09-014-1/+11
* Bignum: add BigNat compat functions (#18613)Sylvain Henry2020-08-311-0/+54
* Limit upper version of Happy for ghc-9.2 (#18620)Takenobu Tani2020-08-312-3/+3
* Limit upper version of Happy for ghc-9.0 and earlier (#18620)Takenobu Tani2020-08-312-1/+3
* Ignore more filesSven Tennie2020-08-311-2/+9
* Set the dynamic-system-linker flag to ManualMoritz Angermann2020-08-311-1/+1
* Fix documentation and fix "check" bignum backend (#18604)Sylvain Henry2020-08-315-19/+19
* Don't store HomeUnit in UnitConfigSylvain Henry2020-08-311-17/+22
* [fixup 3433] move debugBelch into IF_DEBUG(linker)Moritz Angermann2020-08-311-2/+3
* Dominators.hs: Use unix line endingsAndreas Klebinger2020-08-311-563/+563
* Update dominator code with fixes from the dom-lt package.Andreas Klebinger2020-08-311-83/+49
* Hadrian: fix slow-validate flavour (#18586)Sylvain Henry2020-08-311-1/+6
* Bump Win32 and process submodulesBen Gamari2020-08-312-0/+0
* Add additional tests for #18172 (Followup MR 3543)Roland Senn2020-08-313-0/+22
* Add tests for #15617.Roland Senn2020-08-313-0/+9
* base: Better error message on invalid getSystemTimerManager callBen Gamari2020-08-311-2/+4
* document how build system find toolchains on WindowsTamar Christina2020-08-288-12/+83
* Fix use distro toolchianTamar Christina2020-08-288-4/+19
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-288-56/+137
* Make {hsExpr,hsType,pat}NeedsParens aware of boxed 1-tuplesRyan Scott2020-08-276-1/+53
* Consolidate imports in getMinimalImports (#18264)Aditya Gupta2020-08-275-3/+54
* primops: Remove Monadic and Dyadic categoriesKrzysztof Gogolewski2020-08-268-207/+152
* PPC and X86: Portable printing of IEEE floatsPeter Trommler2020-08-264-43/+34
* Bignum: fix BigNat subtraction (#18604)Sylvain Henry2020-08-267-19/+31
* Refactor UnitId pretty-printingSylvain Henry2020-08-2624-185/+202
* users-guide: Color the logo on the front page of the PDFTakenobu Tani2020-08-261-0/+0
* linters: Make CPP linter skip image filesTakenobu Tani2020-08-261-0/+3
* Add a test for #18585Krzysztof Gogolewski2020-08-252-0/+49
* Use LIdP rather than (XRec p (IdP p))Simon Peyton Jones2020-08-2513-83/+71
* Use tcView, not coreView, in the pure unifier.Richard Eisenberg2020-08-252-3/+24
* SysTools.Process: Handle exceptions in readCreateProcessWithExitCode'Ben Gamari2020-08-251-3/+18
* Avoid roundtrip through SDocSylvain Henry2020-08-241-3/+1
* Add a test for #18397Krzysztof Gogolewski2020-08-242-0/+24
* Perf: make SDoc monad one-shot (#18202)Sylvain Henry2020-08-241-1/+13
* Fix types in silly shifts (#18589)Krzysztof Gogolewski2020-08-243-9/+26
* Move pprTyTcApp' inside pprTyTcAppKrzysztof Gogolewski2020-08-231-44/+39
* Do not print synonyms in :i (->), :i Type (#18594)Krzysztof Gogolewski2020-08-2311-8/+61