summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Use the correct origin in SectionL and Section RSimon Peyton Jones2017-02-165-22/+35
* 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-157-8/+8
* Don't warn about missing methods for instances in signatures.Edward Z. Yang2017-02-141-1/+3
* Make deSugarExpr use runTcInteractiveReid Barton2017-02-144-207/+221
* Check local type family instances against all imported onesReid Barton2017-02-144-18/+177
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-1421-66/+328
* Allow type defaulting for multi-param type classes with ExtendedDefaultRulesvivid-synth2017-02-141-1/+28
* Refactor renaming of operators/sections to fix DuplicateRecordFields bugsAdam Gundry2017-02-141-22/+52
* TcUnify: Assert precondition of matchExpectedTyConAppBen Gamari2017-02-141-1/+1
* Debug: Use local symbols for unwind points (#13278)Ben Gamari2017-02-143-4/+5
* Typos in notes and comments [ci skip]Gabor Greif2017-02-134-6/+6
* Disable PVP warnings temporarily.Edward Z. Yang2017-02-121-2/+10
* Slightly reword not-exported message.Edward Z. Yang2017-02-121-1/+2
* Setup more error context for Backpack operations.Edward Z. Yang2017-02-123-8/+32
* Binary: Correct endian issue when cross-compilingalexbiehl2017-02-111-30/+55
* 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-111-1/+39
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-113-6/+33
* Improve the Occurrence Analyzer’s handling of one-shot functionsJoachim Breitner2017-02-111-21/+59
* Mark orphan instances and rules in --show-iface outputReid Barton2017-02-111-8/+14
* 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-105-127/+381
* Prevent Template Haskell splices from throwing a spurious TypeInType errorRyan Scott2017-02-101-2/+38
* Change rewritableTyVarsOfType to anyRewritableTyVarSimon Peyton Jones2017-02-102-52/+59
* Spelling in comments [ci skip]Gabor Greif2017-02-104-6/+6
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-108-38/+65
* Guard rewritableTyVarsOfTypeSimon Peyton Jones2017-02-092-12/+15
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-0916-23/+23
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-094-1/+22
* Fix documentation for setByteArray#Ben Gamari2017-02-081-1/+2
* Add dump flags for the renamed and typechecked hsSyn ASTsAlan Zimmerman2017-02-082-5/+19
* Back-pedal the fix for Trac #8155Simon Peyton Jones2017-02-081-26/+29
* Kill inaccessible-branch complaints in record updateSimon Peyton Jones2017-02-081-2/+26
* Add some commented-out tracing in SpecConstrSimon Peyton Jones2017-02-081-5/+9
* CmmLayoutStack: Correctly annotate Sp adjustments with unwinding informationBen Gamari2017-02-081-5/+16
* Cmm: Add support for undefined unwinding statementsBen Gamari2017-02-089-36/+66
* CmmLayoutStack: Add unwind information on stack fixupsBen Gamari2017-02-081-1/+9
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-0816-128/+447
* Improve -dsuppress-coercionsSimon Peyton Jones2017-02-082-3/+4
* Improve the simple optimiserSimon Peyton Jones2017-02-081-198/+364
* More typos in comments [skip ci]Gabor Greif2017-02-089-13/+13
* Fix comment (broken link to users_guide) in $(TOP)/Takenobu Tani2017-02-071-1/+1
* Fix comment of `section "Exceptions"`Takenobu Tani2017-02-071-13/+12
* Fix push_bang_into_newtype when the pattern match has no argumentsMatthew Pickering2017-02-071-9/+23
* cpeApp: Make Int accumulator strictBen Gamari2017-02-071-1/+1
* Clean up findPartiallyCompletedCyclesDavid Feuer2017-02-071-17/+12