summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [linker] SymbolExtras are only used on PPC and X86Moritz Angermann2021-03-302-5/+4
* [linker] Additional FALLTHROUGH decorations.Moritz Angermann2021-03-301-0/+2
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-3018-20/+90
* [macho] improved linker with proper plt supportMoritz Angermann2021-03-308-97/+311
* Implement -Wmissing-kind-signatureswip/ghc-9.2-mergeOleg Grenrus2021-03-2914-10/+297
* rts: Fix joinOSThread on WindowsBen Gamari2021-03-291-1/+6
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-2920-591/+596
* EPA : rename AnnAnchor to EpaAnchorAlan Zimmerman2021-03-2914-112/+112
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-2922-184/+182
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-2940-2529/+2503
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-2926-454/+435
* EPA: Tidy up some GHC.Parser.Annotation commentsAlan Zimmerman2021-03-291-14/+33
* EPA : Remove ApiAnn from ParsedModuleAlan Zimmerman2021-03-2929-1438/+202
* EPA: Run exactprint transformation tests as part of CIAlan Zimmerman2021-03-2985-1211/+1289
* Fix the binder-swap transformation in OccurAnalSimon Peyton Jones2021-03-295-53/+234
* libiserv: Add descriptionBen Gamari2021-03-291-2/+2
* ghc-boot: Use cabal-version: 3.0Ben Gamari2021-03-291-2/+3
* ghc-bignum: Add missing source files to cabal fileBen Gamari2021-03-291-0/+2
* Bump Win32 to 2.13.0.0GHC GitLab CI2021-03-275-2/+2
* base: Update Unicode data to 13.0.0Ben Gamari2021-03-266-49/+101
* users guide: Note LLVM version requirement in release notesghc-9.3-startBen Gamari2021-03-231-0/+6
* users guide: Drop 9.0 release notesBen Gamari2021-03-232-475/+0
* configure: Bump version to 9.2Ben Gamari2021-03-232-1/+1
* 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