summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test #19665 as expect_broken, with commentarywip/backport-MR4826-to-9.2Richard Eisenberg2021-04-134-8/+35
* Clarify commentary around the constraint solverRichard Eisenberg2021-04-133-32/+104
* Kick out fewer equalities by thinking harderRichard Eisenberg2021-04-132-27/+44
* Tweak kick-out condition K2b to deal with LHSsRichard Eisenberg2021-04-135-52/+205
* [base] inline mconcatMoritz Angermann2021-04-102-1/+3
* Add missing axiom exports for CharToNat/NatToCharwip/backport-9.2-chartonat-axiomVladislav Zavialov2021-04-083-2/+10
* Bignum: remove unused extra filesSylvain Henry2021-04-061-2/+0
* Bignum: fix invalid hs-boot declaration (#19638)Sylvain Henry2021-04-061-1/+1
* gitlab-ci: Drop Debian 8 jobghc-9.2.1-alpha1Ben Gamari2021-03-311-26/+0
* gitlab-ci: Ignore performance metrics failures in release jobsBen Gamari2021-03-311-0/+6
* sdist: Fix packaging of Windows tarballsBen Gamari2021-03-311-1/+1
* gitlab-ci: CI wibblesBen Gamari2021-03-311-0/+3
* configure: Set version to 9.2.0Ben Gamari2021-03-311-1/+1
* [armv7] PIC by default + [aarch64-linux] T11276 metric increasewip/angerman/linker-fixes-backportsMoritz Angermann2021-03-302-1/+2
* [testsuite/aarch64-darwin] disable T12674Moritz Angermann2021-03-301-1/+3
* [testsuite/aarch64] disable T18623Moritz Angermann2021-03-301-1/+6
* [armv7] arm32 needs symbols!Moritz Angermann2021-03-302-3/+5
* [testlib] ignore strip warningsMoritz Angermann2021-03-301-0/+4
* [aarch64-darwin] be very careful of warnings.Moritz Angermann2021-03-301-0/+1
* [rts] cast return value to struct.Moritz Angermann2021-03-301-1/+1
* [linker] no munmap if either agument is invalid.Moritz Angermann2021-03-301-1/+4
* [testsuite] Fix SubsectionsViaSymbols testMoritz Angermann2021-03-302-1/+2
* [linker/aarch64-elf] support section symbols for GOT relocationMoritz Angermann2021-03-301-1/+7
* [linker] align prototype with implementation signature.Moritz Angermann2021-03-301-2/+2
* [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