summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* base: Scrap deprecation plan for Data.Monoid.{First,Last}Simon Jakobi2020-05-292-20/+3
* Eta expand un-saturated primopsBen Gamari2020-05-298-51/+108
* Allow simplification through runRW#Ben Gamari2020-05-296-40/+231
* Do not float join points in exprIsConApp_maybeSimon Peyton Jones2020-05-291-0/+27
* Make Lint check return type of a join pointSimon Peyton Jones2020-05-291-7/+31
* CoreToStg: Add Outputable ArgInfo instanceBen Gamari2020-05-291-1/+7
* Fix "build/elem" RULE.Andreas Klebinger2020-05-2911-67/+319
* Rip out CmmStackInfo(updfr_space)Ben Gamari2020-05-285-14/+6
* hadrian: Don't track GHC's verbosity argumentBen Gamari2020-05-281-2/+4
* Ticky-ticky: Record DataCon name in ticker nameBen Gamari2020-05-282-4/+7
* DmdAnal: Recognise precise exceptions from case alternatives (#18086)Sebastian Graf2020-05-284-8/+70
* FloatOut: Only eta-expand dead-end RHS if arity will increase (#18231)Sebastian Graf2020-05-285-3/+59
* Fix #18071Xavier Denis2020-05-285-26/+95
* Add Semigroup/Monoid for Q (#18123)Vladislav Zavialov2020-05-284-0/+25
* Avoid unnecessary allocations due to tracing utilitiesBen Gamari2020-05-287-22/+80
* GHC.Core.Unfold: Refactor traceInlineBen Gamari2020-05-281-9/+10
* Make `identifier` parse unparenthesized `->` (#18060)Joshua Price2020-05-274-0/+17
* eventlog: Fix racy flushingBen Gamari2020-05-273-1/+30