summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ci] Default values for CI_COMMIT_BRANCH, CI_PROJECT_PATHwip/angerman/forward-ports-from-8.10Moritz Angermann2021-04-201-2/+2
* [darwin] stop the DYLD_LIBRARY_PATH madnessMoritz Angermann2021-04-201-5/+2
* [ci/nix-shell] uniquify NIX_LDFLAGS{_FOR_TARGET}Moritz Angermann2021-04-201-1/+11
* [testsuite/arm64] fix section_alignmentMoritz Angermann2021-04-201-1/+1
* [testsuite] static001 is not broken anymore.Moritz Angermann2021-04-201-1/+2
* [ci/nix-shell] [Darwin] Stop the ld warnings about libiconv.Moritz Angermann2021-04-201-0/+3
* [testsuite/json2] Fix failure with LLVM backendsMoritz Angermann2021-04-201-2/+6
* [ci/nix-shell] Add Foundation and SecurityMoritz Angermann2021-04-201-3/+3
* [testsuite] filter out superfluous dylib warningsMoritz Angermann2021-04-201-3/+18
* [Darwin] mark stdc++ tests as brokenMoritz Angermann2021-04-201-10/+11
* [Aarch64] No div-by-zero; disable test.Moritz Angermann2021-04-201-0/+5
* [testsuite/darwin] fix conc059Moritz Angermann2021-04-201-0/+2
* [ci] Default value for MAKE_ARGSMoritz Angermann2021-04-201-2/+2
* [ci] default value for CONFIGURE_ARGSMoritz Angermann2021-04-201-1/+1
* [testlib/driver] denoiseMoritz Angermann2021-04-202-6/+11
* [ci] Add support for building on aarch64-darwinMoritz Angermann2021-04-203-29/+265
* EPA: cleanups after the mergeAlan Zimmerman2021-04-1935-1123/+884
* Enable tables next to code for riscv64Andreas Schwab2021-04-193-2/+32
* Use correct precedence in Complex's Read1/Show1 instancesRyan Scott2021-04-184-3/+50
* users-guide: Add missing FieldSelectors to GHC2021 listBen Gamari2021-04-181-0/+1
* users guide: Sort lists of implied language extensionsBen Gamari2021-04-181-20/+20
* users-guide: Clarify GHC2021 documentationBen Gamari2021-04-181-1/+7
* Fix Haddock referenceBen Gamari2021-04-181-1/+1
* Only load package environment file once when starting GHCiMatthew Pickering2021-04-186-2/+24
* Improvements in SpecConstrwip/T19672Simon Peyton Jones2021-04-175-90/+150
* Improve CSE in STG-landSimon Peyton Jones2021-04-174-23/+119
* Fix handling ze_meta_tv_env in GHC.Tc.Utils.ZonkSimon Peyton Jones2021-04-151-31/+42
* hie: Initialise the proper environment for calling dsExprMatthew Pickering2021-04-151-8/+13
* Fix some negation issues when creating FractionalLitMatthew Pickering2021-04-147-3/+30
* Add isInjectiveTyCon check to opt_univ (fixes #19509)Adam Gundry2021-04-141-0/+18
* Prelude: Fix version bound on Bits importPeter Trommler2021-04-141-2/+1
* Data.List strictness optimisations for maximumBy and minimumByHécate Moonlight2021-04-141-14/+21
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-1417-234/+116
* configure: Bump version to 9.3wip/bump-versionBen Gamari2021-04-132-1/+1
* Add {lifted,unlifted}DataConKey to pretendNameIsInScope's list of NamesRyan Scott2021-04-1311-1/+56
* Produce constant file atomically (#19684)Sylvain Henry2021-04-132-6/+18
* Make the specialiser handle polymorphic specialisationSimon Peyton Jones2021-04-135-50/+302
* hadrian: Provide build rule for ghc-stage3 wrapperStefan Schulze Frielinghaus2021-04-131-0/+1
* CI: Also ignore metric decreases on masterMatthew Pickering2021-04-121-0/+8
* Turn T11545 into a normal performance testMatthew Pickering2021-04-121-2/+2
* Add regression test for T19615Matthew Pickering2021-04-123-0/+24
* template-haskell: Run TH splices with err_vars from current contextMatthew Pickering2021-04-124-1/+21
* More accurate SrcSpan when reporting redundant constraintsSimon Peyton Jones2021-04-1219-58/+204
* Fix magicDict in ghci (and in the presence of other ticks)Matthew Pickering2021-04-109-3/+71
* tests: Allow --skip-perf-tests/--only-perf-tests to be used with --ignore-per...Matthew Pickering2021-04-101-1/+1
* Use CI_MERGE_REQUEST_SOURCE_BRANCH_NAME rather than undefined GITLAB_CI_BRANC...Matthew Pickering2021-04-101-1/+3
* Report actual port in libiserv:Remote.Slave.startSlaveFacundo Domínguez2021-04-101-1/+2
* Add missing relational constant folding for sized numeric typesJohn Ericson2021-04-104-11/+118
* Allow C-- to scrutinize non-native-size wordsJohn Ericson2021-04-103-10/+17
* Constants: add a note and fix minor doc glitchesSylvain Henry2021-04-104-29/+79