Forked from
Glasgow Haskell Compiler / GHC
25640 commits behind, 492 commits ahead of the upstream repository.
Joachim Breitner
authored
Previously, foldr1 would be defiend recursively and thus not inline. This is bad, for example, when maximumBy has a strict comparison function: Before the BBP, it was implemented via foldl1, which inlined and yielded good code. With BBP, it goes via foldr1, so we better inline this as well. Fixes #10830. Differential Revision: https://phabricator.haskell.org/D1205
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name | Last commit | Last update |
---|---|---|
.. | ||
base | ||
bin-package-db | ||
doc | ||
ghc-prim | ||
integer-gmp | ||
integer-gmp2 | ||
integer-simple | ||
template-haskell | ||
Cabal @ 4f6e9a5b | ||
Win32 @ 3b573ee0 | ||
array @ 3b750b3e | ||
binary @ 86e4c9a6 | ||
bytestring @ c2ddcf96 | ||
containers @ 924fafe1 | ||
deepseq @ c6cb196f | ||
directory @ 72332489 | ||
dph @ 33eb2fb7 | ||
filepath @ 81375ae0 | ||
haskeline @ 7a72748b | ||
hoopl @ c9185a27 | ||
hpc @ 154eecf3 | ||
parallel @ c4863d92 | ||
pretty @ 7eb7c6c0 | ||
primitive @ 29cb0db5 | ||
process @ 67efaf59 | ||
random @ cfdfe6f0 | ||
stm @ b5cb4c46 | ||
terminfo @ 1b5ab014 | ||
time @ 8d3c90a4 | ||
transformers @ c55953c1 | ||
unix @ 4260c256 | ||
vector @ c0308f1c | ||
xhtml @ fb9e0bbb | ||
Makefile | ||
defineTOP.mk | ||
gen_contents_index | ||
hscolour.css | ||
libraries-footer.txt | ||
libraries-header.txt | ||
prologue.txt.in |