summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: Kill ssh-agent after pushing test metricswip/win32-testsuite-fixesBen Gamari2020-07-241-0/+5
* testsuite: Normalise WinIO error message differencesBen Gamari2020-07-232-3/+27
* testsuite: Update win32 output for parseTreeBen Gamari2020-07-231-7/+7
* rts/win32: Exit with EXIT_HEAPOVERFLOW if memory commit failsBen Gamari2020-07-231-1/+1
* [linker] Fix out of range relocations.Moritz Angermann2020-07-238-28/+122
* Minor refactoring of Unit displaySylvain Henry2020-07-227-56/+63
* Add regression test for #18478Sebastian Graf2020-07-222-0/+953
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-2226-116/+119
* Add test for #18064Sylvain Henry2020-07-228-0/+29
* Deprecate -fdmd-tx-dict-sel.Andreas Klebinger2020-07-224-7/+9
* Replace HscTarget with BackendSylvain Henry2020-07-2233-277/+333
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-2212-46/+71
* Correctly test active backendSylvain Henry2020-07-221-1/+1
* Remove unused sGhcWithNativeCodeGenSylvain Henry2020-07-222-4/+0
* Don't panic if the NCG isn't built (it is always built)Sylvain Henry2020-07-221-4/+0
* Remove unused "ncg" flagSylvain Henry2020-07-222-7/+1
* Enable BangPatterns, ScopedTypeVariables for ghc and hadrian by default.Andreas Klebinger2020-07-223-3/+5
* get-win32-tarballs: Fix detection of missing tarballsBen Gamari2020-07-221-1/+3
* FastString: Reintroduce character count cacheDaniel Gröber2020-07-221-12/+14
* Encoding: Reformat utf8EncodeShortByteString to be more consistentDaniel Gröber2020-07-221-5/+5
* Encoding: Remove redundant use of withForeignPtrDaniel Gröber2020-07-221-2/+3
* Use IO constructor instead of `stToIO . ST`Daniel Gröber2020-07-222-7/+5
* Encoding: Add comment about tricky ForeignPtr lifetimeDaniel Gröber2020-07-221-0/+4
* Pass specialised utf8DecodeChar# to utf8DecodeLazy# for performanceDaniel Gröber2020-07-222-14/+12
* Use ShortByteString for FastStringDaniel Gröber2020-07-225-188/+193
* Remove length field from FastStringDaniel Gröber2020-07-221-24/+24
* Replace broken links to old haskell-prime site by working links to gitlab ins...BinderDavid2020-07-222-2/+2
* Fix dead link to haskell prime discussionghc-9.1-startDavid Binder2020-07-221-1/+1
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-2141-626/+3655
* users-guide: Fix :rts-flag:`--copying-gc` documentationBen Gamari2020-07-211-0/+1
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-2133-154/+230
* Add release notes entry for #17816Krzysztof Gogolewski2020-07-211-0/+11
* Fix a typo in existential_quantification.rstMark2020-07-211-1/+1
* DynFlags: remove use of sdocWithDynFlags from GHC.Stg.* (#17957)Sylvain Henry2020-07-218-172/+200
* Revert "[linker/rtsSymbols] More linker symbols"wip/angerman/revert-symbolswip/T18272Moritz Angermann2020-07-201-206/+17
* Revert "better if guards."Moritz Angermann2020-07-201-1/+1
* Revert "Fix (1)"Moritz Angermann2020-07-201-1/+1
* Revert "AArch32 symbols only on aarch32."Moritz Angermann2020-07-201-6/+5
* testsuite: Mark ghci tests as fragile under unreg compilerBen Gamari2020-07-181-2/+2
* GHCi: Fix isLittleEndianStefan Schulze Frielinghaus2020-07-181-2/+2
* Fix minor typos in a Core.hs noteChaitanya Koparkar2020-07-182-9/+7
* Refactor the simplification of join bindersSimon Peyton Jones2020-07-184-120/+141
* Remove {-# CORE #-} pragma (part of #18048)Krzysztof Gogolewski2020-07-1812-34/+3
* Improve typechecking of NPlusK patternsSimon Peyton Jones2020-07-186-52/+43
* Allow multiple case branches to have a higher rank typeSimon Peyton Jones2020-07-1821-610/+638
* Add a Lint hadrian rule and an .hlint.yaml file in base/Hécate2020-07-186-5/+76
* Implement `fullCompilerVersion`Hécate2020-07-187-13/+44
* rts: Add --copying-gc flag to reverse effect of --nonmoving-gcBen Gamari2020-07-182-0/+20
* Merge remote-tracking branch 'origin/wip/winio'Ben Gamari2020-07-16156-1192/+7450
|\
| * testsuite: Add winio and winio_threaded wayswip/winioBen Gamari2020-07-1511-24/+13