summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Define returnA = idOleg Grenrus2021-09-063-3/+7
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-069-56/+233
* fromEnum Natural: Throw error for non-representable valuesPeter Lebbing2021-09-065-4/+61
* Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage.hainq2021-09-0147-266/+617
* Add a test for #20275ARATA Mizuki2021-08-283-0/+11
* AArch64 NCG: Emit FABS instructions for fabsFloat# and fabsDouble#ARATA Mizuki2021-08-284-4/+24
* Convert IFace Rename Errors (#19927)Aaron Allen2021-08-279-20/+57
* Export Solo from Data.TupleDavid Feuer2021-08-277-4/+89
* GHC.Tc.Gen Diagnostics Conversion (Part 1)Aaron Allen2021-08-278-78/+319
* Fix GHC.Core.Subst.substDVarSetSimon Peyton Jones2021-08-264-17/+33
* CallArity: Consider shadowing introduced by case and field bindersSebastian Graf2021-08-264-1/+35