summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge new commands from ghci-ng (re #10874)wip/T10874Herbert Valerio Riedel2015-09-136-7/+680
* Testsuite: mark T6037 expect_fail on Windows (#6037)Thomas Miedema2015-09-122-3/+6
* hpc: use `takeDirectory` instead of `dropWhileEnd (/= '/')`Thomas Miedema2015-09-122-4/+1
* CodeGen: fix typo in error messageThomas Miedema2015-09-121-1/+1
* Testsuite: mark enum01-enum03 expect_broken(#9399) on WindowsThomas Miedema2015-09-121-4/+7
* Testsuite: normalise slashes in callstack outputThomas Miedema2015-09-121-3/+5
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-1117-62/+55
* Code movementJan Stolarek2015-09-122-72/+75
* Dead code removal, export cleanupJan Stolarek2015-09-124-39/+3
* Remove redundant language extensionsJan Stolarek2015-09-124-4/+4
* Add assertionsJan Stolarek2015-09-121-1/+2
* Testsuite cleanupJan Stolarek2015-09-1227-231/+170
* Improve documentation of comprehensionsSimon Peyton Jones2015-09-111-1/+1
* Fix broken links in documentationSimon Peyton Jones2015-09-113-3/+3
* Improve documentation for transform list-compsSimon Peyton Jones2015-09-111-1/+6
* A CFunEqCan can be DerivedSimon Peyton Jones2015-09-113-10/+21
* Add a test for Trac #10806Simon Peyton Jones2015-09-113-1/+21
* Improve rejigConRes (again)Simon Peyton Jones2015-09-113-35/+52
* Comments on oneShotSimon Peyton Jones2015-09-111-0/+4
* Don't check in autogenerated hs files for recomp013.Edward Z. Yang2015-09-094-3/+3
* Testsuite: comment out `setnumcapabilities001` (#10860)Thomas Miedema2015-09-091-6/+8
* Forbid annotations when Safe Haskell safe mode is enabled.David Kraeutmann2015-09-086-2/+39
* HeapStackCheck: Small refactoringBen Gamari2015-09-081-2/+2
* Build system: check for inconsistent settings (#10157)Thomas Miedema2015-09-082-3/+42
* Move GeneralCategory et al to GHC.UnicodeBen Gamari2015-09-084-211/+219
* Build system: cleanup BUILD_DIRS + add lots of NotesThomas Miedema2015-09-086-59/+176
* Build system: make *-cross BuildFlavours consistent (#10223)Thomas Miedema2015-09-082-4/+4
* Build system: delete the InstallExtraPackages variableThomas Miedema2015-09-084-33/+12
* Build system: remove hack for Mac OSX in configure.ac (#10476)Thomas Miedema2015-09-081-10/+3
* Build system: detect when user cloned from GitHubThomas Miedema2015-09-081-0/+34
* Further simplify the story around minimum/maximumwip/D1229Joachim Breitner2015-09-071-25/+9
* SPECIALIZE strictMinimum for Int and IntegerJoachim Breitner2015-09-071-0/+4
* Build system: cleanup utils/ghc-pkg/ghc.mkThomas Miedema2015-09-071-17/+31
* Build system: simplify *-llvm BuildFlavours (#10223)Thomas Miedema2015-09-074-10/+10
* Build system: put each BuildFlavour in a separate file (#10223)Thomas Miedema2015-09-0717-294/+207
* tracing: Kill EVENT_STARTUPBen Gamari2015-09-056-52/+2
* EventLog: Factor out ensureRoomFor*EventBen Gamari2015-09-051-83/+41
* user-guide: Add missing <para> tags around <listitem> bodyBen Gamari2015-09-051-5/+5
* ghc-pkg: don't print ignored errors when verbosity=0Thomas Miedema2015-09-041-7/+9
* Build system: implement `make install-strip` (#1851)Thomas Miedema2015-09-045-15/+54
* Fix T6018th test failureJan Stolarek2015-09-042-3/+1
* Make Data.List.foldr1 inlineJoachim Breitner2015-09-033-3/+9
* Testsuite: ignore line number differences in call stacks (#10834)Thomas Miedema2015-09-041-0/+8
* Testsuite: only print msg when timeout kills process unexpectedlyThomas Miedema2015-09-042-2/+4
* Testsuite: fix tcfail220 - Maybe is wired-in nowThomas Miedema2015-09-042-10/+10
* Accept underscores in the module parser. (Thanks spinda for the fix.)Edward Z. Yang2015-09-031-1/+1
* Add test for T10836 (expected broken)Jan Stolarek2015-09-033-0/+25
* Injective type familiesJan Stolarek2015-09-03127-842/+3962
* Testsuite: delete dead codeThomas Miedema2015-09-021-3/+0
* Testsuite: by default run all tests for a single wayThomas Miedema2015-09-0210-30/+64