summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't include types in test outputwip/andreask/improve_sinkAndreas Klebinger2021-11-224-45/+32
* CmmSink: Be more aggressive in removing no-op assignments.Andreas Klebinger2021-11-209-6/+897
* bitReverse functions in GHC.Word are since base-4.14.0.0, not 4.12.0.0ARATA Mizuki2021-11-171-4/+4
* Provide in-line kind signatures for Data.Type.Ord.Compare.Andrew Pritchard2021-11-171-1/+1
* Fix Haddock markup on Data.Type.Ord.OrdCond.Andrew Pritchard2021-11-171-3/+4
* testsuite: Refactor pmcheck all.TSebastian Graf2021-11-172-231/+122
* Pmc: Don't case split on wildcard matches (#20642)Sebastian Graf2021-11-1733-162/+251
* hadrian: Ensure that term.h is in include search pathBen Gamari2021-11-175-6/+25
* hadrian: Factor out --extra-*-dirs=... patternBen Gamari2021-11-171-9/+19
* Increase type sharingBen Gamari2021-11-1737-298/+488
* Make: Get rid of `BUILD_.*_INCLUDE_DIRS`John Ericson2021-11-1612-51/+53
* gitlab-ci/darwin: Move SDK path discovery into toolchain.nixBen Gamari2021-11-162-9/+3
* gitlab-ci: Fail if dynamic references are found in a static bindistBen Gamari2021-11-161-1/+1
* gitlab-ci: Refactor toolchain provisionBen Gamari2021-11-162-18/+28
* Link to ghc-proposals repo from READMERichard Eisenberg2021-11-151-1/+3
* Hadrian: fix windows cross-build (#20657)Sylvain Henry2021-11-1516-80/+115
* Fix windres invocationSylvain Henry2021-11-151-6/+5
* Delete dead code knobs for building GHC itselfJohn Ericson2021-11-154-92/+0
* Make: Get rid of GHC_INCLUDE_DIRSJohn Ericson2021-11-158-26/+16
* Instantiate field types properly in stock-derived instancesRyan Scott2021-11-1514-266/+599
* Refactoring: Move DataConEnv to GHC.Core.DataConRyan Scott2021-11-152-2/+5
* Refactoring: Consolidate some arguments with DerivInstTysRyan Scott2021-11-155-141/+135
* Make: Move remaining built RTS headers to ...build/includeJohn Ericson2021-11-123-6/+5
* Add regression test for #20663Sebastian Graf2021-11-123-0/+156
* Make: Install RTS headers in `$libdir/rts/include` not `$libdir/include`John Ericson2021-11-123-4/+4
* Remove bit about size_t in ghc-llvm-version.hJohn Ericson2021-11-121-2/+0
* Generate ghcversion.h with the top-level configureJohn Ericson2021-11-1211-99/+69
* Delete compiler/MachDeps.hJohn Ericson2021-11-121-119/+0
* mmapForLinkerMarkExecutable: do nothing when len = 0Travis Whitaker2021-11-121-0/+6
* Fix itBen Gamari2021-11-121-0/+1
* Fix itBen Gamari2021-11-121-3/+0
* Fix itBen Gamari2021-11-121-1/+2
* Fix itBen Gamari2021-11-121-18/+2
* Fix itBen Gamari2021-11-121-1/+3
* gitlab-ci: Allow draft MRs to fail linting jobsBen Gamari2021-11-121-1/+21
* Get the in-scope set right in simplArgSimon Peyton Jones2021-11-123-2/+33
* hadrian: use /bin/sh in timeout wrapperCheng Shao2021-11-121-1/+1
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-1229-16/+254
* Use local instances with least superclass depthRichard Eisenberg2021-11-129-82/+187
* Improve redundant-constraints warningRichard Eisenberg2021-11-1212-95/+230
* Make: Do not generate ghc.* headers in stage0John Ericson2021-11-123-21/+12
* Turn GHC.Data.Graph.Base.Graph into a newtypeSimon Jakobi2021-11-121-1/+1
* Add regression test for #20598Sebastian Graf2021-11-115-0/+599
* Only pass -pie, -no-pie when linkingMatthew Bauer2021-11-113-18/+38
* driver: Use shared transitive dependency calculation in hptModulesBelowMatthew Pickering2021-11-111-23/+10
* driver: Cache the transitive dependency calculation in ModuleGraphMatthew Pickering2021-11-113-106/+135
* testsuite: Convert hole fit performance tests into proper perf testsMatthew Pickering2021-11-116-6/+8
* Hadrian: fix building/registering of .dll librariesSylvain Henry2021-11-101-14/+15
* Clarify hs-boot file default method restrictionssheaf2021-11-1010-4/+97
* Improvements to rank_polymorphism.rstsheaf2021-11-101-11/+21