summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts/Linker: Add noreturn to loadNativeObj on non-ELF platformswip/noreturnBen Gamari2021-01-031-2/+6
* 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
* Add two warnings to -WallTom Ellis2020-12-196-8/+8
* submodule update: haddockTom Ellis2020-12-191-0/+0
* rts: Use weaker cas in WSDequeDouglas Wilson2020-12-192-1/+26
* Make noinline more reliableSimon Peyton Jones2020-12-196-12/+112
* Quick Look: zonk result typeSimon Peyton Jones2020-12-192-19/+72
* Cite "Kind Inference for Datatypes"Richard Eisenberg2020-12-181-0/+3
* testsuite: Fix two shell quoting issuesBen Gamari2020-12-182-4/+4
* primops: Document semantics of Float/Int conversionsBen Gamari2020-12-181-0/+12
* rts: Fix typo in macro nameBen Gamari2020-12-181-1/+1
* Fix #19044 by tweaking unification in inst lookupRichard Eisenberg2020-12-185-52/+168
* Rename parser Error and Warning typesAlfredo Di Napoli2020-12-1811-352/+353
* Split Driver.Env moduleAlfredo Di Napoli2020-12-184-135/+156
* Rts/elf-linker: Upcast to 64bit to satisfy format string.Andreas Klebinger2020-12-181-2/+2
* rts: EventLog.c: Properly cast (potential) 32bit pointers to uint64_tAndreas Klebinger2020-12-181-2/+3
* OSMem.c: Use proper type for mbinds mask argument.Andreas Klebinger2020-12-181-1/+1
* Use HsOuterExplicit in instance sigs in deriving-generated codeRyan Scott2020-12-1810-54/+211