Forked from
Glasgow Haskell Compiler / GHC
19113 commits behind the upstream repository.
Tobias Dammers
authored
Improves compiler performance of deriving Read instances, as suggested in the issue. Additionally, we introduce `readSymField`, a companion to `readField` that parses symbol-type fields (where the field name is a symbol, e.g. `(#)`, rather than an alphanumeric identifier. The decision between these two functions is made a compile time, because we already know which one we need based on the field name. Reviewers: austin, hvr, bgamari, RyanGlScott Reviewed By: bgamari Subscribers: RyanGlScott, rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4108
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name | Last commit | Last update |
---|---|---|
.. | ||
base | ||
doc | ||
ghc-boot-th | ||
ghc-boot | ||
ghc-compact | ||
ghc-prim | ||
ghci | ||
integer-gmp | ||
integer-simple | ||
template-haskell | ||
Cabal @ 082cf206 | ||
Win32 @ 147a0af9 | ||
array @ 9d63218f | ||
binary @ d4a030ab | ||
bytestring @ ce3c6a01 | ||
containers @ c07e4848 | ||
deepseq @ 18fc08e6 | ||
directory @ 7e7b3c2a | ||
dph @ 64eca669 | ||
filepath @ 9c64a634 | ||
haskeline @ 1436a8c7 | ||
hpc @ 31d24969 | ||
mtl @ bf4af114 | ||
parallel @ 998f55d6 | ||
parsec @ 1c56e088 | ||
pretty @ 445e92dd | ||
primitive @ 260cc975 | ||
process @ 4f6e0a33 | ||
random @ c72dd0a0 | ||
stm @ d65fd4de | ||
terminfo @ 17a0852b | ||
text @ 2d88a0a3 | ||
time @ 1fcaa07e | ||
transformers @ 36311d39 | ||
unix @ 748e8b41 | ||
vector @ 224eccba | ||
xhtml @ c5c623e4 | ||
Makefile | ||
defineTOP.mk | ||
gen_contents_index | ||
hscolour.css | ||
libraries-footer.txt | ||
libraries-header.txt | ||
prologue.txt.in |