summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ghci: Enable -fkeep-going by defaultwip/ghci-keep-goingMatthew Pickering2021-05-279-5/+19
* Move warning flag handling into Flags moduleSylvain Henry2021-05-243-277/+407
* Add regression test for #9985nineonine2021-05-242-3/+33
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-2334-152/+254
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-2321-78/+178
* Pre-add test case for #19156Vladislav Zavialov2021-05-233-0/+37
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-239-15/+41
* Change representation of field selector occurencesShayne Fletcher2021-05-2348-474/+350
* Add regression test for #19287nineonine2021-05-223-0/+17
* Support NetBSD/aarch64 via LLVM codegenPHO2021-05-223-0/+12
* Remove ANN pragmas in check-ppr and check-exactMatthew Pickering2021-05-222-6/+0
* hadrian: Add omit_pragmas transformerMatthew Pickering2021-05-221-0/+8
* hadrian: Reorganise modules so KV parser can be used to define transformersMatthew Pickering2021-05-227-273/+288
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-2110-47/+46
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-05-218-18/+66
* SysTools: make file copy more efficientSylvain Henry2021-05-213-47/+43
* Only run armv7-linux-deb10 build nightlyMatthew Pickering2021-05-211-1/+2
* hadrian: Reduce verbosity on failed testsuite runMatthew Pickering2021-05-211-1/+4
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-2139-112/+497
* Bump libffi submodule to libffi-3.3 (#16940)Sylvain Henry2021-05-201-0/+0
* Add exports to GHC.Tc.Errors.Hole (fixes #19864)Matthías Páll Gissurarson2021-05-202-107/+153
* Add tests for code generation options specified via OPTIONS_GHC in multi modu...Divam2021-05-2013-0/+99
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-2026-143/+314
* Use pprSigmaType to print GHCi debugger Suspension Terms (Fix #19355)Roland Senn2021-05-208-23/+33
* gitlab-ci: Add Alpine job linking against gmp integer backendBen Gamari2021-05-201-3/+13
* Added new regresion test for #18036 from ticket #19865.Baldur Blöndal2021-05-192-0/+34
* Remove wired-in names hs-boot check bypass (#19855)Sylvain Henry2021-05-191-3/+0
* constant folding: Make shiftRule for Word8/16/32# types return correct typeMatthew Pickering2021-05-193-6/+18
* Make setBndrsDemandInfo work with only type variablesMatthew Pickering2021-05-193-4/+12
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-05-192-2/+2
* driver: check if clang is the assembler when passing clang specific arguments...Adam Sandberg Ericsson2021-05-193-15/+34
* Changes to HsRecField'Shayne Fletcher2021-05-1927-219/+229
* Bignum: bump to version 1.1 (#19846)Sylvain Henry2021-05-192-1/+11
* Cmm: fix sinking after suspendThreadSylvain Henry2021-05-1912-21/+90
* Add pattern TypeRep (#19691), exported by Type.Reflection.Baldur Blöndal2021-05-195-5/+90
* CPR: Detect constructed products in `runRW#` apps (#19822)Sebastian Graf2021-05-197-27/+75
* testsuite: Don't copy .hi-boot and .o-boot files into temp dirMatthew Pickering2021-05-191-1/+3
* Point posters to ghc-proposalsRichard Eisenberg2021-05-191-0/+7
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-1917-144/+112
* Tidy: Ignore rules (more) when -fomit-interface-pragmas is onMatthew Pickering2021-05-191-1/+8
* Fix LitRubbish being applied to values.Andreas Klebinger2021-05-191-12/+14
* hadrian: Build check-ppr and check-exact using normal hadrian rules when in-treeMatthew Pickering2021-05-193-25/+23
* hadrian: Make copyFileLinked a bit more robustMatthew Pickering2021-05-192-11/+14
* Implement :info for record pattern synonyms (#19462)nineonine2021-05-197-13/+41
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-19119-323/+605
* Add some TcRn diagnostic messagesAlfredo Di Napoli2021-05-1911-55/+164
* Implement bitwise infix opsKoz Ross2021-05-191-0/+42
* CI: Disable darwin buildsMatthew Pickering2021-05-191-2/+2
* genprimopcode: fix bootstrap errorsSylvain Henry2021-05-132-4/+3
* Use fix-sized order primops for fixed size boxed typesJohn Ericson2021-05-132-24/+24