summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update parallel submodule, and re-enable warningsSimon Marlow2015-08-032-1/+0
* Support MO_U_QuotRem2 in LLVM backendMichal Terepeta2015-08-033-1/+109
* Make BranchFlag a new kindGabor Greif2015-08-021-14/+13
* Typo in commentGabor Greif2015-08-021-1/+1
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-0214-63/+92
* Typos in commentsGabor Greif2015-08-015-5/+5
* Give raise# a return type of open kind (#10481)Reid Barton2015-07-315-1/+14
* Typos in commentsGabor Greif2015-07-314-4/+4
* Remove checked-in PDFs.Edward Z. Yang2015-07-314-0/+0
* Fix #7919 (again)Simon Marlow2015-07-312-14/+35
* User's guide: delete ancient "Core syntax" exampleThomas Miedema2015-07-311-106/+0
* Build system: remove function keyword from configure.ac (#10705)Thomas Miedema2015-07-311-2/+2
* Backpack docs on renamer and depsolver, also s/package/unit/.Edward Z. Yang2015-07-302-586/+233
* Testsuite: T10245 is passing for WAY=ghci (#10245)Thomas Miedema2015-07-311-1/+2
* Testsuite: add typecheck/should_fail/T8034 (#8034)Thomas Miedema2015-07-303-0/+19
* Testsuite: add typecheck/should_fail/T9260 (#9260)Thomas Miedema2015-07-303-0/+43
* Testsuite: add arrows/should_compile/T5333 (#5333)Thomas Miedema2015-07-302-0/+29
* Testsuite: skip T10489 unless compiler_debugged (#10489)Thomas Miedema2015-07-302-1/+2
* Testsuite: mark tests recently fixed as passing + accept new stderrThomas Miedema2015-07-305-5/+9
* Testsuite: rename rename/should_fail/T5001 to T5001b (#5001)Thomas Miedema2015-07-303-5/+5
* Fix comment that confused HaddockSimon Peyton Jones2015-07-301-2/+2
* Typos in comments and stringsGabor Greif2015-07-305-6/+6
* Improve error message for newtypes and deriving clausesJohn Wiegley2015-07-3014-45/+75
* Fix misspelled function name in a commentBartosz Nitka2015-07-301-1/+1
* Make headers C++ compatible (fixes #10700)Alexey Shmalko2015-07-302-12/+12
* Make configure error out on missing ghc-tarballs on WindowsTamar Christina2015-07-304-8/+56
* 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