summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document readField / readSymFieldwip/tdammers-7258Tobias Dammers2017-10-191-0/+28
* Fixed regression: derived Read instance must retain reset callTobias Dammers2017-10-191-1/+3
* Factor out readField (#14364)Tobias Dammers2017-10-183-15/+42
* Performance improvements linear regAlloc (#7258)Tobias Dammers2017-10-161-11/+13
* Make layLeft and reduceDoc stricter (#7258)Tobias Dammers2017-10-161-6/+6
* Fix typoPeter Trommler2017-10-161-1/+1
* Fix typoPeter Trommler2017-10-161-1/+1
* Fix calculation in threadStackOverflowSimon Marlow2017-10-161-2/+2
* Remove section about ApplicativeDo & existentials (#13875)Simon Marlow2017-10-151-40/+0
* Delete obsolete docs on GADT interacton with TypeApplicationsRyan Scott2017-10-131-16/+0
* Re-apply "Typeable: Allow App to match arrow types"Simon Peyton Jones2017-10-125-6/+88
* Do not bind coercion variables in SpecConstr rulesSimon Peyton Jones2017-10-123-2/+70
* Add missing T14325.stderrSimon Peyton Jones2017-10-121-0/+9
* Do not quantify over deriving clausesSimon Peyton Jones2017-10-123-9/+24
* Add a missing zonk in TcDerivInfer.simplifyDerivSimon Peyton Jones2017-10-113-0/+20
* Avoid creating dependent types in FloatOutSimon Peyton Jones2017-10-113-20/+172
* Pretty-printing of derived multi-parameter classes omits parenthesesAlan Zimmerman2017-10-1111-6/+219
* Fix #10816 by renaming FixitySigs more consistentlyRyan Scott2017-10-114-45/+50
* Remove wc_insol from WantedConstraintsSimon Peyton Jones2017-10-1119-249/+281
* Delete two unused functionsSimon Peyton Jones2017-10-112-13/+1
* Change "cobox" to "co" in debug outputSimon Peyton Jones2017-10-111-1/+1
* Fix over-eager error suppression in TcErrorsSimon Peyton Jones2017-10-113-2/+34
* Minor refactoringSimon Peyton Jones2017-10-111-16/+16
* Typos in comments onlySimon Peyton Jones2017-10-111-2/+2
* Tidy up some convoluted "child/parent" codeSimon Peyton Jones2017-10-112-83/+65
* Split SysTools up someTamar Christina2017-10-107-1078/+1199
* Simply Data instance context for AmbiguousFieldOccRyan Scott2017-10-071-4/+1
* Fix #14320 by looking through HsParTy in more placesRyan Scott2017-10-073-2/+20
* Incorporate changes from #11721 into Template HaskellRyan Scott2017-10-077-25/+65
* Testsuite update following d8d87faJoachim Breitner2017-10-063-3/+0
* Add regression test for #14326Ryan Scott2017-10-052-0/+22
* Remove m_type from Match (#14313)Joachim Breitner2017-10-0412-79/+23
* configure: Accept *-msys as a Windows OS in a tripleBen Gamari2017-10-041-1/+1
* rts: Print newline after "Stack trace:" on barfBen Gamari2017-10-031-1/+1
* user-guide: Mention COMPLETE pragma in release notesBen Gamari2017-10-031-0/+4
* base: Remove deprecated Chan combinatorsBen Gamari2017-10-032-23/+5
* Don't pass HscEnv to functions in the Hsc monadDouglas Wilson2017-10-031-45/+53
* Include libraries which fill holes as deps when linking.Edward Z. Yang2017-10-0312-1/+93
* genapply: Explicitly specify argumentsMoritz Angermann2017-10-031-1/+1
* base: Add missing @since annotations in GHC.TypeNatsBen Gamari2017-10-031-0/+14
* Implement Div, Mod, and Log for type-level nats.Iavor Diatchki2017-10-037-15/+206
* Track the order of user-written tyvars in DataConRyan Scott2017-10-0323-203/+493
* Optimize linker by minimizing calls to tryGCC to avoid fork/exec overhead.Tamar Christina2017-10-032-26/+109
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-039-1/+92
* Sync base/changelog.mdHerbert Valerio Riedel2017-10-031-3/+3
* Revert installing texinfo in CI systemsJoachim Breitner2017-10-032-2/+1
* Add regression test for #9725Ryan Scott2017-10-032-0/+52
* Suppress error cascade in record fieldsSimon Peyton Jones2017-10-036-19/+34
* Fix nasty bug in w/w for absence analysisSimon Peyton Jones2017-10-039-96/+245
* Make GHC.IO.Buffer.summaryBuffer strictSimon Peyton Jones2017-10-031-2/+3