summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rip out CmmStackInfo(updfr_space)wip/T18232Ben Gamari2020-05-265-14/+6
* 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
* Put `PatEnv` first in `GHC.Tc.Gen.Pat.Checker`John Ericson2020-05-211-62/+65
* More judiciously panic in `ts_pat`John Ericson2020-05-211-3/+3
* Use `Checker` for `tc_lpat` and `tc_lpats`John Ericson2020-05-211-32/+25
* Use `Checker` for `tc_pat`John Ericson2020-05-211-56/+58
* llvmGen: Consider Relocatable read-only data as not constantReferences: #18137Tuan Le2020-05-216-13/+42
* Update documentation for GHCi :scriptStefan Holdermans2020-05-212-3/+8
* Allow GHCi :script file names in double quotesStefan Holdermans2020-05-213-2/+7
* Add extra tests for GHCi :script syntax checksStefan Holdermans2020-05-213-0/+5