[commit: ghc] wip/ttypeable's head updated: Documentation (2e96c20)
git at git.haskell.org
git at git.haskell.org
Mon Feb 13 15:17:02 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
Branch 'wip/ttypeable' now includes:
2f5cb3d Attempt to make lazy ST thread safe
9984024 Fix comment (old file names) in includes/
31bb85f Fix comment (old file names) in rts/
8d60d73 Fix comment (old file names) in compiler/
4d31880 Fix comment (old filename '.lhs') in libraries/
283acec Make split sections by default work again
18cdef3 Fix minusNatural exception to be Underflow
157a46f Update binary submodule to 0.8.4.1
2912231 Improve wrapTicks performance with lots of redundant source notes
68cbe52 Don't panic when printing match with RecUpd context
bd818a7 Fix comment (old file names) in mk/ and utils/
8212135 New internal dynamic flag: Very aggressive inlining
54b9b06 Expose cseExpr from CSE
a2f39da Add liftA2 to Applicative class
fbcef83 Use proper primitives in Utils.Binary
0abe736 Don't replace type family instances with the same LHS in GHCi (#7102)
adb565a Don't return empty initial uncovered set for an unsat context
26f5e60 Fix comment (old file names '.hc' ) in libraries/
563148c Fix broken link of GHC.RTS.Flags
795bc49 Fixes for OccurAnal bugs (#13221)
a9754e3 testsuite: Update expected values for T13035 and T12234
b572aad Do Worker/Wrapper for NOINLINE things
2dff54b Typos in comments [skip ci]
4aae191 Typos in comments [skip ci]
a28a552 Remove unnecessary use of -DGENERICS flag
2219c8c Derive <$
17ae5e7 Typos in comments [skip ci]
a0174d2 Do not inline bottoming things
f77e99b Comments only
b8f58d7 Another improvement to SetLevels
078beea Docs: Fix typo in glasgow_exts.rst
5ce39f6 Add Wredundant-constraints to list of flags excluded from -Wall
d5e9b7f Use better map operations in CoreMonad
e90f611 Clean up findPartiallyCompletedCycles
369c534 testsuite: Bump max_bytes_used for T4029
0aa3f8d testsuite: Bump bytes allocated for T5837
8c25be8 cpeApp: Make Int accumulator strict
bc376d3 Update Core formalize for Levity -> RuntimeRep
062f112 Fix push_bang_into_newtype when the pattern match has no arguments
3e07126 Fix comment of `section "Exceptions"`
db3a797 Fix comment (broken link to users_guide) in $(TOP)/
015e97a Pass -v0 to ghc-pkg to reduce noise in build ouput
512f157 Update hoopl submodule
b990f65 More typos in comments [skip ci]
8e9593f Improve the simple optimiser
421308e Improve -dsuppress-coercions
3eb737e Generalize CmmUnwind and pass unwind information through NCG
733e845 CmmLayoutStack: Add unwind information on stack fixups
3328ddb Cmm: Add support for undefined unwinding statements
5279b08 CmmLayoutStack: Correctly annotate Sp adjustments with unwinding information
34e3523 Fix stop_thread unwinding information
9f3c1e6 Add some commented-out tracing in SpecConstr
3cfef76 Kill inaccessible-branch complaints in record update
a94b484 Back-pedal the fix for Trac #8155
7e4e6a7 Add dump flags for the renamed and typechecked hsSyn ASTs
41c7437 users-guide: Document defaults for remaining optimization flags
082936d Fix documentation for setByteArray#
afaf6d5 Bump array submodule
b9bebd8 Implement addCStub in template-haskell.
e8f5efb Tweaks and typos in manual, note refs, comments
a6a4d0e Bump array submodule
d266aac Library docs: Document the order for sort and sortOn.
b92ca83 Bump bytestring submodule
c22cd7c testsuite: Add testcase for #13248
a5a6c52 Guard rewritableTyVarsOfType
258c719 TH-spliced class instances are pretty-printed incorrectly post-#3384
3211fa0 Spelling in comments [ci skip]
76244ec Change rewritableTyVarsOfType to anyRewritableTyVar
283a346 Prevent Template Haskell splices from throwing a spurious TypeInType error
e79ef75 Relax test TH_addCStub2 so it succeeds on travis.
639e702 Refactor DeriveAnyClass's instance context inference
594123f IcmmMachOpFoldM: clarify panic message
7fac7cd Dwarf.Types: Use DW_CFA_same_value encoding when possible
17b1e0b Mark orphan instances and rules in --show-iface output
a1980ec Improve the Occurrence Analyzer’s handling of one-shot functions
26eaa7e Fix #13214 by correctly setting up dep_orphs for signatures.
1a14d38 rts/Profiling: Kill a few globals and add consts
56c9bb3 rts/Profiling: Factor out report generation
07292e9 zonkCt tries to maintain the canonical form of a Ct.
64da671 Binary: Only allocate un-interned FastStrings
7938ef2 Avoid repeated list elem checks
4e2e9b7 Fix: Default FD buffer size is not a power of 2 (#13245)
805db96 Fix: hPutBuf issues unnecessary empty write syscalls for large writes (#13246)
6b4e46a bufWrite: Save extra syscall when data fills handle buffer completely.
a50082c Apply SplitSections to all C compilations
d3ea38e Binary: Correct endian issue when cross-compiling
e46a2e1 Bump hoopl submodule to 3.10.2.2
31134d5 Generalize arrow
bb5953f Fix #13264
5691e41 Type-indexed Typeable
c5a8e9e Move Typeable Binary instances to binary package
d31cdc4 Disable Typeable binding generation for unboxed tuples
cbe7dac Mark KindReps as noinline
a6599dc Plop kindreps in another binding
ad6d51c Make unboxed sums not Typeable
42f3cb5 Fix tests
25fcb3d More notes
2e96c20 Documentation
More information about the ghc-commits
mailing list