summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary check in CmmContFlowOptJan Stolarek2013-10-241-8/+6
* Untabify (sorry didn't fully do it first time)Simon Peyton Jones2013-10-241-55/+55
* Trailing whitespace onlySimon Peyton Jones2013-10-241-27/+27
* Untabify and trailing whitespaceSimon Peyton Jones2013-10-241-70/+63
* Untabify and remove trailing spacesSimon Peyton Jones2013-10-241-206/+199
* Refactor the topNormaliseNewType story, fixing Trac #8467Simon Peyton Jones2013-10-245-145/+157
* oprhNamesOfFamInst should include the type family itself (fix Trac #8469)Simon Peyton Jones2013-10-241-6/+9
* Suppress AMP warnings with -XNoImplicitPrelude (fixed Trac #8320)Simon Peyton Jones2013-10-242-7/+38
* Revert "Fix Trac #7667.", restoring the refined fix.Richard Eisenberg2013-10-231-1/+0
* Remove debugging printouts -- sorry!Richard Eisenberg2013-10-233-13/+3
* Be more selective about when to print out roles with :infoRichard Eisenberg2013-10-231-8/+12
* Change default roles for classes to be *nominal*.Richard Eisenberg2013-10-231-12/+15
* Change GeneralizedNewtypeDeriving safety check.Richard Eisenberg2013-10-233-22/+112
* Comments & typos onlyRichard Eisenberg2013-10-232-5/+5
* Refine fix for #7667.Richard Eisenberg2013-10-231-12/+16
* Fix Trac #8455.Richard Eisenberg2013-10-231-2/+2
* Normalise the type when generating do-bind warnings (Trac #8470)Simon Peyton Jones2013-10-235-59/+77
* Fix Trac #8448Simon Peyton Jones2013-10-231-3/+11
* Rename topNormaliseType to topNormaliseType_maybeSimon Peyton Jones2013-10-233-11/+15
* More comments about stack layoutSimon Peyton Jones2013-10-182-14/+43
* Comments onlyJan Stolarek2013-10-181-1/+2
* Improve control flow optimisation algorithmJan Stolarek2013-10-181-164/+271
* Trailing whitespacesJan Stolarek2013-10-181-13/+14
* Clarify comments and liberalise stack-check optimisation slightlySimon Peyton Jones2013-10-182-10/+15
* Comments about control-flow optimisationSimon Peyton Jones2013-10-181-8/+9
* Comments (about the stack overflow check) onlySimon Peyton Jones2013-10-181-15/+23
* Trailing whitespace onlySimon Peyton Jones2013-10-181-108/+108
* When de-serialising interfaces, need to distinguish types from kindsSimon Peyton Jones2013-10-181-10/+37
* Comments onlySimon Peyton Jones2013-10-181-25/+38
* Comments onlySimon Peyton Jones2013-10-181-0/+3
* Optimise stack checks that are always falseJan Stolarek2013-10-171-12/+12
* Support the syntax [e||...||] for typed expression brackets.Geoffrey Mainland2013-10-171-0/+1
* Minor code refactoring in HscMainJan Stolarek2013-10-161-6/+2
* Trailing whitespacesJan Stolarek2013-10-161-5/+4
* Remove unused codeJan Stolarek2013-10-161-48/+0
* Trailing whitespacesJan Stolarek2013-10-161-5/+4
* Generate (old + 0) instead of Sp in stack checksJan Stolarek2013-10-162-12/+27
* Improve documentation (Related to #8447)Iavor S. Diatchki2013-10-161-13/+16
* Added comments to BooleanFormula to explain the expression simplifier. (#7633)Twan van Laarhoven2013-10-151-3/+47
* Fix Trac #7667.Richard Eisenberg2013-10-151-13/+13
* Weaken the improvement for subtraction.Iavor S. Diatchki2013-10-151-6/+35
* Reject negative type-level integers created via TH (#8412)Krzysztof Gogolewski2013-10-122-19/+15
* TyposKrzysztof Gogolewski2013-10-1214-14/+14
* Add machinery to reify annotations (#8397)Austin Seipp2013-10-114-11/+35
* Remove outdated comment (#8434)Austin Seipp2013-10-111-9/+1
* Fix freezing on bare ')' with alternative layout rule (#8431)Krzysztof Gogolewski2013-10-121-1/+1
* Make MO_Prefetch_Data a no-op in the C backend (#8437).Reid Barton2013-10-121-0/+1
* Relax build-deps to allow upcoming `array-0.5.0.0`Herbert Valerio Riedel2013-10-111-1/+1
* Future-proof code for upcoming `array-0.5.0.0`Herbert Valerio Riedel2013-10-112-8/+8
* Fix a bug in the canned selector code when profiling.Simon Marlow2013-10-111-1/+6