summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix literals for unregisterized backend of small typeswip/print-c-cast-not-suffixJohn Ericson2021-03-171-5/+16
* [ci] don't make marge double build.wip/angerman/fix-18744Moritz Angermann2021-03-171-1/+0
* Make the CI jobs interruptibleHécate Moonlight2021-03-171-0/+2
* [ci] Skip test's on windows that often fail in CI.wip/angerman/stable-windowsMoritz Angermann2021-03-162-2/+10
* Test chained record construction/update/accessVladislav Zavialov2021-03-153-0/+18
* Fix record dot precedence (#19521)Vladislav Zavialov2021-03-154-21/+20
* Document the interaction between ScopedTypeVariables and StandaloneKindSignat...Ryan Scott2021-03-151-0/+31
* Compute length only once in foldBalSylvain Henry2021-03-141-4/+11
* Write explicit IOEnv's Functor and MonadIO instances (#18202)Sylvain Henry2021-03-141-2/+8
* Make traceHeapEventInfo an init eventMatthew Pickering2021-03-141-6/+18
* Pmc: Consider Required Constraints when guessing PatSyn arg types (#19475)Sebastian Graf2021-03-148-130/+236
* Correct module name in `-fprof-callers` documentationMatthew Pickering2021-03-141-1/+1
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-1439-163/+719
* Allow perf-nofib to failwip/angerman/fasterMoritz Angermann2021-03-141-0/+3
* Force eol=lf; to prevent windows breakage.Moritz Angermann2021-03-131-1/+1
* bump submodule nofibMoritz Angermann2021-03-131-0/+0
* Shorten the build pipelineMoritz Angermann2021-03-131-6/+3
* Update win32 submoduleTamar Christina2021-03-121-0/+0
* testsuite: Update Win32 test output for GHC2021GHC GitLab CI2021-03-115-28/+5
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-1015-109/+281
* Use GHC2021 as default languageJoachim Breitner2021-03-10855-1246/+1774
* Introduce GHC2021 languageJoachim Breitner2021-03-106-25/+144
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-1032-52/+968
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-1018-16/+20
* FastString: Use FastMutInt instead of IORef IntBen Gamari2021-03-101-12/+13
* FastMutInt: Introduce atomicFetchAddFastMutIntBen Gamari2021-03-101-7/+13
* FastMutInt: Ensure that newFastMutInt initializes valueBen Gamari2021-03-107-38/+31
* FastMutInt: Drop FastMutPtrBen Gamari2021-03-101-25/+1
* Simplify shadowing of DuplicateRecordFields in GHCi (fixes #19314)Adam Gundry2021-03-108-40/+51
* Do not remove shadowed record selectors from interactive context (fixes #19322)Adam Gundry2021-03-104-1/+11
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-1010-20/+172
* Location for tuple section pattern error (#19504)Vladislav Zavialov2021-03-094-1/+9
* Fix some warnings when bootstrapping with GHC 9.0Ryan Scott2021-03-096-6/+6
* Fixes to dealing with the export of mainSimon Peyton Jones2021-03-0947-399/+520
* Replace Ord TyLit with nonDetCmpTyLit (#19441)Vladislav Zavialov2021-03-092-11/+21
* Add a distclean command to hadrian.Andreas Klebinger2021-03-092-3/+13
* Document operator sections' interaction with subsumptionRyan Scott2021-03-092-0/+19
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-0919-95/+32
* eventlog: Repost initialisation events when eventlog restartsMatthew Pickering2021-03-085-9/+93
* rts: Use a separate free block list for allocatePinnedMatthew Pickering2021-03-086-15/+215
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-0822-329/+439
* Update changelog and release notes for Data.Type.Ord changeDaniel Winograd-Cort2021-03-082-0/+32
* eventlog: Add changelog entry for BLOCKS_SIZE and MEM_RETURNMatthew Pickering2021-03-081-0/+7
* eventlog: Add BLOCKS_SIZE eventMatthew Pickering2021-03-086-8/+41
* eventlog: Add MEM_RETURN event to give information about fragmentationMatthew Pickering2021-03-0810-6/+106
* Hadrian: Add powerpc64[le] to supported arch listPeter Trommler2021-03-081-1/+2
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-07107-380/+774
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-0666-75/+1552
* hadrian: Pass -fno-use-rpaths to GHC while linkingBen Gamari2021-03-061-0/+4
* Windows: fix crlf on checkoutSylvain Henry2021-03-061-0/+3