summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Review, part 3wip/adinapoli-suppress-warning-design-bAlfredo Di Napoli2021-03-245-24/+31
* Code review, part 2Alfredo Di Napoli2021-03-244-39/+40
* Beautify pattern matchAlfredo Di Napoli2021-03-231-12/+10
* Code reviewAlfredo Di Napoli2021-03-234-19/+29
* Remove a bunch of when (wopt ...)Alfredo Di Napoli2021-03-2317-68/+45
* mkMsgEnvelope returns a MaybeAlfredo Di Napoli2021-03-2315-173/+175
* Code review part 2Alfredo Di Napoli2021-03-238-29/+29
* Code reviewAlfredo Di Napoli2021-03-2213-67/+93
* Simplify GHC.Tc.ErrorsRichard Eisenberg2021-03-221-196/+180
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-03-2227-361/+357
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.Alfredo Di Napoli2021-03-2280-855/+974
* [ci] Default values for GITLAB_CI_BRANCH, and IGNORE_PERF_FAILURESwip/angerman/9.2-forward-portsMoritz Angermann2021-03-211-3/+3
* [llvm/darwin] change vortex cpu to genericMoritz Angermann2021-03-211-1/+1
* [elf/aarch64] Fall Through decorationMoritz Angermann2021-03-211-4/+4
* [ci/arm/darwin/testsuite] Forwards ports from GHC-8.10Moritz Angermann2021-03-2114-64/+340
* Remove unnecessary extendTyVarEnvFVRn functionRyan Scott2021-03-213-11/+6
* Bump template-haskell version to 2.18.0.0wip/T19083Ryan Scott2021-03-206-6/+6
* Move miscategorized items in template-haskell changelogRyan Scott2021-03-201-6/+6
* Clean up TBDs in changelogBen Gamari2021-03-201-1/+7
* gitlab-ci: Always start with fresh clonewip/ci-fixes-2Ben Gamari2021-03-201-0/+3
* Add error information to osCommitMemory on failure.Moritz Angermann2021-03-201-1/+1
* Remove outdated VagrantfileSebastian Graf2021-03-201-50/+0
* Add fold vs. mconcat test T17123Viktor Dukhovni2021-03-202-0/+14
* Fix fake import in GHC.Exception.Type boot moduleSylvain Henry2021-03-205-23/+22
* Fix literals for unregisterized backend of small typesJohn Ericson2021-03-201-5/+16
* Add more boundary checks for `rem` and `mod`John Ericson2021-03-201-18/+44
* Fix an levity-polymorphism errorSimon Peyton Jones2021-03-204-89/+107
* Add compiler perf regression test for #9198Simon Jakobi2021-03-202-0/+16
* Nested CPR light (#19398)Sebastian Graf2021-03-2028-508/+705
* Make the simplifier slightly stricter.Andreas Klebinger2021-03-205-49/+133
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-2032-632/+2177
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-2052-340/+427
* rename Tickish to CoreTickishLuite Stegeman2021-03-2026-59/+66
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-2030-80/+99
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-2023-55/+97
* testsuite: Normalise slashesGHC GitLab CI2021-03-202-2/+3
* check-ppr,check-exact: Write out result as binaryGHC GitLab CI2021-03-202-8/+19
* GHC Exactprint main commitAlan Zimmerman2021-03-20369-10092/+23718
* Add the main types to be used for exactprint in the GHC ASTAlan Zimmerman2021-03-201-64/+964
* [skip ci] Fix 'Ord' documentation inconsistencyGaƫl Deest2021-03-201-4/+4
* gitlab-ci: Ignore performance improvements in marge jobsBen Gamari2021-03-193-14/+29
* testsuite: Make --ignore-perf-tests more expressiveBen Gamari2021-03-194-9/+22
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-178-31/+191
* Document how GADT patterns are matched from left-to-right, outside-inRyan Scott2021-03-171-1/+82
* Disable bogus assertion (#19489)Sylvain Henry2021-03-171-2/+15
* CmmtoAsm.Reg.Linear: Rewrite processBen Gamari2021-03-171-33/+29
* CmmToAsm.Reg.Linear: Make linearRA body a join pointBen Gamari2021-03-171-19/+17
* Eliminate selector thunk allocationsBen Gamari2021-03-171-1/+1
* IfaceToType: Ensure that IfaceTyConInfo is sharedBen Gamari2021-03-173-9/+18
* Enhance pass result forcingSylvain Henry2021-03-172-4/+13