summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make ms_ghc_prim_import field strictwip/other-space-fixesMatthew Pickering2021-10-111-1/+1
* CprAnal: Two regression testsSebastian Graf2021-10-065-0/+70
* Add a regression test for #13233sheaf2021-10-063-0/+62
* Remove the Maybe in primRepName's typeRyan Scott2021-10-061-8/+9
* EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDeclAlan Zimmerman2021-10-065-27/+618
* Corrected types of thread ids obtained from the RTSMann mit Hut2021-10-0612-48/+55
* docs: Clarify documentation of `getFileSystemEncoding` (#20344)Zubin Duggal2021-10-051-1/+3
* Constant folding for (.&.) maxBound (#20448)Sylvain Henry2021-10-054-0/+70
* Ensure top-level binders in scope in SetLevelsSimon Peyton Jones2021-10-055-30/+66
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-0539-351/+1002
* Make GHC.Utils.Error.Validity type polymorphicAlfredo Di Napoli2021-10-054-12/+15
* Explain Endo, Dual, ... in lawsViktor Dukhovni2021-10-051-2/+40
* Adopt David Feuer's explantion of foldl' via foldrViktor Dukhovni2021-10-051-22/+31
* Minor wording tweaks/fixesViktor Dukhovni2021-10-052-24/+22
* Note elem ticket 20421Viktor Dukhovni2021-10-051-0/+4
* Note linear `elem` costViktor Dukhovni2021-10-051-10/+55
* Add laws link and tweak Traversable class textViktor Dukhovni2021-10-051-4/+8
* Address some Foldable documentation nitsViktor Dukhovni2021-10-051-14/+18
* CprAnal: Activate Sum CPR for local bindingsSebastian Graf2021-10-053-74/+48
* Simplifier: Get rid of demand zapping based on Note [Arity decrease]Sebastian Graf2021-10-051-32/+3
* WorkWrap: Nuke CPR signatures of join points (#18824)Sebastian Graf2021-10-054-24/+79
* Reject type family equation with wrong name (#20260)Krzysztof Gogolewski2021-10-054-25/+39
* Speed up valid hole-fits by adding early abort and checks.Matthías Páll Gissurarson2021-10-0510-61/+889
* Add a regression test for #17723sheaf2021-10-044-0/+32
* Bump TcLevel of failing kind equality implicationsheaf2021-10-044-8/+56
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-0413-173/+104
* compiler: Fix racy ticker counter registrationBen Gamari2021-10-043-25/+47
* compiler: Improve Haddocks of atomic MachOpsBen Gamari2021-10-041-2/+4
* ci: Run hadrian builds verbosely, but not testsMatthew Pickering2021-10-041-2/+1
* Clean up HiePass constraintsVladislav Zavialov2021-10-042-54/+26
* Constant folding for negate (#20347)Sylvain Henry2021-10-044-16/+79
* configure: Fix redundant-argument warning from -no-pie checkBen Gamari2021-10-031-2/+2
* base: Update Unicode database to 14.0Ben Gamari2021-10-035-112/+208
* ci/test-metrics: Clean up various bash quoting issuesBen Gamari2021-10-031-6/+6
* ci: Use https:// transport and access token to push perf notesBen Gamari2021-10-032-36/+10
* Don't use FastString for UTF-8 encoding onlySylvain Henry2021-10-023-4/+14
* Add (++)/literal ruleSylvain Henry2021-10-021-0/+5
* rts: Unify stack dirtiness checkBen Gamari2021-10-022-6/+6
* rts: Add missing write barriers in MVar wake-up pathsBen Gamari2021-10-022-12/+37
* Use eqType, not tcEqType, in metavar kind checkRichard Eisenberg2021-10-028-41/+61
* CmmToLlvm: Sign/Zero extend parameters for foreign calls on RISC-VAndreas Schwab2021-10-021-0/+1
* Bump terminfo submodule to 0.4.1.5Ben Gamari2021-10-021-0/+0
* gitlab-ci: Bump docker imagesBen Gamari2021-10-021-1/+1
* ci: Unset CI_* variables before run_hadrian and test_makeMatthew Pickering2021-10-011-12/+16
* code gen: Improve efficiency of findPrefRealRegMatthew Pickering2021-10-014-19/+54
* Convert Diagnostics GHC.Tc.Gen.* (Part 3)Aaron Allen2021-10-013-107/+266
* NCG: Linear-reg-alloc: A few small implemenation tweaks.Andreas Klebinger2021-09-303-25/+40
* Recompilation: Handle -plugin-package correctlyMatthew Pickering2021-09-304-5/+25
* driver: Fix -E -XCPP, copy output from CPP ouput rather than .hs outputMatthew Pickering2021-09-301-2/+2
* Rules for sized conversion primops (#19769)Sylvain Henry2021-09-3011-28/+337