summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant contexts from Foldable methodsDavid Feuer2014-11-051-17/+3
* Some refactoring around endPass and debug dumpingSimon Peyton Jones2014-11-041-35/+46
* Use Data.Map.mergeWithKeyJoachim Breitner2014-10-081-7/+0
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-021-1/+15
* Revert "Use dropWhileEndLE p instead of reverse . dropWhile p . reverse"Austin Seipp2014-10-021-15/+1
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-011-1/+15
* [ci skip] Kill tabs in md5.hAustin Seipp2014-10-011-3/+3
* Don't re-export `Alternative(..)` from Control.Monad (re #9586)Herbert Valerio Riedel2014-09-261-2/+0
* Delete hack that was once needed to fix the buildThomas Miedema2014-09-251-3/+5
* Delete all /* ! __GLASGOW_HASKELL__ */ codeThomas Miedema2014-09-238-181/+0
* Delete hack when takeDirectory returns ""Thomas Miedema2014-09-231-5/+3
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-212-3/+10
* Define Util.leLength :: [a] -> [b] -> BoolSimon Peyton Jones2014-09-191-1/+9
* Return nBytes instead of nextAddr from utf8DecodeCharThomas Miedema2014-09-163-28/+29
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-151-0/+4
* Make Applicative a superclass of MonadAustin Seipp2014-09-093-1/+10
* StringBuffer should not contain initial byte-order mark (BOM)Thomas Miedema2014-09-011-13/+32
* Make mkFastStringByteString pure and fix up usesDuncan Coutts2014-08-292-8/+9
* Use DumpStyle rather than UserStyle for pprTrace outputSimon Peyton Jones2014-08-251-2/+2
* utils: detabify/dewhitespace GraphPprAustin Seipp2014-08-201-136/+128
* utils: detabify/dewhitespace GraphBaseAustin Seipp2014-08-201-72/+59
* utils: detabify/dewhitespace BufWriteAustin Seipp2014-08-201-42/+35
* build: require GHC 7.6 for bootstrappingAustin Seipp2014-08-192-30/+0
* Give the Unique generated by strings a tag '$', fixes #9413.Edward Z. Yang2014-08-071-1/+1
* Add Output instance for OrdListSimon Peyton Jones2014-08-071-0/+4
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-13/+48
* Implement OVERLAPPING and OVERLAPPABLE pragmas (see #9242)Iavor S. Diatchki2014-07-271-4/+8
* utils: detabify/dewhitespace DigraphAustin Seipp2014-07-201-43/+36
* Fix ghci tab completion of duplicate identifiers.Shachaf Ben-Kiki2014-07-131-1/+5
* Factor-out the `OverlapMode` from `OverlapFlag`.Iavor S. Diatchki2014-06-291-9/+17
* Better debug printingSimon Peyton Jones2014-06-121-2/+9
* Fix discarding of unreachable code in the register allocator (#9155)Simon Marlow2014-06-061-20/+12
* Only use UnicodeSytanx pretty printing if the locale supports itJoachim Breitner2014-06-061-4/+5
* Use UnicodeSyntax when printingJoachim Breitner2014-06-061-9/+24
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-1524-17/+35
* Avoid trivial cases of NondecreasingIndentationHerbert Valerio Riedel2014-05-151-4/+3
* Be less verbose when printing Names when we don't know what's in scopeSimon Peyton Jones2014-04-241-13/+12
* ghc: initial AArch64 patchesColin Watson2014-04-211-0/+1
* Major Call Arity reworkJoachim Breitner2014-03-052-0/+140
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-251-1/+1
* Fix Haddock formattingMateusz Kowalczyk2014-02-241-11/+13
* Cleaned up Maybes.lhsBaldur Blöndal2014-02-131-34/+4
* Fix inplace dynamic linking on OS X (#8266)Christiaan Baaj2014-01-281-0/+6
* Implement pattern synonymsDr. ERDI Gergo2014-01-202-0/+14
* Tidy up Outputable.printDoc, and add printDoc_Simon Peyton Jones2014-01-171-4/+11
* Another AMP fix for StreamAustin Seipp2014-01-141-0/+9
* Fix AMP warnings for MaybeT/MaybeErrAustin Seipp2014-01-141-1/+13
* Fix new Haddock doc parse failures.Austin Seipp2014-01-121-7/+11
* Make showSDoc and friends respect -dppr-colsSimon Peyton Jones2014-01-102-49/+28
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-091-14/+16