summaryrefslogtreecommitdiff
path: root/compiler/simplCore/SimplEnv.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Add a note in the simplifier about in-scope set as a substitutionArnaud Spiwack2019-07-151-1/+3
* Comments about join-point return typesSimon Peyton Jones2018-09-131-4/+38
* Improve extendTvSubst assertionMatthew Pickering2018-06-041-1/+1
* Allow top level ticked string literalsBartosz Nitka2018-03-061-2/+2
* Fix in-scope set in simplifierSimon Peyton Jones2017-11-081-3/+1
* Add Note [Setting the right in-scope set]Simon Peyton Jones2017-10-301-1/+26
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Refactor the Mighty SimplifierSimon Peyton Jones2017-08-251-152/+164
* Join-point refactoringSimon Peyton Jones2017-05-021-105/+132
* Typos in manual and comments [ci skip]Gabor Greif2017-03-171-1/+1
* Typos in manual and commentsGabor Greif2017-03-141-1/+1
* A little refactoring of the simplifier around join pointsSimon Peyton Jones2017-02-211-7/+8
* Join pointsLuke Maurer2017-02-011-36/+168
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-1/+5
* Update levity polymorphismRichard Eisenberg2017-01-191-1/+1
* Move InId/OutId to CoreSynSimon Peyton Jones2016-12-211-34/+0
* Refactor some ppr functions to use pprUFMBartosz Nitka2016-05-121-2/+3
* SimplEnv: Add Haddock headings to export listBen Gamari2016-03-051-4/+8
* (Another) minor refactoring of substitutionsSimon Peyton Jones2016-02-181-9/+11
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-1/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-11/+10
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-32/+32
* Fix a huge space leak in the mighty SimplifierSimon Peyton Jones2015-05-221-83/+11
* Source notes (Core support)Peter Wortmann2014-12-161-12/+8
* compiler: de-lhs simplCore/Austin Seipp2014-12-031-0/+805