summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FastString: Remove cached length fieldwip/ftext-no-lengthSebastian Graf2020-09-012-6/+4
* Add Pretty.zeroWidth{F,P}Text, use it in Cmm PprSebastian Graf2020-09-014-19/+59
* 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
* Utils: clarify docs slightlyCraig Ferguson2020-08-221-1/+1
* Add ubuntu 20.04 jobs for nightly and releaseWander Hillen2020-08-221-1/+30
* mkUnique refactoring (#18362)Aditya Gupta2020-08-2237-171/+277
* gitlab-ci: Test master branch as wellBen Gamari2020-08-211-0/+1
* Import qualified Prelude in Cmm/Parser.yVladislav Zavialov2020-08-212-1/+2
* Fix -ddump-stg flagSylvain Henry2020-08-216-9/+20
* NCG: Dwarf configurationSylvain Henry2020-08-2113-72/+120
* Don't use DynFlags in CmmToAsm.BlockLayout (#17957)Sylvain Henry2020-08-213-22/+28
* Put CFG weights into their own module (#17957)Sylvain Henry2020-08-2111-179/+186
* Add right-to-left rule for pattern bindingsSimon Peyton Jones2020-08-1914-64/+169
* Implement -Wredundant-bang-patterns (#17340)nineonine2020-08-199-46/+298
* DynFlags: refactor GHC.CmmToAsm (#17957, #10143)Sylvain Henry2020-08-1832-503/+644