summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Revert "Properly generate info tables for static closures in C--."Edward Z. Yang2014-10-202-5/+3
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-204-9/+9
* Indentation and non-semantic changes only.Edward Z. Yang2014-10-195-103/+107
* Remove obsolete Data.OldTypeable (#9639)Michael Karg2014-10-184-178/+6
* Implement optimized NCG `MO_Ctz W64` op for i386 (#9340)Herbert Valerio Riedel2014-10-181-9/+32
* Avoid printing uniques in specialization rulesJoachim Breitner2014-10-171-1/+5
* Fix comment typos: lll -> ll, THe -> TheJan Stolarek2014-10-148-8/+8
* seqDmdType needs to seq the DmdEnv as wellJoachim Breitner2014-10-131-2/+6
* Use Data.Map.mergeWithKeyJoachim Breitner2014-10-082-8/+1
* Code size micro-optimizations in the X86 backendReid Barton2014-10-071-1/+34
* Clean up and remove todo.Joel Burget2014-10-072-21/+24
* Add support for LINE pragma in template-haskellEric Mertens2014-10-071-39/+58
* Remove unused hashName declarationJack Henahan2014-10-071-6/+1
* Remove RAWCPP_FLAGSThomas Miedema2014-10-071-2/+2
* Fix a typo in an error messageGabor Greif2014-10-071-1/+1
* Merge branch 'master' of http://git.haskell.org/ghcSimon Peyton Jones2014-10-072-48/+74
|\
| * Implement `MIN_VERSION_GLASGOW_HASKELL()` macroHerbert Valerio Riedel2014-10-052-6/+26
| * ghc.mk: fix list for dll-split on GHCi-less buildsSergei Trofimovich2014-10-041-42/+48
* | Use correct precedence when printing contexts with class operatorsSimon Peyton Jones2014-10-071-1/+4
|/
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-022-2/+16
* Revert "Use dropWhileEndLE p instead of reverse . dropWhile p . reverse"Austin Seipp2014-10-022-16/+2
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-014-9/+9
* Properly generate info tables for static closures in C--.Edward Z. Yang2014-10-012-3/+5
* BC-breaking changes to C-- CLOSURE syntax.Edward Z. Yang2014-10-013-10/+13
* Place static closures in their own section.Edward Z. Yang2014-10-0110-4/+19
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-012-2/+16
* [ci skip] Kill unused count_bytes scriptAustin Seipp2014-10-011-43/+0
* [ci skip] Kill tabs in md5.hAustin Seipp2014-10-011-3/+3
* [ci skip] compiler: Kill last remaining tabs in CallArityAustin Seipp2014-10-011-2/+2
* Simplify mergeSATInfo by using zipWithDavid Feuer2014-10-011-9/+18
* Don't use newSysLocal etc for CoercibleSimon Peyton Jones2014-10-011-50/+38
* Comments about the let/app invariantSimon Peyton Jones2014-10-011-11/+18
* Fix bogus commentSimon Peyton Jones2014-10-011-2/+2
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-281-1/+1
* Stop exporting, and stop using, functions marked as deprecatedThomas Miedema2014-09-2711-16/+13
* Don't re-export `Alternative(..)` from Control.Monad (re #9586)Herbert Valerio Riedel2014-09-265-15/+3
* CommentsSimon Peyton Jones2014-09-262-2/+3
* De-tabify and remove trailing whitespaceSimon Peyton Jones2014-09-2626-3525/+3366
* Complain about illegal type literals in renamer, not parserSimon Peyton Jones2014-09-264-20/+4
* Improve error messages from functional dependenciesSimon Peyton Jones2014-09-265-99/+175
* Wibble to implicit-parameter error messageSimon Peyton Jones2014-09-261-1/+1
* Do not discard insoluble Derived constraintsSimon Peyton Jones2014-09-262-25/+37
* Defer errors in derived instancesSimon Peyton Jones2014-09-264-31/+32
* Delete hack that was once needed to fix the buildThomas Miedema2014-09-253-3/+7
* types: detabify/dewhitespace UnifyAustin Seipp2014-09-251-179/+172
* [ci skip] typecheck: detabify/dewhitespace TcUnifyAustin Seipp2014-09-251-152/+146
* [ci skip] typecheck: detabify/dewhitespace TcTyDeclsAustin Seipp2014-09-251-32/+26
* [ci skip] typecheck: detabify/dewhitespace TcPatAustin Seipp2014-09-251-340/+334
* [ci skip] typecheck: detabify/dewhitespace TcInstDeclsAustin Seipp2014-09-251-60/+54
* [ci skip] simplCore: detabify/dewhitespace CoreMonadAustin Seipp2014-09-251-217/+211