summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-1456-109/+701
* Allow type defaulting for multi-param type classes with ExtendedDefaultRulesvivid-synth2017-02-147-6/+117
* Fix ExtraSymbols jump table on Windows.Tamar Christina2017-02-141-16/+21
* Expand list of always loaded Windows shared libsTamar Christina2017-02-142-0/+9
* Refactor renaming of operators/sections to fix DuplicateRecordFields bugsAdam Gundry2017-02-144-22/+68
* TcUnify: Assert precondition of matchExpectedTyConAppBen Gamari2017-02-141-1/+1
* Typecast covers entire expression to fix format warning.bollu2017-02-141-10/+15
* Debug: Use local symbols for unwind points (#13278)Ben Gamari2017-02-143-4/+5
* Typos in notes and comments [ci skip]Gabor Greif2017-02-135-7/+7
* Disable PVP warnings temporarily.Edward Z. Yang2017-02-125-22/+10
* Slightly reword not-exported message.Edward Z. Yang2017-02-126-8/+9
* Remove obsolete Backpack manual.Edward Z. Yang2017-02-1211-5521/+0
* Setup more error context for Backpack operations.Edward Z. Yang2017-02-1229-108/+181
* Add index entry for signature files / Backpack.Edward Z. Yang2017-02-121-0/+3
* Bump hoopl submodule to 3.10.2.2Ben Gamari2017-02-111-0/+0
* 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