summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Split up -Wunused-imports into three warningswip/unused-importsMatthew Pickering2022-09-1421-41/+83
* compiler: remove unused lazy state monadCheng Shao2022-09-132-79/+0
* ci: remove unused appveyor configCheng Shao2022-09-132-75/+0
* Allow imports to reference multiple fields with the same name (#21625)Adam Gundry2022-09-137-23/+54
* Diagnostic codes: acccept test changessheaf2022-09-132224-4578/+4819
* Add diagnostic codessheaf2022-09-1353-944/+2031
* Windows: Always define _UCRT when compiling C codeRyan Scott2022-09-126-1/+47
* ci: enable parallel compression for xzCheng Shao2022-09-121-1/+1
* rts: fix missing dirty_MVAR argument in stg_writeIOPortzhCheng Shao2022-09-121-1/+1
* Add native delimited continuations to the RTSAlexis King2022-09-1156-55/+1344
* CmmToC: enable 64-bit CallishMachOp on 32-bit targetsCheng Shao2022-09-081-31/+29
* Isolate some Applicative hidings to GHC.PreludeGeorgi Lyubenov2022-09-085-9/+7
* Bump submodule Cabal to one with liftA2 warnings fixedGeorgi Lyubenov2022-09-081-0/+0
* Bump submodule containers to one with liftA2 warnings fixedGeorgi Lyubenov2022-09-081-0/+0
* Add changelog entry for liftA2 export from PreludeGeorgi Lyubenov2022-09-081-0/+4
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-0811-16/+17
* Remove Outputable Char instanceKrzysztof Gogolewski2022-09-0713-24/+26
* Minor SDoc cleanupKrzysztof Gogolewski2022-09-0711-28/+19
* CmmToAsm: remove unused ModLocation from NatM_StateCheng Shao2022-09-073-21/+10
* whitespaceEric Lindblad2022-09-071-1/+1
* typosEric Lindblad2022-09-076-13/+13
* typoEric Lindblad2022-09-071-1/+1
* ci: remove unused build_make/test_make in ci scriptCheng Shao2022-09-061-46/+0
* Fix :add docs in user guideJan HrĨek2022-09-061-1/+1
* Update instances.rst, clarifying InstanceSigssheaf2022-09-061-5/+30
* gitlab-ci: Ensure that ghc derivation is in scopeBen Gamari2022-09-051-1/+1
* DmdAnal: Don't panic in addCaseBndrDmd (#22039)Sebastian Graf2022-09-053-18/+117
* Fix bootstrap with ghc-9.0Matthew Pickering2022-09-011-0/+9
* Change Ord defaults per CLC proposalTommy Bidne2022-09-013-3/+11
* Minor cleanupKrzysztof Gogolewski2022-09-0112-40/+19
* Add regression test for #21550Zubin Duggal2022-09-012-0/+40
* Make ghcDebugAssertions into a Stage predicate (Stage -> Bool)Matthew Pickering2022-08-317-11/+14
* Refine in-tree compiler args for --test-compiler=stage1Matthew Pickering2022-08-311-4/+6
* Update submodule Cabal to tag Cabal-v3.8.1.0wip/9.4-foward-fixed-makeDouglas Wilson2022-08-315-8/+4
* Bump bytestring submodule to 0.11.3.1Ben Gamari2022-08-311-0/+0
* Update autoconf scriptsBen Gamari2022-08-312-607/+775
* Add dates to base, ghc-prim changelogsBen Gamari2022-08-311-1/+1
* Bump deepseq submodule to 1.4.8.0Ben Gamari2022-08-311-0/+0
* Bump text submodule to 2.0.1Douglas Wilson2022-08-311-0/+0
* Bump directory submodule to 1.3.7.1Ben Gamari2022-08-311-0/+0
* Update submodule process to 1.6.15.0Douglas Wilson2022-08-311-0/+0
* Update submodule containers to 0.6.6Douglas Wilson2022-08-312-2/+2
* users-guide: Document system-cxx-std-libBen Gamari2022-08-311-0/+20
* Bump stm submodule to 2.5.1.0Ben Gamari2022-08-311-0/+0
* Bump binary submodule to 0.8.9.1Ben Gamari2022-08-311-0/+0
* Add a missing trimArityTypeSimon Peyton Jones2022-08-314-146/+184
* Fix typo in Any docs: syntatic -> syntacticPi Delport2022-08-301-1/+1
* Fix typo in Any docs: stray "--"Pi Delport2022-08-301-1/+1
* ci: Attempt using normal submodule cloning strategyMatthew Pickering2022-08-302-3/+3
* Various Hadrian bootstrapping fixessheaf2022-08-301-14/+22