summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Range is actually +/-2^32, not +/-2^31wip/angerman/aarch64-reloc-rangeMoritz Angermann2020-06-041-5/+7
* compiler: Disable use of process jobs with process < 1.6.9Ben Gamari2020-06-041-3/+7
* rts: Add Windows-specific implementation of rtsSleepBen Gamari2020-06-041-2/+9
* Add test for #17669nineonine2020-06-043-0/+14
* GHC.Hs.Instances: Compile with -O0Ben Gamari2020-06-041-0/+7
* Fix documentation on type families not being extractedLuke Lau2020-06-043-12/+18
* Allow finalizeForeignPtr to be called on FinalPtr/PlainPtr.Andrew Martin2020-06-041-2/+4
* docs: Add more details on InterruptibleFFI.Niklas Hambüchen2020-06-041-7/+34
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-0430-206/+324
* gitlab-ci: Allow ARMv7 job to failBen Gamari2020-06-031-0/+3
* gitlab-ci: Ensure that workaround for #18280 applies to bindisttestBen Gamari2020-06-021-1/+3
* gitlab-ci: Disable use of ld.lld on ARMv7wip/T18280Ben Gamari2020-06-011-1/+3
* Improve parser error messages for TemplateHaskellQuotesVladislav Zavialov2020-06-014-4/+18
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-0111-25/+48
* Improve parser error messages for the @-operatorVladislav Zavialov2020-06-018-2/+46
* Hadrian: fix binary-dist target for cross-compilationSylvain Henry2020-06-011-5/+8
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-0122-87/+89
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-0120-24/+24
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-0140-51/+51
* testsuite: Work around spurious mypy failureBen Gamari2020-06-011-1/+1
* testsuite/testutil: Fix bytes/str mismatchBen Gamari2020-06-011-1/+1
* testsuite/perf_notes: Fix ill-typed assignmentsBen Gamari2020-06-011-4/+5
* testsuite: Refactor ghostscript detectionBen Gamari2020-06-013-25/+45
* testsuite: Don't fail if we can't unlink __symlink_testBen Gamari2020-06-011-1/+4
* configure: Modify aclocal.m4 according to new module hierarchyTakenobu Tani2020-06-011-2/+2
* Fix wording in documentationJeremy Schlatter2020-06-011-1/+0
* Lint rhs of IfaceRulefendor2020-06-011-2/+21
* Add `isInScope` check to `lintCoercion`fendor2020-06-011-1/+6
* Apply suggestion to libraries/base/GHC/Exts.hsBodigrim2020-06-011-1/+1
* Clarify description of fromListNBodigrim2020-06-011-5/+6
* nonmoving: Optimise log2_ceilBen Gamari2020-06-011-7/+1
* Winferred-safe-imports: Do not exit with errorKirill Elagin2020-06-011-1/+1
* HsToCore: Eta expand left sectionsBen Gamari2020-06-012-26/+65
* testsuite: Add test for desugaring of PostfixOperatorsBen Gamari2020-06-013-0/+8
* testsuite: Add test for #18151Ben Gamari2020-06-013-0/+12
* Always zero shrunk mutable array slop when profilingDaniel Gröber2020-06-011-5/+26
* Fix OVERWRITING_CLOSURE assuming closures are not inherently usedDaniel Gröber2020-06-011-21/+17
* Cleanup OVERWRITING_CLOSURE logicDaniel Gröber2020-06-015-43/+62
* Simplify contexts in GHC.Iface.Ext.AstZubin Duggal2020-05-301-315/+238
* Windows: Bump Windows toolchain to 0.2Ben Gamari2020-05-301-1/+1
* Optimize GHC.Utils.Monad.Andreas Klebinger2020-05-301-12/+25
* PPC NCG: Fix .size directive on powerpc64 ELF v1Peter Trommler2020-05-301-1/+6
* rts: Drop compatibility shims for Windows VistaBen Gamari2020-05-304-53/+10
* users-guide: Note change in getNumProcessors in users guideBen Gamari2020-05-302-3/+8
* rts: Teach getNumProcessors to return available processorsBen Gamari2020-05-302-11/+35
* PPC NCG: No per-symbol .section ".toc" directivesPeter Trommler2020-05-291-2/+0
* Build a threaded stage 1 if the bootstrapping GHC supports it.Travis Whitaker2020-05-298-21/+98
* hadrian: introduce 'install' targetAlp Mestanogullari2020-05-293-1/+38
* Always define USE_PTHREAD_FOR_ITIMER for FreeBSD.Gleb Popov2020-05-291-1/+1
* Fix typo in documentationJeremy Schlatter2020-05-291-1/+1