summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make RULES more robust in GHC.Floatwip/T19582Simon Peyton Jones2021-03-251-75/+155
* Implement -Wmissing-kind-signaturesOleg Grenrus2021-03-2514-10/+297
* EPA: Tidy up some GHC.Parser.Annotation commentswip/az/exactprint-tweak-parser-state-commentGHC GitLab CI2021-03-251-14/+33
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-2529-1438/+202
* Add compiler linting to CIHécate2021-03-2532-155/+149
* Fix the binder-swap transformation in OccurAnalSimon Peyton Jones2021-03-245-53/+234
* hadrian: remove alex and happy from build-toolsAdam Sandberg Ericsson2021-03-241-2/+0
* STG AST - Make ConstructorNumber always a field.Andreas Klebinger2021-03-243-11/+5
* CmmToAsm.Reg.Linear: oneShot-ify RegMwip/ncg-perfBen Gamari2021-03-241-16/+22
* CmmToAsm.Reg.Linear: Use concat rather than repeated (++)Ben Gamari2021-03-241-2/+1
* EPA: Run exactprint transformation tests as part of CIGHC GitLab CI2021-03-2385-1211/+1289
* gitlab-ci: Rework handling of head.hackage job triggerBen Gamari2021-03-232-88/+9
* Move loader state into InterpSylvain Henry2021-03-2321-579/+649
* rts: Use long-path-aware statBen Gamari2021-03-233-4/+11
* PPC NCG: Fix int to float conversionPeter Trommler2021-03-231-6/+26
* More improvement to MonoLocalBinds documentationSimon Peyton Jones2021-03-231-50/+35
* UniqSM: oneShot-ifyBen Gamari2021-03-221-10/+21
* Short-circuit warning generation for partial type signaturesSimon Peyton Jones2021-03-221-2/+28
* base: Use mutableByteArrayContentsBen Gamari2021-03-223-13/+11
* compiler: Introduce mutableByteArrayContents# primopBen Gamari2021-03-222-0/+8
* [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