summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement Or Patterns (Proposal 0522)wip/or-patsDavid Knothe2023-03-0352-125/+718
* Get the right in-scope set in etaBodyForJoinPointSimon Peyton Jones2023-03-023-4/+40
* ncg/aarch64: Handle MULTILINE_COMMENT identically as COMMENTsZubin Duggal2023-03-023-5/+265
* constant folding: Correct type of decodeDouble_Int64 ruleMatthew Pickering2023-03-023-5/+23
* rts: Drop no-alignment special case for WindowsBen Gamari2023-03-021-3/+1
* rts: Correctly align Capability allocationsBen Gamari2023-03-021-2/+3
* rts: Introduce stgMallocAlignedBytesBen Gamari2023-03-023-13/+57
* rts: Statically assert alignment of CapabilityBen Gamari2023-03-021-8/+16
* Check for platform support for JavaScript foreign importsLuite Stegeman2023-03-023-1/+9
* Don't suppress *all* WantedsRichard Eisenberg2023-03-025-17/+63
* fix: Consider strictness annotation in rep_bindromes2023-03-014-3/+44
* Refine the test for naughty record selectorsSimon Peyton Jones2023-03-014-36/+77
* Revert the main payload of "Make `drop` and `dropWhile` fuse (#18964)"Sebastian Graf2023-03-015-33/+56
* hadrian: Add dependency from lib/settings to mk/config.mkBen Gamari2023-03-011-1/+1
* Account for TYPE vs CONSTRAINT in mkSelCoSimon Peyton Jones2023-02-285-7/+56
* Take more care with unlifted bindings in the specialiserSimon Peyton Jones2023-02-285-53/+102
* Testsuite: replace some js_skip with req_cmmSylvain Henry2023-02-287-19/+25
* JS: fix for overlap with copyMutableByteArray# (#23033)Sylvain Henry2023-02-286-14/+48
* Account for local rules in specImportsSimon Peyton Jones2023-02-286-46/+156
* ghc-prim: fix hs_cmpxchg64 function prototypeCheng Shao2023-02-282-3/+3
* Allow nightly-x86_64-linux-deb10-validate+thread_sanitizer to failBryan Richter2023-02-282-2/+4
* Mark setnumcapabilities001 fragileBryan Richter2023-02-281-1/+2
* Fix SCC grouping exampleTom Ellis2023-02-271-1/+1
* Don't specialise incoherent instance applicationsGergő Érdi2023-02-2724-279/+592
* 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