summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Data.Semigroup.Optionwip/sjakobi/deprecate-option-v2Simon Jakobi2020-08-173-6/+6
* llvm-targets: Add i686 targetsBen Gamari2020-08-142-0/+6
* testsuite: Drop --io-manager flag from testsuite configurationBen Gamari2020-08-141-1/+1
* Make IOEnv monad one-shot (#18202)Sylvain Henry2020-08-131-1/+11
* Add HomeUnit typeSylvain Henry2020-08-1342-392/+672
* Re-add BangPatterns to CodePage.hsHécate2020-08-131-0/+2
* PmCheck: Better long-distance info for where bindings (#18533)Sebastian Graf2020-08-1315-146/+211
* parser: Suggest ImportQualifiedPost in prepositive import warningBen Gamari2020-08-132-0/+2
* ApiAnnotations: Fix parser for new GHC 9.0 featuresAlan Zimmerman2020-08-121-4/+5
* Rewrite and move the monad-state hack noteSylvain Henry2020-08-124-75/+176
* testsuite: Increase tolerance of T16916Ben Gamari2020-08-121-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-12323-331/+743
* testsuite: Specify metrics collected by T17516Ben Gamari2020-08-111-1/+1
* Add hie.yaml to ghc-heapSven Tennie2020-08-111-0/+12
* testsuite: Add test for #18118Ben Gamari2020-08-113-0/+11
* typecheck: Drop SPECIALISE pragmas when there is no unfoldingBen Gamari2020-08-111-3/+7
* Make splitAtList strict in its argumentsSylvain Henry2020-08-101-5/+9
* Add a closing parenthesis tooFelix Yan2020-08-101-1/+1
* Correct a typo in ghc.mkFelix Yan2020-08-101-1/+1
* Avoid allocations in `splitAtList` (#18535)Sylvain Henry2020-08-091-5/+8
* Api Annotations : Adjust SrcSpans for prefix bang (!).Alan Zimmerman2020-08-093-4/+6
* hadrian: depend on boot compiler version #18001Adam Sandberg Ericsson2020-08-091-1/+6
* configure: Fix double-negation in ld merge-objects checkBen Gamari2020-08-071-1/+1
* ApiAnnotations; tweaks for ghc-exactprint updateAlan Zimmerman2020-08-074-16/+16
* testsuite: Fix prog001Ben Gamari2020-08-071-1/+1
* testsuite: Add test for #18527Ben Gamari2020-08-074-0/+38
* nativeGen: One approach to fix #18527Ben Gamari2020-08-072-8/+95
* CmmLint: Check foreign call argument register invariantBen Gamari2020-08-071-5/+35
* cmm: Clean up Notes a bitBen Gamari2020-08-075-8/+12
* Add some tests for fail messages in do-expressions and monad-comprehensions.Cale Gibbard2020-08-078-5/+15
* A fix to an error message in monad comprehensions, and a move of dsHandleMona...Cale Gibbard2020-08-074-36/+33
* users-guide: Rename 8.12 to 9.0Takenobu Tani2020-08-068-9/+9
* Use a type alias for WaysSylvain Henry2020-08-064-12/+13
* Fail eagerly on a lev-poly datacon argRichard Eisenberg2020-08-064-11/+39
* Fix visible forall in ppr_ty (#18522)Vladislav Zavialov2020-08-064-2/+30
* Fix debug_ppr_ty ForAllTy (#18522)Vladislav Zavialov2020-08-064-12/+84
* Clean up the story around runPV/runECP_P/runECP_PVVladislav Zavialov2020-08-062-129/+124
* Grammar for types and data/newtype constructorsVladislav Zavialov2020-08-068-365/+201
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-055-3/+36
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-0560-188/+160
* Refactor handling of object mergingBen Gamari2020-08-0521-54/+252
* Revert "iserv: Don't pass --export-dynamic on FreeBSD"Ben Gamari2020-08-051-2/+1
* Rename Core.Opt.Driver -> Core.Opt.PipelineKrzysztof Gogolewski2020-08-054-4/+4
* Bignum: add more BigNat compat functions in integer-gmpSylvain Henry2020-08-052-0/+209
* Bignum: add backward compat integer-gmp functionsSylvain Henry2020-08-054-5/+41
* Hardcode RTS includes to cope with unregistered buildsAlex Biehl2020-08-031-18/+1
* hadrian: Fix running stage0/bin/ghc with wrong package DB. Fixes #17468.Niklas Hambüchen2020-08-032-1/+14
* Fix GHC_STAGE definition generated by makeLeon Schoorl2020-08-021-1/+1
* Remove ConDeclGADTPrefixPsRyan Scott2020-08-0212-403/+344
* Test case for #17652Vladislav Zavialov2020-08-013-0/+15