summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Turn GraphBase.Graph into a newtypewip/sjakobi/graph-newtypeSimon Jakobi2021-06-242-1/+1
* 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
* RTS: fix indentation warningSylvain Henry2021-06-191-12/+14
* Add comments explaining why #19833 is wrongSimon Peyton Jones2021-06-191-36/+45
* CI: Keep the value of PERF_NOTE_KEY in darwin environmentsMatthew Pickering2021-06-191-0/+1
* Pass -DLIBICONV_PLUG when building base library on FreeBSD.Gleb Popov2021-06-181-0/+6
* Improve pretty-printing of coercionsSimon Peyton Jones2021-06-183-6/+28
* Improve abstractVars quantification orderingSimon Peyton Jones2021-06-181-5/+11
* Enhance cast worker/wrapper for INLINABLESimon Peyton Jones2021-06-1812-149/+411
* Move validate-x86_64-linux-deb9-hadrian back to quick-buildwip/t20003Matthew Pickering2021-06-171-1/+1
* Fix error message for record updates, #19972Krzysztof Gogolewski2021-06-162-7/+5
* PPC NCG: Fix panic in linear register allocatorPeter Trommler2021-06-161-1/+1