summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixupswip/primop-traitsSebastian Graf2020-05-273-528/+488
* Modify primops.txt.pp to declare PrimOpEffectsSebastian Graf2020-05-277-588/+590
* Clear up PrimOp effect semanticsSebastian Graf2020-05-272-142/+172
* 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
* Make `Int`'s `mod` and `rem` strict in their first argumentsSebastian Graf2020-05-211-8/+11
* MR template should ask for key partRichard Eisenberg2020-05-211-1/+6
* Document INLINE(ABLE) pragmas that enable fusionbuggymcbugfix2020-05-211-3/+21
* Piggyback on Enum Word methods for Word64buggymcbugfix2020-05-211-4/+38
* Add INLINABLE pragmas to Enum list producersbuggymcbugfix2020-05-213-5/+60
* Fix spelling mistakes and typosbuggymcbugfix2020-05-214-6/+6
* Use braces with do in `SplicePat` case for consistencyJohn Ericson2020-05-211-2/+2
* Tiny cleaup eta-reduce away a function argumentJohn Ericson2020-05-211-2/+2