summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't allowInterrupt inside uninterruptibleMaskBen Gamari2015-07-304-4/+40
* Fix missing filesSimon Peyton Jones2015-07-302-1/+7
* Better treatment of signatures in cls/instSimon Peyton Jones2015-07-3014-138/+148
* Modify spec002 to be less trivialSimon Peyton Jones2015-07-301-1/+2
* The parallel package has warningsSimon Peyton Jones2015-07-301-0/+1
* Fix Trac #10694: CPR analysisSimon Peyton Jones2015-07-305-21/+40
* Fix an outright error in competesWithSimon Peyton Jones2015-07-301-1/+2
* Spit out a little more info with -dppr-debugSimon Peyton Jones2015-07-301-1/+2
* Define DsUtils.mkCastDs and use itSimon Peyton Jones2015-07-304-20/+42
* Deal with phantom type variables in rulesSimon Peyton Jones2015-07-304-42/+205
* Comments onlySimon Peyton Jones2015-07-301-1/+1
* Add a missing check for -fcpr-offReid Barton2015-07-291-2/+2
* Eliminate zero_static_objects_list()Simon Marlow2015-07-2812-121/+139
* Fallout from more assiduous RULE warningsSimon Peyton Jones2015-07-285-15/+61
* Test case for #10698Joachim Breitner2015-07-283-0/+34
* Revert "Eliminate zero_static_objects_list()"Simon Marlow2015-07-2712-137/+121
* Revert "RetainerProfile: Add missing UNTAG_STATIC_LIST_PTR"Simon Marlow2015-07-271-1/+0
* Improve warnings for rules that might not fireSimon Peyton Jones2015-07-2711-49/+167
* Do not inline or apply rules on LHS of rulesSimon Peyton Jones2015-07-273-19/+39
* Remove runSTRep from PrelNamesReid Barton2015-07-271-7/+2
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-279-16/+143
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-2724-197/+395
* Comment tweaks onlyReid Barton2015-07-251-2/+2
* Add missing parentheses in eqBigNatWord#Reid Barton2015-07-251-1/+1
* Use isTrue# around primitive comparisons in integer-gmpReid Barton2015-07-251-30/+30
* -include-pkg-deps takes only one hyphen.Edward Z. Yang2015-07-251-2/+2
* renamer: fix module-level deprecation messageSergei Trofimovich2015-07-255-2/+28
* RetainerProfile: Add missing UNTAG_STATIC_LIST_PTRBen Gamari2015-07-241-0/+1
* Improve instanceCantMatchSimon Peyton Jones2015-07-241-2/+6
* Refactoring around FunDepsSimon Peyton Jones2015-07-243-86/+100
* Comments about stricteness of catch#Simon Peyton Jones2015-07-241-15/+28
* Comments onlySimon Peyton Jones2015-07-241-4/+2
* Fix line number in T10018 testcaseBen Gamari2015-07-241-1/+1
* Library names, with Cabal submodule updateEdward Z. Yang2015-07-2313-41/+399
* Add a few comments from SPJ on fixity declarationsBen Gamari2015-07-232-2/+20
* ghci: fixity declarations for infix data constructors (#10018)Thomas Miedema2015-07-235-3/+14
* Document type functions in the Paterson conditionsSimon Peyton Jones2015-07-231-1/+6
* Slight refactoring to the fix for #4012Simon Peyton Jones2015-07-233-20/+22
* rts/sm: Add missing argument names in function definitionsBen Gamari2015-07-231-6/+6
* DataCon: Fix redundant importBen Gamari2015-07-231-1/+0
* Parenthesise TypeOperator in import hintsThomas Winant2015-07-234-4/+17
* Update encoding001 to test the full range of non-surrogate code pointsReid Barton2015-07-232-12/+6
* Accept next-docstrings on GADT constructors.Ben Gamari2015-07-236-7/+39
* Generate .dyn_o files for .hsig files with -dynamic-tooMichael Smith2015-07-238-1/+83
* Lexer: support consecutive references to Haddock chunks (#10398)Thomas Miedema2015-07-234-1/+40
* Comments onlySimon Peyton Jones2015-07-231-1/+7
* Fix Trac #10670Simon Peyton Jones2015-07-235-19/+110
* Use lookupIfaceTop for loading IfaceDecls.Edward Z. Yang2015-07-223-9/+10
* Some utility functions for testing IfaceType equality.Edward Z. Yang2015-07-222-2/+140
* Export alwaysQualifyPackages and neverQualifyPackages.Edward Z. Yang2015-07-221-0/+1