summaryrefslogtreecommitdiff
path: root/compiler/utils/OrdList.hs
Commit message (Expand)AuthorAgeFilesLines
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-9/+3
* Replace BlockSequence with OrdList in BlockLayout.hsklebinger.andreas@gmx.at2019-01-311-1/+22
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-1/+9
* Check for singletons when creating Bag/OrdList from a list.klebinger.andreas@gmx.at2018-06-021-0/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Canonicalise Monoid instances in GHCHerbert Valerio Riedel2017-09-091-1/+1
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-5/+0
* OrdList: Add Foldable, Traversable instancesBen Gamari2016-11-291-3/+9
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* Implement warnings for Semigroups as parent of MonoidDavid Luposchainsky2015-11-291-0/+9
* API Annotations tweaks.Alan Zimmerman2015-01-161-1/+9
* Source notes (Core support)Peter Wortmann2014-12-161-0/+10
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+98