summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/Id.hs
Commit message (Expand)AuthorAgeFilesLines
* Add a CSE pass to Stg (#9291)wip/T9291Joachim Breitner2016-12-291-0/+6
* Revert "Do not init record accessors as exported"Ben Gamari2016-12-171-7/+0
* Use 'v' instead of 'tpl' for template varsSimon Peyton Jones2016-11-251-1/+1
* Remove `setUnfoldingInfoLazily`Matthew Pickering2016-08-031-6/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-5/+2
* Do not init record accessors as exportedÖmer Sinan Ağacan2016-05-271-0/+7
* Implement the state hack without modifiyng OneShotInfoJoachim Breitner2016-04-271-16/+16
* Add a final demand analyzer run right before TidyCoreJoachim Breitner2016-04-141-2/+9
* Tidy up handling of coercion variablesSimon Peyton Jones2016-03-241-18/+2
* Refactoring on IdInfo and system derived namesSimon Peyton Jones2016-01-181-1/+5
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-22/+68
* Remove PatSynBuilderIdMatthew Pickering2015-11-071-10/+1
* Record pattern synonymsMatthew Pickering2015-10-291-5/+26
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-6/+6
* Rename SpecInfo to RuleInfo (upon SPJ's advice).Edward Z. Yang2015-10-101-6/+6
* Comments and white spaceSimon Peyton Jones2015-08-261-4/+3
* Typos in commentsGabor Greif2015-07-311-1/+1
* Move seqExpr, seqIdInfo etc to CoreUtilsSimon Peyton Jones2015-06-011-1/+1
* Zap usage info in CSE (Trac #10218)Simon Peyton Jones2015-04-141-3/+7
* Typos in commentsGabor Greif2015-03-181-1/+1
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-2/+2
* Eliminate so-called "silent superclass parameters"Simon Peyton Jones2014-12-231-6/+1
* Pattern-synonym matcher and builder Ids must be *LocalIds*Simon Peyton Jones2014-12-151-1/+4
* compiler: de-lhs basicTypes/Austin Seipp2014-12-031-0/+813