summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fuzzyLookup: More deterministic orderwip/joachim/fuzzyLookupJoachim Breitner2021-10-0710-19/+25
* 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
* ghc-boot: Eliminate unnecessary use of getEnvironmentBen Gamari2021-09-301-2/+2
* Trees That Grow refactor for HsTick and HsBinTickAndrea Condoluci2021-09-3012-86/+74
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-3035-443/+1631
* testsuite: Make cabal01 more robust to large environmentsMatthew Pickering2021-09-301-2/+8
* compiler: occEnvElts -> nonDetOccEnvEltsBen Gamari2021-09-296-10/+10
* compiler: Use seqEltsNameEnv rather that nameEnvEltsBen Gamari2021-09-292-1/+4
* compiler: Rename nameEnvElts -> nonDetNameEnvEltsBen Gamari2021-09-2910-13/+13
* compiler: Make nubAvails deterministicBen Gamari2021-09-292-5/+12
* compiler: Fix name of GHC.Core.TyCon.Env.nameEnvEltsBen Gamari2021-09-291-3/+3
* compiler: Rewrite all eltsUFM occurrences to nonDetEltsUFMBen Gamari2021-09-298-11/+8
* compiler: Reimplement seqEltsUFM in terms of foldBen Gamari2021-09-292-3/+3
* GHC: Drop dead packageDbModulesBen Gamari2021-09-291-24/+0
* Add tests for T17820Andrea Condoluci2021-09-2911-0/+69
* TH stage restriction check for constructors, selectors, and class methodsAndrea Condoluci2021-09-298-31/+68
* Document that `eqType`/`coreView` do not look through type familiesZiyang Liu2021-09-291-2/+4
* Rectifying COMMENT and `mkComment` across platforms to work with SDocBenjamin Maurer2021-09-2912-25/+27
* Add a regression test for #17912Kamil Dworakowski2021-09-293-0/+36
* Document interaction between unsafe FFI and GCAlexander Kjeldaas2021-09-291-5/+23
* Fix comment typosKirill Zaborsky2021-09-291-2/+2
* Remove special case for large objects in allocateForCompactFabian Thorand2021-09-295-11/+47