summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/Var.hs
Commit message (Expand)AuthorAgeFilesLines
* Break up TyCoRepBen Gamari2019-07-311-1/+2
* Compute demand signatures assuming idAritySebastian Graf2019-04-301-2/+8
* Visible dependent quantificationRyan Scott2019-03-011-7/+50
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-231-2/+30
* Overhaul -fprint-explicit-kinds to use VKARyan Scott2018-11-221-1/+1
* Fix typo in docsChris Done2018-11-181-1/+1
* Finish fix for #14880.Tobias Dammers2018-10-281-29/+30
* Coercion Quantificationningning2018-09-151-29/+54
* Track type variable scope more carefully.Richard Eisenberg2018-03-311-3/+7
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Typofixes [ci skip]Gabor Greif2017-07-301-1/+1
* Fix binder visiblity for default methodsSimon Peyton Jones2017-07-261-1/+10
* Typos in commentsRyan Scott2017-06-291-1/+1
* Handle type-lets betterSimon Peyton Jones2017-05-171-2/+2
* Move isJoinId, isJoinId_maybe to IdSimon Peyton Jones2017-02-281-12/+0
* Join pointsLuke Maurer2017-02-011-2/+16
* Add a CSE pass to Stg (#9291)Joachim Breitner2017-01-051-0/+19
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-0/+3
* Allow TyVars in TcTypesSimon Peyton Jones2016-11-251-9/+7
* Expanded abbreviations in Haddock documentationBen Gamari2016-08-051-4/+34
* s/Invisible/Inferred/g s/Visible/Required/gRichard Eisenberg2016-06-251-41/+42
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-151-5/+99
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-2/+1
* Make simplifyInstanceContexts deterministicBartosz Nitka2016-05-101-2/+12
* Reduce use of instances in hs-boot filesSimon Peyton Jones2016-04-201-3/+3
* Tidy up handling of coercion variablesSimon Peyton Jones2016-03-241-11/+26
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-5/+4
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-31/+44
* An assortment of typosGabor Greif2015-12-081-1/+1
* Comments onlySimon Peyton Jones2015-12-081-4/+24
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-16/+16
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* compiler: de-lhs basicTypes/Austin Seipp2014-12-031-0/+440