summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hadrian/make: Detect makeindexwip/fix-xelatexBen Gamari2020-06-017-9/+21
* make: Respect XELATEX variableBen Gamari2020-05-311-5/+5
* 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
* core-spec: Modify file paths according to new module hierarchyTakenobu Tani2020-05-275-68/+68
* Enhance Note [About units] for BackpackSylvain Henry2020-05-261-234/+331
* Make WorkWrap.Lib.isWorkerSmallEnough aware of the old aritySebastian Graf2020-05-267-11/+108
* Add info about typeclass evidence to .hie filesZubin Duggal2020-05-2611-230/+872
* Coverage: Factor out addMixEntryBen Gamari2020-05-251-26/+20
* Coverage: Don't produce ModBreaks if not HscInterpretedBen Gamari2020-05-251-6/+10
* Coverage: Make ccIndices strictBen Gamari2020-05-251-1/+1
* Coverage: Make tickBoxCount strictBen Gamari2020-05-251-1/+1
* Coverage: Drop redundant ad-hoc boot module checkBen Gamari2020-05-251-2/+1
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-2521-240/+140
* Make Unicode brackets opening/closing tokens (#18225)Joshua Price2020-05-245-4/+35
* Hadrian: fix hp2ps error during cross-compilationSylvain Henry2020-05-241-0/+1
* Hadrian: fix distDir per stageSylvain Henry2020-05-241-2/+5
* Hadrian: fix cross-compiler build (#16051)Sylvain Henry2020-05-241-14/+33
* Remove unused hs-boot fileMatthew Pickering2020-05-242-8/+1
* Add orderingTyCon to wiredInTyCons (#18185)Ryan Scott2020-05-244-6/+38
* Bump haddock submoduleSylvain Henry2020-05-241-0/+0
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-2429-42/+42