summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up the inferred type variable restrictionwip/T18432-T18455Ryan Scott2020-07-2914-128/+232
* ghc/mk: don't build gmp packages for BIGNUM_BACKEND=nativeSergei Trofimovich2020-07-281-0/+2
* Fix typo in haddockOleg Grenrus2020-07-281-1/+1
* config: Fix Haskell platform constructor w/ paramsPeter Trommler2020-07-281-4/+4
* Bignum: add support for negative shifts (fix #18499)Sylvain Henry2020-07-284-4/+60
* This patch addresses the exponential blow-up in the simplifier.Simon Peyton Jones2020-07-2833-277/+848
* gitlab-ci: Bump bootstrap compiler to 8.8.4Ben Gamari2020-07-271-6/+6
* gitlab-ci: Ensure that Hadrian jobs don't download artifactsBen Gamari2020-07-271-0/+1
* Eta-expand the Simplifier monadSimon Peyton Jones2020-07-271-6/+18
* Use allocate, not ALLOC_PRIM_P for unpackClosure#Michalis Pardalos2020-07-271-5/+7
* Add minimal test for #12492Michalis Pardalos2020-07-272-0/+12
* Drop 32-bit Windows supportBen Gamari2020-07-272-37/+5
* 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