summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix SetLevels for join pointswip/T13255-spjSimon Peyton Jones2017-02-171-18/+14
* Improve Core Lint, mainly for join pointsSimon Peyton Jones2017-02-171-38/+69
* Remove redundant importSimon Peyton Jones2017-02-171-1/+0
* Fix Core pretty printerSimon Peyton Jones2017-02-171-2/+3
* Kill off the remaining Rec []Simon Peyton Jones2017-02-173-34/+39
* Change -dppr-ticks to -dsuppress-ticksSimon Peyton Jones2017-02-176-18/+21
* Simplify OutputableBndrSimon Peyton Jones2017-02-178-78/+76
* Fix a substitution bug in cseCaseSimon Peyton Jones2017-02-171-1/+2
* Honour -dsuppress-uniques more thoroughlySimon Peyton Jones2017-02-1712-85/+96
* Comments only, about inl_inline and inl_actSimon Peyton Jones2017-02-171-4/+21
* Better perf for haddock.base, haddock.CabalSimon Peyton Jones2017-02-161-2/+4
* Use the correct origin in SectionL and Section RSimon Peyton Jones2017-02-169-23/+51
* Improve checking of joins in Core LintSimon Peyton Jones2017-02-161-123/+130
* Comments and tiny refactor onlySimon Peyton Jones2017-02-161-11/+17
* Typos [ci skip]Gabor Greif2017-02-1512-14/+14
* Don't warn about missing methods for instances in signatures.Edward Z. Yang2017-02-144-1/+19
* Make deSugarExpr use runTcInteractiveReid Barton2017-02-144-207/+221
* Check local type family instances against all imported onesReid Barton2017-02-1424-20/+312
* Update .mailmap [skip ci]Matthew Pickering2017-02-141-0/+2
* 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