summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Check.hs
Commit message (Expand)AuthorAgeFilesLines
* Check.hs: Fix a few typosSimon Jakobi2019-03-201-5/+5
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-6/+6
* Fix #14729 by making the normaliser homogeneousRichard Eisenberg2019-02-081-2/+6
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-241-16/+18
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-1/+1
* Normalise EmptyCase types using the constraint solverRyan Scott2018-09-281-29/+60
* Add a recursivity check in nonVoidRyan Scott2018-09-231-49/+142
* Take strict fields into account in coverage checkingRyan Scott2018-08-271-60/+257
* Fix #15450 by refactoring checkEmptyCase'Ryan Scott2018-08-011-40/+97
* Fix #15385 by using addDictsDs in matchGuardsRyan Scott2018-07-301-1/+1
* Fix broken test T14547.HE, Tao2018-06-041-12/+26
* Improve exhaustiveness checking for literal values and patterns, fix #14546HE, Tao2018-06-031-55/+108
* Fix a bad interaction between GADTs and COMPLETE setsRyan Scott2018-06-021-5/+62
* vectorise: Put it out of its miseryBen Gamari2018-06-021-5/+0
* Remove TcType.toTcTypeSimon Peyton Jones2018-05-211-4/+4
* Normalize the element type of ListPat, fix #14547HE, Tao2018-05-081-13/+27
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-081-4/+1
* Normalize the element type of ListPat, fix #14547Ben Gamari2018-05-081-1/+4
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-081-4/+1
* Normalize the element type of ListPat, fix #14547HE, Tao2018-05-051-1/+4
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-9/+15
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-30/+31
* Fix the coverage checker's treatment of existential tyvarsRyan Scott2018-03-021-6/+137
* Improve exhaustive checking for guards in pattern bindings and MultiIf.HE, Tao2018-03-021-4/+20
* Fix #14135 by validity checking matchesCarlos Tomé2017-12-141-9/+17
* Revert "trees that grow" workBen Gamari2017-11-211-31/+30
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-4/+4
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-26/+27
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-27/+26
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-26/+27
* Fix typo in accessor nameGabor Greif2017-10-301-3/+3
* Minor refactoringSimon Peyton Jones2017-10-111-16/+16
* TypofixesGabor Greif2017-09-271-1/+1
* Document how GHC disambiguates between multiple COMPLETE setsRyan Scott2017-09-251-1/+6
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Add missing Semigroup instances to compilerHerbert Valerio Riedel2017-08-311-15/+30
* Change isClosedAlgType to be TYPE-aware, and rename it to pmIsClosedTypeRyan Scott2017-08-121-14/+147
* Don't warn when empty casing on TypeRyan Scott2017-08-051-0/+14
* Use field names for all uses of datacon MatchSimon Peyton Jones2017-07-311-2/+2
* Refactoring around FunRhsSimon Peyton Jones2017-07-311-3/+3
* Fix instantiation of pattern synonymsSimon Peyton Jones2017-07-281-8/+9
* Treat banged bindings as FunBindsBen Gamari2017-06-271-3/+3
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-32/+34
* Use lengthIs and friends in more placesRyan Scott2017-06-021-8/+4
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-121-3/+3
* pmCheck: Don't generate PmId OccNames from UniquesBen Gamari2017-05-111-1/+1
* Treat banged bindings as FunBindsBen Gamari2017-05-081-3/+3
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-081-7/+13
* Fix #13233 by checking for lev-poly primopsRichard Eisenberg2017-05-021-1/+1
* Typos in comments [ci skip]Gabor Greif2017-04-111-1/+1