summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make WorkWrap.Lib.isWorkerSmallEnough aware of the old aritywip/ww-max-worker-args-old-aritySebastian Graf2020-05-237-11/+108
* 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
* Allow spaces in GHCi :script file namesStefan Holdermans2020-05-215-1/+18
* gitlab-ci: Set locale to C.UTF-8.Gleb Popov2020-05-213-2/+5
* NCG: Codelayout: Distinguish conditional and other branches.Andreas Klebinger2020-05-211-3/+54
* Refactor linear reg alloc to remember past assignments.Andreas Klebinger2020-05-2116-48/+152
* nonmoving: Optimise the write barrierBen Gamari2020-05-211-21/+18
* Lint should say when it is checking a ruleBen Price2020-05-211-1/+5
* Explicit SpecificityGert-Jan Bottu2020-05-21124-772/+1616
* base: Add Generic instances to various datatypes under GHC.*Fumiaki Kinoshita2020-05-215-0/+39
* Remove duplicate Note [When to print foralls] in GHC.Core.TyCo.Pprwip/duplicate-forall-printing-notesRyan Scott2020-05-171-19/+2
* GHC.Cmm.Opt: Handle MO_XX_ConvBen Gamari2020-05-153-0/+20
* DmdAnal: Improve handling of precise exceptionsSebastian Graf2020-05-1537-534/+808
* IdInfo: Add reference to bitfield-packing ticketBen Gamari2020-05-141-1/+1
* Use Data.IntMap.disjointSimon Jakobi2020-05-1416-34/+29
* Improve some folds over Uniq[D]FMSimon Jakobi2020-05-1421-86/+134
* hadrian: Tell testsuite driver about LLVM availabilityBen Gamari2020-05-131-1/+2
* Ensure that printMinimalImports closes handleBen Gamari2020-05-131-3/+2
* Handle single unused importJeff Happily2020-05-135-5/+12
* GHCi: Add link to the user's guide in help messageTakenobu Tani2020-05-131-0/+4
* Tweak man page for ghc commandTakenobu Tani2020-05-132-1/+6
* Document (->) using inferred quantification for its runtime representations.Baldur Blöndal2020-05-134-6/+26