summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add failing test for #20674wip/t20674Matthew Pickering2021-11-175-0/+36
* 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
* Fix Note [Function types]Richard Eisenberg2021-11-101-37/+29
* Improve ZipList section of Traversable overviewViktor Dukhovni2021-11-101-6/+15
* Fix rendering of Applicative lawLi-yao Xia2021-11-101-1/+1
* Flesh out Note [The stupid context] and reference itRyan Scott2021-11-0913-40/+78
* deriving: infer DatatypeContexts from data constructors, not type constructorRyan Scott2021-11-094-13/+40
* SpecConstr - Attach evaldUnfolding to known evaluated arguments.Andreas Klebinger2021-11-091-31/+153
* Don't expose bignum backend in ghc --info (#20495)Sylvain Henry2021-11-093-3/+0
* Bignum: expose backendName (#20495)Sylvain Henry2021-11-096-1/+25
* RTS: open timerfd synchronously (#20618)Sylvain Henry2021-11-091-19/+32