summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Code Gen: Use more efficient block merging algorithmMatthew Pickering2021-09-173-27/+109
* Code Gen: Optimise successors calculation in loop calculationMatthew Pickering2021-09-171-5/+4
* Code Gen: Replace another lazy fmap with strict mapMapMatthew Pickering2021-09-171-1/+1
* Code Gen: Use strict map rather than lazy map in loop analysisMatthew Pickering2021-09-171-1/+3
* Add doc for -dyno, -dynosuf, -dynhisufZiyang Liu2021-09-172-3/+26
* Add "ipe" flavour transformer to add support for building with IPE debug infoMatthew Pickering2021-09-172-0/+18
* compiler: Ensure that all CoreTodos have SCCsBen Gamari2021-09-172-3/+5
* ghc-boot: Fix metadata handling of writeFileAtomicBen Gamari2021-09-172-0/+28
* testsuite: Add broken testcase for #19350Ben Gamari2021-09-178-0/+87
* Remove Cabal dependency from check-exact and check-ppr executablesMatthew Pickering2021-09-172-2/+0
* driver: Clean up temporary files after a module has been compiledMatthew Pickering2021-09-171-2/+8
* Stop leaking <defunct> llc processesMatthew Pickering2021-09-171-1/+2
* Update error message to suggest the user consider OOM over RTS bug.Thomas M. DuBuisson2021-09-171-1/+3
* Add compile_flags.txt for clangd (C IDE) supportSven Tennie2021-09-171-0/+5
* Ensure .dyn_hi doesn't overwrite .hiZiyang Liu2021-09-179-10/+67
* driver: -M allow omitting the -dep-suffix (means empty) (fix #15483)Artem Pelenitsyn2021-09-172-7/+8
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-1718-41/+745
* testsuite: Add test for #18382Ben Gamari2021-09-173-0/+16
* Emit warning if bang is applied to unlifted typesTito Sacchi2021-09-1712-3/+82
* Improve pretty-printer defaulting logic (#19361)Krzysztof Gogolewski2021-09-1710-50/+92
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-1711-77/+234
* Add test for #17865Joshua Price2021-09-133-0/+6
* hadrian: Recommend use of +werror over explicit flavour modificationBen Gamari2021-09-131-4/+4
* testsuite: Mark hDuplicateTo001 as fragile in concurrent waysBen Gamari2021-09-131-2/+1
* Don't depend unconditionally on xattr in darwin_installBen Gamari2021-09-131-1/+3
* Fix #20203 improve constant fold for `and`/`or`CarrieMY2021-09-135-18/+476
* Break recursion in GHC.Float.roundingMode# (#20352)Sebastian Graf2021-09-111-1/+1
* ncg: Kill incorrect unreachable codeBen Gamari2021-09-111-3/+3
* Ensure that zapFragileUnfolding preseves evaluatednessBen Gamari2021-09-111-5/+5
* Add performance test for #19695nineonine2021-09-112-0/+141
* Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309Oleg Grenrus2021-09-112-10/+0
* Add test for #18181nineonine2021-09-112-0/+14
* Canonicalize bignum literalsSylvain Henry2021-09-1124-248/+266
* distrib: Drop FP_GMP from configure scriptBen Gamari2021-09-111-2/+0
* Only dump Core stats when requested to do so (#20342)Sylvain Henry2021-09-0825-190/+7
* EPA: Capture '+' location for NPlusKPatAlan Zimmerman2021-09-089-8/+74
* rts: Factor out TRACE_ cache update logicBen Gamari2021-09-081-8/+18
* Documentation: use https linksKrzysztof Gogolewski2021-09-0836-85/+86
* Minor doc fixesKrzysztof Gogolewski2021-09-088-92/+58
* ffi: Don't allow wrapper stub with CApi conventionMatthew Pickering2021-09-086-4/+28
* base: Numeric: remove 'Show' constraint on 'showIntAtBase'Guillaume Bouchard2021-09-082-7/+7
* Fix broken haddock @since fields in baseJoshua Price2021-09-085-3/+23
* base Data.Fixed: fix documentation typo: succ (0.000 :: Milli) /= 1.001 Jens Petersen2021-09-081-1/+1
* Let LLVM and C handle > native size arithmeticJohn Ericson2021-09-083-60/+67
* Fix code example in the documentation of subsumptionARATA Mizuki2021-09-071-1/+1
* Add and use new constructors to TcRnMessageAlfredo Di Napoli2021-09-0715-130/+338
* gitlab-ci: Fix bash version-dependence in ci.shBen Gamari2021-09-071-1/+3
* hadrian: Ensure that settings is regenerated during bindist installationBen Gamari2021-09-073-1/+65
* Bignum: refactor conversion rulesSylvain Henry2021-09-076-267/+319
* GHCi: don't discard plugins on reload (#20335)Sylvain Henry2021-09-061-4/+7