summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert the main payload of "Make `drop` and `dropWhile` fuse (#18964)"wip/revert-drop-fusionSebastian Graf2023-02-285-33/+56
* JS: Store CI perf results (fix #22923)Sylvain Henry2023-02-241-1/+1
* Fix shadowing bug in prepareAltsSimon Peyton Jones2023-02-244-13/+57
* Fix ParallelListComp out of scope suggestionAaron Allen2023-02-244-8/+38
* gitlab-ci: Run nix-build with -v0Ben Gamari2023-02-241-1/+1
* Bump haskeline submodule to 0.8.2.1Ben Gamari2023-02-241-0/+0
* Bump filepath submodule to 1.4.100.1Ben Gamari2023-02-241-0/+0
* Bump Cabal submodule to 3.9 pre-releaseBen Gamari2023-02-241-0/+0
* Bump array submodule to 0.5.4.0Ben Gamari2023-02-241-0/+0
* Bump hsc2hs submodule to 0.68.8Ben Gamari2023-02-241-0/+0
* Bump process submodule to v1.6.17.0Ben Gamari2023-02-241-0/+0
* Bump directory submodule to 1.3.8.1Ben Gamari2023-02-241-0/+0
* Bump deepseq submodule to 1.4.8.1Ben Gamari2023-02-241-0/+0
* Bump unix submodule to 2.8.1.0Ben Gamari2023-02-241-0/+0
* Bump terminfo submodule to 0.4.1.6Ben Gamari2023-02-241-0/+0
* JS: make some arithmetic primops faster (#22835)Sylvain Henry2023-02-243-34/+69
* Explicit migration timeline for loopy SC solvingsheaf2023-02-238-9/+9
* rts: Fix `prompt#` when profiling is enabledAlexis King2023-02-237-2/+33
* Propagate failure if unable to push notesBryan Richter2023-02-231-0/+4
* fix: Update documentation linksromes2023-02-213-6/+6
* base: Correct @since annotation for FP<->Integral bit cast operations.Andreas Klebinger2023-02-211-4/+4
* ghc-prim: levity-polymorphic array equality opssheaf2023-02-213-11/+42
* GHC proposal 496 - Nullary record wildcardsGeorgi Lyubenov2023-02-2132-73/+335
* Bump submodule text to 2.0.2Bodigrim2023-02-211-0/+0
* Disallow `tagToEnum#` on `type data` typeswip/T22948Ryan Scott2023-02-208-0/+53
* Treat type data declarations as empty when checking pattern-matching coverageRyan Scott2023-02-205-5/+52
* Don't generate datacon wrappers for `type data` declarationsRyan Scott2023-02-207-6/+91
* fix: Explicitly flush stdout on pluginromes2023-02-203-8/+14
* Handle top-level Addr# literals in the bytecode compilerAlexis King2023-02-2012-143/+241
* compiler: fix cost centre profiling breakage in wasm NCG due to incorrect reg...Cheng Shao2023-02-202-9/+1
* Improve GHC.Tc.Gen.App.tcInstFunwip/T22908Simon Peyton Jones2023-02-207-19/+22
* Merge libiserv with ghciSylvain Henry2023-02-1721-251/+104
* Add INLINABLE pragmas to `generic*` functions in Data.OldListwip/generic-inlinableMatthew Pickering2023-02-172-0/+7
* ghcup-metadata: Use Ubuntu and Rocky bindistsMatthew Pickering2023-02-162-5/+20
* ghcup-metadata: Add test artifactMatthew Pickering2023-02-161-0/+3
* Expand synonyms in RoughMapsheaf2023-02-164-2/+19
* unicode: Don't inline bitmap in generalCategoryMatthew Pickering2023-02-163-2/+11
* No default finalizer exception handlersheaf2023-02-1611-29/+52
* Documentation: add an example of SPEC usageBodigrim2023-02-162-3/+24
* Narrow the dont-decompose-newtype testSimon Peyton Jones2023-02-1611-166/+207
* base: Note move of GHC.Stack.CCS.whereFrom to GHC.InfoProv in changelogBen Gamari2023-02-161-0/+8
* Factor JS Rts generation for h$c{_,0,1,2} into h$c{n} and improve name cachingJosh Meredith2023-02-165-121/+107
* JS: disable debugging info for heap objectsSylvain Henry2023-02-161-1/+3
* Testsuite: mark T13167 as fragile for JS (#22921)Sylvain Henry2023-02-161-1/+2
* Mark all T5435 variants as fragileBryan Richter2023-02-161-0/+5
* tests: Mark T12903 fragile everywhereBryan Richter2023-02-161-7/+3
* docs: add a section for the wasm backendCheng Shao2023-02-162-1/+102
* Add -single-threaded flag to force single threaded rtsOleg Grenrus2023-02-159-3/+41
* rts: add the rts_clearMemory functionCheng Shao2023-02-159-4/+118
* Allow failure in nightly-x86_64-linux-deb10-no_tntc-validateBryan Richter2023-02-152-2/+8