summaryrefslogtreecommitdiff
path: root/compiler/utils/Util.hs
Commit message (Expand)AuthorAgeFilesLines
* Make globals use sharedCAFMoritz Angermann2016-12-111-0/+34
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-34/+0
* Make globals use sharedCAFMoritz Angermann2016-11-291-0/+34
* Allow GeneralizedNewtypeDeriving for classes with associated type familiesRyan Scott2016-11-061-0/+8
* Rework renaming of children in export lists.Matthew Pickering2016-10-081-2/+8
* Unify CallStack handling in ghcBen Gamari2016-09-151-1/+45
* Turn divInt# and modInt# into bitwise operations when possibleTakano Akio2016-09-051-0/+24
* Util.count: Implement as a left-fold instead of a right-foldJoachim Breitner2016-08-051-4/+5
* Utils: Fix `lengthIs` and `lengthExceeds` for negative argsÖmer Sinan Ağacan2016-07-071-6/+15
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-0/+16
* Remove superfluous code when deriving Foldable/TraversableRyanGlScott2016-02-171-1/+18
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-021-0/+8
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-6/+43
* Add missing whitespace in toArgs' error msgHerbert Valerio Riedel2015-12-081-2/+2
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-14/+13
* OPTIONS_GHC compiler flags may contain spaces (#4931)Thomas Miedema2015-11-111-14/+27
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-15/+10
* Transliterate unknown characters at outputMichael Snoyman2015-08-181-0/+16
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-031-0/+5
* Syntax check package-qualified imports (#9225)Thomas Miedema2015-03-311-0/+15
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-2/+2
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-0/+2
* Rewrite `Coercible` solverRichard Eisenberg2014-12-121-0/+11
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+1097