summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unusued import in Sync.hswip/thread-protectedDaneel S. Yaitskov2020-05-291-1/+0
* thread-protected automatic trace id propagation to child threadsDaneel Yaitskov2020-05-2810-4/+89
* 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
* Rename GHC.Core.Arity into GHC.Core.Opt.AritySylvain Henry2020-05-2422-33/+33
* Move Config module into GHC.SettingsSylvain Henry2020-05-2416-22/+21
* Remove not needed hie-bios outputjneira2020-05-241-2/+0
* Add specific configuration for windows in hie.yamljneira2020-05-241-0/+3
* Honour previous values for CABAL and CABFLAGSjneira2020-05-241-2/+8
* Add hie-bios script for windows systemsjneira2020-05-241-0/+5
* git: Add ignored commits fileBen Gamari2020-05-231-0/+23
* users-guide: Clarify meaning of -haddock flagBen Gamari2020-05-231-2/+3
* Bump process submoduleBen Gamari2020-05-231-0/+0
* Fix #18145 and also avoid needless work with implicit varsJohn Ericson2020-05-235-78/+117
* simplCore: Ignore ticks in rule templatesBen Gamari2020-05-232-2/+30
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-2319-28/+328
* docs: fix formatting and add some linksAdam Sandberg Ericsson2020-05-232-45/+51
* Move isDynLinkName into GHC.Types.NameSylvain Henry2020-05-214-38/+36
* Sort deterministically metric outputKrzysztof Gogolewski2020-05-211-1/+1
* Add a regression test for #11506Krzysztof Gogolewski2020-05-212-0/+14
* Don't variable-length encode magic iface constant.Andreas Klebinger2020-05-212-66/+80
* Fix wording in primops documentation to reflect the correct reasoning:Alexey Kuleshevich2020-05-211-5/+5
* Clarify pitfalls of NegativeLiterals; see #18022.Galen Huntington2020-05-211-7/+15