summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-18Add HsEmbellished type to hsSynwip/embelleshed-rdrAlan Zimmerman
2017-02-18Improve Haddock documentation for compact.Edward Z. Yang
2017-02-18Disable Typeable binding generation for unboxed sumsBen Gamari
2017-02-18Type-indexed TypeableBen Gamari
2017-02-18Generalize kind of the (->) tyconBen Gamari
2017-02-18Bump nofib submoduleBen Gamari
2017-02-18Bump libraries/array submoduleBen Gamari
2017-02-18Say 'data' explicitly in IfAbstractTyCon output.Edward Z. Yang
2017-02-17Improvements/bugfixes to signature reexport handling.Edward Z. Yang
2017-02-17Fix recompilation tracking on signatures.Edward Z. Yang
2017-02-17Fix a Backpack recompilation avoidance bug when signatures change.Edward Z. Yang
2017-02-17Simplify OutputableBndrSimon Peyton Jones
2017-02-17Fix a substitution bug in cseCaseSimon Peyton Jones
2017-02-17Honour -dsuppress-uniques more thoroughlySimon Peyton Jones
2017-02-17Comments only, about inl_inline and inl_actSimon Peyton Jones
2017-02-16Better perf for haddock.base, haddock.CabalSimon Peyton Jones
2017-02-16Use the correct origin in SectionL and Section RSimon Peyton Jones
2017-02-16Improve checking of joins in Core LintSimon Peyton Jones
2017-02-16Comments and tiny refactor onlySimon Peyton Jones
2017-02-15Typos [ci skip]Gabor Greif
2017-02-14Don't warn about missing methods for instances in signatures.Edward Z. Yang
2017-02-14Make deSugarExpr use runTcInteractiveReid Barton
2017-02-14Check local type family instances against all imported onesReid Barton
2017-02-14Update .mailmap [skip ci]Matthew Pickering
2017-02-14Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry
2017-02-14Allow type defaulting for multi-param type classes with ExtendedDefaultRulesvivid-synth
2017-02-14Fix ExtraSymbols jump table on Windows.Tamar Christina
2017-02-14Expand list of always loaded Windows shared libsTamar Christina
2017-02-14Refactor renaming of operators/sections to fix DuplicateRecordFields bugsAdam Gundry
2017-02-14TcUnify: Assert precondition of matchExpectedTyConAppBen Gamari
2017-02-14Typecast covers entire expression to fix format warning.bollu
2017-02-14Debug: Use local symbols for unwind points (#13278)Ben Gamari
2017-02-13Typos in notes and comments [ci skip]Gabor Greif
2017-02-13Disable PVP warnings temporarily.Edward Z. Yang
2017-02-13Slightly reword not-exported message.Edward Z. Yang
2017-02-13Remove obsolete Backpack manual.Edward Z. Yang
2017-02-13Setup more error context for Backpack operations.Edward Z. Yang
2017-02-13Add index entry for signature files / Backpack.Edward Z. Yang
2017-02-12Bump hoopl submodule to 3.10.2.2Ben Gamari
2017-02-12Binary: Correct endian issue when cross-compilingalexbiehl
2017-02-12Apply SplitSections to all C compilationsSimon Brenner
2017-02-12bufWrite: Save extra syscall when data fills handle buffer completely.Niklas Hambüchen
2017-02-12Fix: hPutBuf issues unnecessary empty write syscalls for large writes (#13246)Niklas Hambüchen
2017-02-12Fix: Default FD buffer size is not a power of 2 (#13245)Niklas Hambüchen
2017-02-12Avoid repeated list elem checksDavid Feuer
2017-02-12Binary: Only allocate un-interned FastStringsalexbiehl
2017-02-12zonkCt tries to maintain the canonical form of a Ct.Christiaan Baaij
2017-02-12rts/Profiling: Factor out report generationBen Gamari
2017-02-12rts/Profiling: Kill a few globals and add constsBen Gamari
2017-02-12Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang