summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nonmoving: Fix collection of sparkswip/gc-backportsBen Gamari2020-03-044-6/+53
* nonmoving: Don't traverse filled segment list in pauseBen Gamari2020-03-042-18/+26
* nonmoving: Clear segment bitmaps during sweepBen Gamari2020-03-043-7/+4
* nonmoving: Fix marking in compact regionsBen Gamari2020-03-041-11/+13
* Document module renamingSylvain Henry2020-02-251-4/+16
* Fix order of arguments in specializer (#17801)Krzysztof Gogolewski2020-02-251-1/+1
* testsuite: Skip T17787 in profiled waysBen Gamari2020-02-231-1/+2
* fs: Port fixes from ghc-jailbreak repositoryBen Gamari2020-02-221-25/+89
* Treat coercions as arguments for floating and inliningAlexis King2020-02-228-18/+79
* Set RELEASE=YESBen Gamari2020-02-221-2/+2
* Fix #17724 by having occAnal preserve used bindings.Andreas Klebinger2020-02-225-1/+127
* 8.10 Release notes for --disable-delayed-os-memory-return [skip ci]Niklas Hambüchen2020-02-201-0/+19
* 8.10 Release notes for atomic .o writes [skip ci]Niklas Hambüchen2020-02-203-0/+15
* Update Cabal to Cabal-v3.2.0.0-rc3Oleg Grenrus2020-02-181-0/+0
* Fix #17832: Weird handling of exports named main in 8.10-rc1Roland Senn2020-02-186-5/+23
* users-guide: Mention dependency on `exceptions` in release notesBen Gamari2020-02-181-0/+1
* gitlab-ci: Retain bindists used by head.hackage for longerBen Gamari2020-02-151-1/+3
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-119-3/+11
* 8.10 Release notes for improvements to the pattern-match checkerSebastian Graf2020-02-061-0/+14
* Import qualified Prelude in parserÖmer Sinan Ağacan2020-02-061-0/+1
* Revert "`exprOkForSpeculation` for Note [IO hack in the demand analyser]"Sebastian Graf2020-02-061-11/+11
* Do not build StgCRunAsm.S for unregisterised buildsStefan Schulze Frielinghaus2020-02-061-0/+6
* rts/M32Alloc: Don't attempt to unmap non-existent pagesBen Gamari2020-02-061-1/+3
* Update Cabal to Cabal-v3.2.0.0-rc2-tagOleg Grenrus2020-02-031-0/+0
* Use splitLHs{ForAll,Sigma}TyInvis throughout the codebaseghc-8.10.1-rc1Ryan Scott2020-01-2211-47/+62
* Bump binary submoduleBen Gamari2020-01-221-0/+0
* Get rid of OpDestJohn Ericson2020-01-181-597/+584
* Handle TagToEnum in the same big case as the other primopsJohn Ericson2020-01-183-33/+90
* Bump hsc2hs submoduleBen Gamari2020-01-161-0/+0
* relnote: Mention StandaloneKindSignatures in highlightsBen Gamari2020-01-151-1/+5
* Dummy commitBen Gamari2020-01-130-0/+0
* Bump stm and process submodulesBen Gamari2020-01-122-0/+0
* Introduce -Wcompat-unqualified-importsBen Gamari2020-01-1211-5/+102
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-01-12101-108/+144
* compiler: Qualify imports of Data.ListBen Gamari2020-01-1232-48/+56
* Revert deepseq submodule to 1.4.4.0Ben Gamari2020-01-121-0/+0
* testsuite: Fix Windows platform testBen Gamari2020-01-081-2/+2
* Dummy commitBen Gamari2020-01-080-0/+0
* Bump bytestring submodule to 0.10.10.0Ben Gamari2020-01-081-0/+0
* PlaceholderBen Gamari2020-01-070-0/+0
* configure: Only check GCC version if CC is GCCBen Gamari2020-01-061-19/+24
* hpc: Fix encoding issues. Add test for and fix #17073Alexey Kuleshevich2020-01-068-33/+41
* Prevent -optc arguments from being duplicated in reverse order (#17471)Ryan Scott2020-01-065-3/+22
* configure: Fix HAVE_C11_ATOMICS macroBen Gamari2020-01-061-1/+3
* Make warnings for TH splices opt-inSebastian Graf2020-01-0610-88/+168
* Fix @since annotations for isResourceVanishedError and friends (#17488)Ryan Scott2020-01-061-3/+3
* Make CorePrep.tryEtaReducePrep and CoreUtils.tryEtaReduce line upMatheus Magalhães de Alcantara2020-01-062-20/+10
* Take care to not eta-reduce jumps in CorePrepMatheus Magalhães de Alcantara2020-01-063-2/+30
* Fix endian handling of LLVM backendStefan Schulze Frielinghaus2020-01-061-10/+4
* Ignore unary constraint tuples during typechecking (#17511)Ryan Scott2020-01-065-25/+86