summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: Remove workaraound for GCC 4.4wip/remove-gcc44-supportPeter Trommler2020-07-271-8/+1
* Refactor the parser a littleVladislav Zavialov2020-07-272-39/+23
* fix typo referring to non-existent `-ohidir` flag, should be `-hidir` I thinkleiftw2020-07-271-1/+1
* Improve NegativeLiterals (#18022, GHC Proposal #344)Vladislav Zavialov2020-07-277-39/+149
* winio: update codeownersTamar Christina2020-07-261-0/+15
* winio: fix detection of tty terminalsTamar Christina2020-07-261-2/+2
* winio: remove dead argument to stg_newIOPortzhTamar Christina2020-07-261-1/+1
* gitlab-ci: Kill ssh-agent after pushing test metricsBen Gamari2020-07-261-0/+5
* testsuite: Normalise WinIO error message differencesBen Gamari2020-07-262-3/+27
* testsuite: Update win32 output for parseTreeBen Gamari2020-07-261-7/+7
* rts/win32: Exit with EXIT_HEAPOVERFLOW if memory commit failsBen Gamari2020-07-261-1/+1
* Document loadFramework changes. (#18446)Matthias Andreas Benkard2020-07-261-0/+35
* Require SMP support in order to build a threaded stage1Stefan Schulze Frielinghaus2020-07-251-1/+5
* Add accessors to ArchOSSylvain Henry2020-07-251-1/+4
* Bump CountParserDepsSylvain Henry2020-07-251-1/+1
* Fix build systemsSylvain Henry2020-07-258-30/+15
* Move GHC.Platform into the compilerSylvain Henry2020-07-2518-349/+337
* Remove dead code in utils/derivConstantsSylvain Henry2020-07-251-48/+0
* Remove platform constant wrappersSylvain Henry2020-07-2541-1289/+1392
* Put PlatformConstants into PlatformSylvain Henry2020-07-2512-28/+49
* Add GHC.Platform.ProfileSylvain Henry2020-07-255-26/+61
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-2515-15/+15
* DynFlags: store printer in TraceBinIfaceReadingSylvain Henry2020-07-252-33/+36
* Simplify XRec definitionZubin Duggal2020-07-2524-337/+403
* Care with occCheckExpand in kind of occurrencesSimon Peyton Jones2020-07-2410-40/+170
* winio: change memory allocation strategy and fix double free errors.Tamar Christina2020-07-242-73/+95
* winio: restore console cp on exitTamar Christina2020-07-243-2/+39
* [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