summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify the default demand on demand environmentsJoachim Breitner2013-12-161-0/+28
* Mask async exceptions in forkM_Edsko de Vries2013-12-031-1/+3
* Remove unnecessary and deprecated inclusions of Typeable.hPatrick Palka2013-11-121-2/+0
* Remove old workaround for containers <= 0.3Patrick Palka2013-11-121-4/+0
* Placate clang (#8444, #8445)Austin Seipp2013-10-251-2/+2
* Added comments to BooleanFormula to explain the expression simplifier. (#7633)Twan van Laarhoven2013-10-151-3/+47
* TyposKrzysztof Gogolewski2013-10-121-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-015-5/+5
* Discard unreachable code in the register allocator (#7574)Simon Marlow2013-09-231-5/+25
* Comments onlyJan Stolarek2013-09-191-0/+1
* Restore old names of comparison primopsJan Stolarek2013-09-185-8/+299
* Trailing whitespacesJan Stolarek2013-09-183-11/+11
* Implement checkable "minimal complete definitions" (#7633)Twan van Laarhoven2013-09-181-0/+167
* Outputable.isOrAre: "is" or "are" for correct grammarJoachim Breitner2013-09-131-1/+10
* Fix AMP warnings.Austin Seipp2013-09-111-1/+6
* Merge remote-tracking branch 'origin/master' into ghc-parmake-gsocghc-parmake-gsocPatrick Palka2013-09-081-0/+1
|\
| * Add basic support for GHCJSAustin Seipp2013-09-061-0/+1
| * Fix off-by-one error in FastString.getFastStringTable (#8110)Patrick Palka2013-08-301-1/+1
* | Binary: eradicate BinIO handlesPatrick Palka2013-08-261-44/+0
* | Binary: Make lazyGet more thread-safePatrick Palka2013-08-261-1/+6
* | FastString: make the string table thread-safePatrick Palka2013-08-261-86/+102
|/
* Fix validation failure in Fingerprint.hscAustin Seipp2013-08-231-1/+1
* Fingerprint.getFileHash: Fix not reading file at all.Niklas Hambüchen2013-08-231-1/+8
* Fingerprint: Fix comment typoNiklas Hambüchen2013-08-231-1/+1
* Remove trailing whitespace from Fingerprint.hscAustin Seipp2013-08-221-1/+1
* Fix -Werror failure in Fingerprint.hscAustin Seipp2013-08-221-0/+3
* Fix interface hashes including time stamp of dependent files.Niklas Hambüchen2013-08-221-2/+29
* Add a better implementation of dropTail, and use itSimon Peyton Jones2013-08-191-1/+9
* Implement "roles" into GHC.Richard Eisenberg2013-08-023-2/+15