summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add HsEmbellished type to hsSynwip/embelleshed-rdrAlan Zimmerman2017-02-1865-649/+962
* Improve Haddock documentation for compact.Edward Z. Yang2017-02-183-35/+110
* Disable Typeable binding generation for unboxed sumsBen Gamari2017-02-184-10/+14
* Type-indexed TypeableBen Gamari2017-02-1879-1026/+3111
* Generalize kind of the (->) tyconBen Gamari2017-02-1831-115/+480
* Bump nofib submoduleBen Gamari2017-02-181-0/+0
* Bump libraries/array submoduleBen Gamari2017-02-181-0/+0
* Say 'data' explicitly in IfAbstractTyCon output.Edward Z. Yang2017-02-1711-13/+13
* Improvements/bugfixes to signature reexport handling.Edward Z. Yang2017-02-1715-47/+156
* Fix recompilation tracking on signatures.Edward Z. Yang2017-02-1712-5/+76
* Fix a Backpack recompilation avoidance bug when signatures change.Edward Z. Yang2017-02-1717-38/+151
* 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