summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add compile_flags.txt for clangd (C IDE) supportwip/clangd-supportSven Tennie2021-09-121-0/+5
* 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
* Desugarer: Bring existentials in scope when substituting into record GADTsRyan Scott2021-08-253-3/+31
* Fix colourised output in error messageswip/t20276Matthew Pickering2021-08-244-1/+8
* Export PreloadUnitClosure as it is part of the public APIFendor2021-08-241-0/+1
* hadrian: Use cp -RP rather than -P in install to copy symlinksMatthew Pickering2021-08-241-1/+1
* Add plugin-recomp-change-2 testMatthew Pickering2021-08-234-0/+29
* driver: Initialise common plugins once, before starting the pipelineMatthew Pickering2021-08-232-4/+4
* driver: Correctly pass custom messenger to logging functionMatthew Pickering2021-08-237-32/+36
* TcPlugins: solve and report contras simultaneouslysheaf2021-08-233-35/+68
* Doc fix #20226: formatting issues in 9.2.1 release notesAndreas Abel2021-08-231-3/+3
* Doc fix #20259: suggest bang patterns instead of case in hints.rstAndreas Abel2021-08-231-10/+4
* Convert lookupIdSubst panic back to a warning (#20200)Krzysztof Gogolewski2021-08-231-3/+5
* driver: Only check for unused package warning in after succesful downsweepMatthew Pickering2021-08-2310-22/+79
* Pmc: Better SCC annotations and trace outputSebastian Graf2021-08-234-49/+90
* hadrian: Use ghc version as suffix for all executablesMatthew Pickering2021-08-232-14/+26