summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/IdInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Reduce boolean blindness in OccInfo(OneOcc) #17482Philipp Krüger2019-11-281-6/+5
* Compute demand signatures assuming idAritySebastian Graf2019-04-301-16/+28
* A few typofixes in commentsGabor Greif2018-06-291-1/+1
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-031-1/+6
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Zap Call Arity info in the simplifierJoachim Breitner2017-03-281-1/+4
* Join pointsLuke Maurer2017-02-011-5/+29
* Record evaluated-ness on workers and wrappersSimon Peyton Jones2017-01-231-5/+13
* Fix the GHC 7.10 buildRyan Scott2017-01-191-0/+1
* Update levity polymorphismRichard Eisenberg2017-01-191-15/+79
* Expanded abbreviations in Haddock documentationBen Gamari2016-08-051-6/+19
* Remove `setUnfoldingInfoLazily`Matthew Pickering2016-08-031-6/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-1/+1
* Minor performance note about IdInfo.Edward Z. Yang2016-06-081-0/+4
* Reduce use of instances in hs-boot filesSimon Peyton Jones2016-04-201-1/+1
* Add a final demand analyzer run right before TidyCoreJoachim Breitner2016-04-141-1/+14
* Tidy up handling of coercion variablesSimon Peyton Jones2016-03-241-1/+3
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-14/+13
* Refactoring on IdInfo and system derived namesSimon Peyton Jones2016-01-181-13/+0
* Typos in docs and commentsGabor Greif2016-01-071-1/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-8/+12
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-3/+3
* Move usage calculation to desugaring, simplifying ModGuts.Edward Z. Yang2015-11-161-1/+1
* Remove PatSynBuilderIdMatthew Pickering2015-11-071-3/+0
* Record pattern synonymsMatthew Pickering2015-10-291-2/+19
* Rename SpecInfo to RuleInfo (upon SPJ's advice).Edward Z. Yang2015-10-101-28/+28
* MkIface: Introduce PatSynId, ReflectionId, DefMethIdBen Gamari2015-08-271-1/+18
* Move seqExpr, seqIdInfo etc to CoreUtilsSimon Peyton Jones2015-06-011-37/+1
* IdInfo comment updateJoachim Breitner2015-05-111-3/+3
* Zap usage info in CSE (Trac #10218)Simon Peyton Jones2015-04-141-2/+6
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Eliminate so-called "silent superclass parameters"Simon Peyton Jones2014-12-231-11/+2
* compiler: de-lhs basicTypes/Austin Seipp2014-12-031-0/+515