summaryrefslogtreecommitdiff
path: root/compiler/utils/State.hs
Commit message (Expand)AuthorAgeFilesLines
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-5/+1
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-1/+1
* Delete hack that was once needed to fix the buildThomas Miedema2014-09-251-3/+5
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+1
* Fix the buildIan Lynagh2008-01-241-1/+1
* Remove generic monad function from State, it was moved to MonadUtilsTwan van Laarhoven2008-01-171-15/+0
* Added Applicative and Functor instances for State monadTwan van Laarhoven2008-01-171-0/+12
* Fix warnings in utils/StateIan Lynagh2008-01-131-37/+25
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+6
* Refactor dumping of register allocator statistics.Ben.Lippmeier@anu.edu.au2007-08-171-5/+31
* Add graph coloring register allocator.Ben.Lippmeier@anu.edu.au2007-08-141-0/+31