summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* A few more typofixes in docs/comments [ci skip]Gabor Greif2018-06-204-4/+4
* Revert "containers: Bump to 0.6.0.1"Ben Gamari2018-06-191-1/+1
* containers: Bump to 0.6.0.1Ben Gamari2018-06-191-1/+1
* Document and simplify tcInstTyBindersRichard Eisenberg2018-06-193-30/+108
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-196-32/+42
* Adjust comments (Trac #14164)Simon Peyton Jones2018-06-191-2/+2
* Fix typo in comment onlyRichard Eisenberg2018-06-181-1/+1
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-1817-21/+21
* Fix typechecking of kind signaturesSimon Peyton Jones2018-06-183-1/+10
* Two small refactoringsSimon Peyton Jones2018-06-1810-45/+44
* Fix an infinite loop in niFixTCvSubstSimon Peyton Jones2018-06-181-30/+86
* Add -Werror=compatVladislav Zavialov2018-06-171-4/+12
* Use __FILE__ for Cmm assertion locations, fix #8619Ömer Sinan Ağacan2018-06-171-2/+0
* UNREG: fix CmmRegOff large offset handling on W64 platformsSergei Trofimovich2018-06-171-8/+4
* Provide a better error message for unpromotable data constructor contextsRyan Scott2018-06-173-30/+64
* Improve error message when importing an unusable packageSean D Gillespie2018-06-173-32/+128
* Handle DuplicateRecordFields correctly in filterImports (fixes #14487)Adam Gundry2018-06-173-18/+34
* Warn about implicit kind variables with -WcompatVladislav Zavialov2018-06-162-0/+18
* Enhanced constant foldingSylvain Henry2018-06-162-9/+299
* Preserve parenthesis in function application in typecheckerZubin Duggal2018-06-161-6/+49
* Quantify unfixed kind variables in CUSKsRichard Eisenberg2018-06-151-52/+17
* Built-in Natural literals in CoreSylvain Henry2018-06-1517-401/+664
* Fix #13833: accept type literals with no FlexibleInstancesKirill Zaborsky2018-06-151-2/+3
* Use data con name instead of parent in lookupRecFieldOccAdam Gundry2018-06-152-83/+119
* Add "quantified constraint" context in error message, fix #15231.HE, Tao2018-06-151-13/+17
* Make NameSort note into proper NoteMatthew Pickering2018-06-151-1/+2
* No Unicode in Parser.yVladislav Zavialov2018-06-151-1/+1
* Make better "fake tycons" in error recoverySimon Peyton Jones2018-06-156-67/+86
* Fix corner case in typeKind, plus refactoringSimon Peyton Jones2018-06-156-189/+192
* Fix the bind-recovery typeSimon Peyton Jones2018-06-151-1/+7
* UNREG: PprC: add support for of W16 literals (Ticket #15237)Sergei Trofimovich2018-06-151-0/+8
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-1437-738/+512
* desugar: Rip out unsafeGlobalDynFlags usage in decomposeRuleLhsBen Gamari2018-06-142-9/+10
* Fix deserialization of docs (#15240)Simon Jakobi2018-06-142-5/+16
* Disable `-fdefer-out-of-scope-variables` in ghci.HE, Tao2018-06-141-7/+59
* UNREG: PprC: add support for of W32 literalsSergei Trofimovich2018-06-141-0/+8
* OptCoercion: Ensure we use new UnivCo provenance to construct optimised cos.Ben Gamari2018-06-141-3/+3
* Refactor TcExpr.tcSeqSimon Peyton Jones2018-06-122-71/+55
* Remove a tc-traceSimon Peyton Jones2018-06-111-2/+1
* Small refactor, adding checkBadTelescopeSimon Peyton Jones2018-06-111-24/+32
* Remove duplicate quantified constraintsSimon Peyton Jones2018-06-112-31/+61
* Comments onlySimon Peyton Jones2018-06-111-5/+7
* Make seq# evaluatedness look through castsDavid Feuer2018-06-111-1/+2
* Fix `print-explicit-runtime-reps` (#11786).HE, Tao2018-06-081-3/+22
* typecheck: Don't warn about "redundant" TypeError constraintsBen Gamari2018-06-071-3/+8
* Allow Haddock comments before function arguments.Iavor Diatchki2018-06-071-0/+9
* Run typeCheckResultAction and renamedResultAction in TcM rather than HscMatthew Pickering2018-06-073-45/+59
* Rename dataConRepNameUnique to dataConTyRepNameUniqueMatthew Pickering2018-06-072-5/+5
* Fix #15236 by removing parentheses from funTyConNameRyan Scott2018-06-071-1/+1
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-072-6/+18