summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Typo in commentGabor Greif2014-10-281-2/+2
* Un-wire `Integer` type (re #9714)Herbert Valerio Riedel2014-10-274-80/+70
* fix a typo in comments: normaliseFfiTypeYuras Shumovich2014-10-241-1/+1
* Implementation of hsig (module signatures), per #9252Edward Z. Yang2014-10-2426-202/+745
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-211-1/+2
* Fixes the ARM buildMoritz Angermann2014-10-211-2/+5
* Reify data family instances correctly.Richard Eisenberg2014-10-211-1/+9
* Clarify location of Note. Comment change only.Richard Eisenberg2014-10-211-1/+1
* Revert "Place static closures in their own section."Edward Z. Yang2014-10-2010-19/+4
* Revert "BC-breaking changes to C-- CLOSURE syntax."Edward Z. Yang2014-10-203-13/+10
* 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