summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Add missing dependencieswip/hadrian-depsBen Gamari2021-01-061-1/+5
* Rename internal primpos ahead of !4492John Ericson2021-01-033-58/+58
* Maintain invariant: MVars on mut_list are dirtyViktor Dukhovni2021-01-032-0/+3
* Add the Data.Foldable strictness optimisations to base's changelogHécate2021-01-031-0/+3
* Add regression test for #18467wip/T18467Simon Peyton Jones2021-01-023-0/+31
* Don't use absentError thunks for strict constructor fieldsSimon Peyton Jones2021-01-027-77/+172
* Use EmptyCase instead of undefined in Generics exampleAsad Saeeduddin2021-01-021-6/+6
* Correct doctestsOleg Grenrus2021-01-0224-38/+117
* Upstream the strictness optimisation for GHC.List.{maximum,minimum}Hécate2021-01-021-2/+2
* Upstream the strictness optimisation for GHC.List.{sum,product}Hécate2021-01-021-2/+2
* rts: update usage text for new -A defaultDouglas Wilson2021-01-021-1/+1
* Docs: Remove reference to `type_applications` in `exts/patterns.rst`Joachim Breitner2021-01-021-1/+0
* Establish invariant (GivenInv)Simon Peyton Jones2021-01-0218-146/+297
* rts/Messages: Relax locked-closure assertionBen Gamari2021-01-021-2/+3
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-028-14/+34
* Make proper fixed-width number literalsSylvain Henry2021-01-025-198/+176
* INLINE pragma for patterns (#12178)Cale Gibbard2020-12-3118-20/+248
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-28108-549/+1145
* Test cases for #15772 and #17139.Richard Eisenberg2020-12-256-0/+125
* Use mutable update to defer out-of-scope errorsRichard Eisenberg2020-12-2521-84/+143
* Use `hscFrontendHook` againJohn Ericson2020-12-241-2/+5
* Refactor renamer datastructuresAdam Gundry2020-12-2473-743/+1207
* Require ScopedTypeVariables+TypeApplications to use type applications in patt...Ryan Scott2020-12-2431-22/+67
* Clone the binders of a SAKS where necessarySimon Peyton Jones2020-12-247-28/+117
* Document scoping of named wildcard type variablesSimon Peyton Jones2020-12-231-0/+14
* spelling: thead -> threadDouglas Wilson2020-12-232-3/+3
* Support package qualifier in Prelude importSylvain Henry2020-12-236-5/+31
* WorkWrap: Unbox constructors with existentials (#18982)Sebastian Graf2020-12-2314-234/+542
* DmdAnal: Keep alive RULE vars in LetUp (#18971)Sebastian Graf2020-12-233-85/+67
* mkDocs: address shellcheck issuesAdam Sandberg Ericsson2020-12-221-4/+4
* mkDocs: fix extraction of Win32 docs from hadrian bindistAdam Sandberg Ericsson2020-12-222-4/+6
* Increase -A default to 4MB.Andreas Klebinger2020-12-224-15/+23
* Require alex < 3.2.6Ryan Scott2020-12-222-1/+4
* Add Monoid instances for Product and ComposeJoe Hermaszewski2020-12-223-0/+14
* Fix another haddock parse errorMatthew Pickering2020-12-221-1/+1
* make: disable ghc package environments #18988Adam Sandberg Ericsson2020-12-222-0/+2
* hadrian: disable ghc package environments #18988Adam Sandberg Ericsson2020-12-221-0/+1
* gitlab-ci: Use gtar on FreeBSDBen Gamari2020-12-211-2/+4
* nonmoving: Add comments to nonmovingResurrectThreadsGHC GitLab CI2020-12-201-0/+5
* nonmoving: Don't push objects during deadlock detect GCBen Gamari2020-12-201-2/+6
* nonmoving: Refactor alloc_for_copyGHC GitLab CI2020-12-201-48/+79
* nonmoving: Ensure deadlock detection promotion worksGHC GitLab CI2020-12-201-18/+22
* nonmoving: Assert deadlock-gc promotion invariantGHC GitLab CI2020-12-201-0/+8
* nonmoving: Fix small CPP bugBen Gamari2020-12-201-1/+3
* Fix Haddock parse error in GHC.Parser.PostProcess.HaddockMatthew Pickering2020-12-201-2/+2
* Fix printing in -ddump-rule-rewrites (#18668)Krzysztof Gogolewski2020-12-204-1/+38
* Kill floatEqualities completelySimon Peyton Jones2020-12-2020-987/+998
* rts: enable thread label table in all RTS flavours #17972Adam Sandberg Ericsson2020-12-207-22/+9
* Improve inference with linear typesKrzysztof Gogolewski2020-12-204-12/+15
* Correct documentation around -XTypeOperatorsRichard Eisenberg2020-12-201-18/+25