summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Binary: Correct endian issue when cross-compilingalexbiehl2017-02-111-30/+55
* Apply SplitSections to all C compilationsSimon Brenner2017-02-112-5/+2
* bufWrite: Save extra syscall when data fills handle buffer completely.Niklas Hambüchen2017-02-111-4/+21
* Fix: hPutBuf issues unnecessary empty write syscalls for large writes (#13246)Niklas Hambüchen2017-02-111-5/+8
* Fix: Default FD buffer size is not a power of 2 (#13245)Niklas Hambüchen2017-02-111-1/+1
* Avoid repeated list elem checksDavid Feuer2017-02-111-2/+5
* Binary: Only allocate un-interned FastStringsalexbiehl2017-02-111-2/+3
* zonkCt tries to maintain the canonical form of a Ct.Christiaan Baaij2017-02-114-1/+82
* rts/Profiling: Factor out report generationBen Gamari2017-02-114-318/+374
* rts/Profiling: Kill a few globals and add constsBen Gamari2017-02-112-51/+70
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-1112-6/+181
* Improve the Occurrence Analyzer’s handling of one-shot functionsJoachim Breitner2017-02-112-66/+107
* Mark orphan instances and rules in --show-iface outputReid Barton2017-02-115-8/+54
* Dwarf.Types: Use DW_CFA_same_value encoding when possibleBen Gamari2017-02-111-6/+15
* IcmmMachOpFoldM: clarify panic messageSergei Trofimovich2017-02-111-1/+1
* Refactor DeriveAnyClass's instance context inferenceRyan Scott2017-02-1021-191/+579
* Relax test TH_addCStub2 so it succeeds on travis.Facundo Domínguez2017-02-102-7/+11
* Prevent Template Haskell splices from throwing a spurious TypeInType errorRyan Scott2017-02-103-2/+68
* Change rewritableTyVarsOfType to anyRewritableTyVarSimon Peyton Jones2017-02-103-55/+61
* Spelling in comments [ci skip]Gabor Greif2017-02-106-10/+10
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-1016-72/+201
* Guard rewritableTyVarsOfTypeSimon Peyton Jones2017-02-093-14/+18
* testsuite: Add testcase for #13248Ben Gamari2017-02-092-0/+13
* Bump bytestring submoduleBen Gamari2017-02-091-0/+0
* Library docs: Document the order for sort and sortOn.Alexander Kjeldaas2017-02-091-0/+6
* Bump array submoduleBen Gamari2017-02-091-0/+0
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-0927-34/+34
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-0912-2/+105
* Bump array submoduleBen Gamari2017-02-081-0/+0
* Fix documentation for setByteArray#Ben Gamari2017-02-081-1/+2
* users-guide: Document defaults for remaining optimization flagsBen Gamari2017-02-081-10/+42
* Add dump flags for the renamed and typechecked hsSyn ASTsAlan Zimmerman2017-02-0810-144/+478
* Back-pedal the fix for Trac #8155Simon Peyton Jones2017-02-081-26/+29
* Kill inaccessible-branch complaints in record updateSimon Peyton Jones2017-02-083-2/+52
* Add some commented-out tracing in SpecConstrSimon Peyton Jones2017-02-081-5/+9
* Fix stop_thread unwinding informationBen Gamari2017-02-083-8/+26
* CmmLayoutStack: Correctly annotate Sp adjustments with unwinding informationBen Gamari2017-02-081-5/+16
* Cmm: Add support for undefined unwinding statementsBen Gamari2017-02-0810-36/+68
* CmmLayoutStack: Add unwind information on stack fixupsBen Gamari2017-02-081-1/+9
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-0818-131/+450
* Improve -dsuppress-coercionsSimon Peyton Jones2017-02-082-3/+4
* Improve the simple optimiserSimon Peyton Jones2017-02-081-198/+364
* More typos in comments [skip ci]Gabor Greif2017-02-089-13/+13
* Update hoopl submoduleBen Gamari2017-02-071-0/+0
* Pass -v0 to ghc-pkg to reduce noise in build ouputMatthew Pickering2017-02-071-1/+1
* Fix comment (broken link to users_guide) in $(TOP)/Takenobu Tani2017-02-071-1/+1
* Fix comment of `section "Exceptions"`Takenobu Tani2017-02-071-13/+12
* Fix push_bang_into_newtype when the pattern match has no argumentsMatthew Pickering2017-02-076-9/+47
* Update Core formalize for Levity -> RuntimeRepBen Gamari2017-02-071-3/+3
* cpeApp: Make Int accumulator strictBen Gamari2017-02-071-1/+1