summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary extendTyVarEnvFVRn functionwip/remove-extendTyVarEnvFVRnRyan Scott2021-03-203-11/+6
* 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
* llvmGen: Accept range of LLVM versionsBen Gamari2021-03-1710-36/+245
* fromInteger :: Integer -> {Float,Double} now always round to nearest evenARATA Mizuki2021-03-175-32/+65
* Add a test for fromInteger :: Integer -> Float/Double (#15926, #17231, #17782)ARATA Mizuki2021-03-173-0/+85
* [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