summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert the change in dsNoLevPolywip/check-dsnopolyKrzysztof Gogolewski2021-06-281-1/+1
* Add regression test for #19921Zubin Duggal2021-06-253-0/+39
* driver: Add test for T14923Matthew Pickering2021-06-253-0/+27
* driver: Add test for #17481Matthew Pickering2021-06-253-0/+37
* ghci: Add test for #18330Matthew Pickering2021-06-255-0/+23
* Make reallyUnsafePtrEquality# levity-polymorphicsheaf2021-06-259-1/+76
* fix sdist for base libraryLuite Stegeman2021-06-241-2/+0
* linker: Replace one missed usage of Opt_RPath with useXLinkerRPathMatthew Pickering2021-06-241-1/+1
* [iserv] learn -wait cli flagMoritz Angermann2021-06-241-5/+18
* Update quantified_constraints.rstChristian Takle2021-06-241-2/+2
* Fixes around incomplete guards (#20023, #20024)Krzysztof Gogolewski2021-06-2411-36/+27
* There's no "errorWithCallStack", just use "error".Viktor Dukhovni2021-06-241-9/+8
* cabal_test: Make output more like head.hackage outputMatthew Pickering2021-06-241-2/+4
* CI: Fix the cabal_test job to compile the Distribution.Simple targetMatthew Pickering2021-06-241-1/+2
* [aarch64-macho] Fix off-by-one error in the linkerMoritz Angermann2021-06-241-1/+11
* EPA: Bringing over tests and updates from ghc-exactprintAlan Zimmerman2021-06-2432-463/+1269
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-06-243-1/+21
* rts: move xxxHash out of the user namespaceTamar Christina2021-06-244-7/+25
* Fix typo in Note [Quick Look for particular Ids]Viktor Dukhovni2021-06-231-1/+1
* [aarch64 NCG] Add better support for sub-word primopsMoritz Angermann2021-06-233-35/+150
* Add some tests for sized primopsSylvain Henry2021-06-233-0/+1584
* Converts diagnostics for two errors in Ghc.Tc.Module (#19926)Aaron Allen2021-06-239-7/+52
* ci: Don't allow the nightly pipeline to be interrupted.Douglas Wilson2021-06-231-0/+44
* [testsuite] mark T3007 broken on darwin.Moritz Angermann2021-06-231-1/+2
* hadrian: Pass correct leading_underscore configuration to testsMatthew Pickering2021-06-231-0/+2
* ghci: Correct free variable calculation in StgToByteCodeMatthew Pickering2021-06-235-8/+9
* Enable TcPlugin tests on Windowssheaf2021-06-231-4/+4
* testsuite: Don't try to run tests with missing librariesMatthew Pickering2021-06-232-7/+7
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-06-234-27/+50
* ci: fix ci.sh by creating build.mk in one placeAdam Sandberg Ericsson2021-06-231-20/+2
* Fix a typo in pattern synonyms docPotato Hatsue2021-06-221-2/+2
* ghc-bignum: trimed ~> trimmedMatthew Pickering2021-06-222-32/+32
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-2227-109/+44
* rts: Document --eventlog-flush-interval in RtsFlagsMatthew Pickering2021-06-221-0/+1
* Put tracing functions into their own moduleSylvain Henry2021-06-2260-494/+581
* CI: Don't set EXTRA_HC_OPTS in head.hackage jobMatthew Pickering2021-06-221-1/+3
* hadrian/README.md: update bignum optionsFraser Tweedale2021-06-201-2/+1
* Linker/darwin: Properly honour -fno-use-rpathsMatthew Pickering2021-06-207-32/+56
* Set min LLVM version to 9 and make version checking use a non-inclusive upperZubin Duggal2021-06-205-17/+20
* rts: Pass -Wl,_U,___darwin_check_fd_set_overflow on DarwinMatthew Pickering2021-06-201-0/+42
* Darwin CI: Don't explicitly pass ncurses/iconv pathsMatthew Pickering2021-06-202-3/+10
* Guard Allocate Exec via LIBFFI by LIBFFIMoritz Angermann2021-06-201-1/+1
* Simplify pprLHsContextRyan Scott2021-06-192-8/+22
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-06-193-8/+26
* Fix naturalToFloat/DoubleSylvain Henry2021-06-196-21/+59
* Deprecate -Wmissing-monadfail-instances (#17875)Krzysztof Gogolewski2021-06-197-47/+26
* Fix type and strictness signature of fork#Simon Peyton Jones2021-06-192-2/+5
* RTS: Fix flag parsing for --eventlog-flush-intervalMatthew Pickering2021-06-193-2/+10
* Perf: fix appendFSSylvain Henry2021-06-191-2/+2
* Correct haddock annotations in GetOptDavid2021-06-191-3/+3