summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Fix redundant-argument warning from -no-pie checkwip/fix-nopie-9.0Ben Gamari2021-10-021-1/+1
* Fix two testswip/9.0.2-backportsZubin Duggal2021-09-242-3/+3
* driver: Only check for unused package warning in after succesful downsweepMatthew Pickering2021-09-2410-21/+80
* driver: Fix interaction of -Wunused-packages and reexported-modulesMatthew Pickering2021-09-2420-17/+142
* Correct treatment of rexported modules in mkModuleNameProvidersMapMatthew Pickering2021-09-242-4/+3
* Catch type-checker exceptions when splicingSimon Peyton Jones2021-09-214-4/+28
* [rts] Untag bq->bh prior to reading the info tableMoritz Angermann2021-09-211-1/+12
* Check the buffer size *before* calling the continuation in withEncodedCStringMatthew Pickering2021-09-213-13/+63
* Pass -DLIBICONV_PLUG when building base library on FreeBSD.Gleb Popov2021-09-211-0/+6
* Set min LLVM version to 9 and make version checking use a non-inclusive upperZubin Duggal2021-09-215-18/+21
* linker: Replace one missed usage of Opt_RPath with useXLinkerRPathMatthew Pickering2021-09-211-1/+1
* Linker/darwin: Properly honour -fno-use-rpathsMatthew Pickering2021-09-217-35/+58
* rts: Pass -Wl,_U,___darwin_check_fd_set_overflow on DarwinMatthew Pickering2021-09-211-0/+42
* Guard Allocate Exec via LIBFFI by LIBFFIMoritz Angermann2021-09-211-1/+1
* CI: Keep the value of PERF_NOTE_KEY in darwin environmentsMatthew Pickering2021-09-211-0/+1
* Update docs for change in parsing behaviour of infix operators like in GHC 9Zubin Duggal2021-09-211-2/+8
* Add exports to GHC.Tc.Errors.Hole (fixes #19864)Matthías Páll Gissurarson2021-09-212-107/+153
* Testsuite fixesBen Gamari2021-09-213-4/+24
* Unify remaining GHCi prompt exampleEmily Martins2021-09-211-1/+1
* Unify primary and secondary GHCi promptEmily Martins2021-09-212-16/+16
* Detect underflow in fromIntegral/Int->Natural ruleSylvain Henry2021-09-214-3/+29
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-09-213-1/+21
* rts: move xxxHash out of the user namespaceTamar Christina2021-09-214-7/+25
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-09-213-11/+27
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-09-213-21/+30
* rts: Eliminate redundant branchGHC GitLab CI2021-09-211-3/+1
* codeGen: Fix header size for array write barriersGHC GitLab CI2021-09-211-3/+3
* RTS: try to fix timer racesSylvain Henry2021-09-212-2/+5
* [aarch64-macho] Fix off-by-one error in the linkerMoritz Angermann2021-09-211-1/+11
* gitlab-ci: Bump ci-images revisionBen Gamari2021-09-211-1/+1
* Avoid fingerprinting the absolute path to the source filePepe Iborra2021-09-2111-8/+96
* Make setBndrsDemandInfo work with only type variablesMatthew Pickering2021-09-213-3/+15
* Bignum: bump to version 1.1 (#19846)Sylvain Henry2021-09-212-1/+11
* Report actual port in libiserv:Remote.Slave.startSlaveFacundo Domínguez2021-09-211-1/+2
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-09-211-1/+2
* CPR: Detect constructed products in `runRW#` apps (#19822)Sebastian Graf2021-09-212-3/+6
* Don't attach CPR signatures to NOINLINE data structures (#18154)Sebastian Graf2021-09-212-89/+118
* gitlab-ci: Add Alpine job linking against gmp integer backendBen Gamari2021-09-211-3/+13
* Re-introduce Note [keepAlive# magic]Ben Gamari2021-09-213-1/+148
* ci: fix ci.sh by creating build.mk in one placeAdam Sandberg Ericsson2021-09-211-21/+3
* Better sharing of join points (#19996)Simon Peyton Jones2021-09-214-29/+155
* Fix handling ze_meta_tv_env in GHC.Tc.Utils.ZonkSimon Peyton Jones2021-09-211-31/+42
* [darwin] stop the DYLD_LIBRARY_PATH madnessMoritz Angermann2021-09-211-5/+2
* [ci/nix-shell] uniquify NIX_LDFLAGS{_FOR_TARGET}Moritz Angermann2021-09-211-1/+11
* [testsuite/arm64] fix section_alignmentMoritz Angermann2021-09-211-1/+1
* [testsuite] static001 is not broken anymore.Moritz Angermann2021-09-211-1/+2
* [ci/nix-shell] [Darwin] Stop the ld warnings about libiconv.Moritz Angermann2021-09-211-0/+3
* [testsuite/json2] Fix failure with LLVM backendsMoritz Angermann2021-09-211-2/+6
* [ci/nix-shell] Add Foundation and SecurityMoritz Angermann2021-09-211-3/+3
* [testsuite] filter out superfluous dylib warningsMoritz Angermann2021-09-211-3/+18