summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a new determinism testBartosz Nitka2016-06-305-0/+46
* Delete Ord UniqueBartosz Nitka2016-06-309-35/+169
* Testsuite: do not depend on sys.stdout.encodingThomas Miedema2016-06-301-2/+2
* Fix pretty-printer for IfaceCoSimon Peyton Jones2016-06-301-11/+16
* Testsuite: use ignore_stderr/stdout instead of ignore_outputThomas Miedema2016-06-2941-110/+176
* Double the file descriptor limit for openFile008Bartosz Nitka2016-06-291-1/+1
* Refactor match to not use Unique orderBartosz Nitka2016-06-291-9/+23
* Testsuite: fixes for python2.6 supportThomas Miedema2016-06-291-3/+3
* Test Trac #12185Simon Peyton Jones2016-06-292-0/+21
* Stop the simplifier from removing StaticPtr binds.Facundo Domínguez2016-06-287-26/+65
* Wibble error message for #11471Simon Peyton Jones2016-06-281-0/+1
* Deal correctly with unused imports for 'coerce'Simon Peyton Jones2016-06-289-68/+102
* Don't omit any evidence bindingsSimon Peyton Jones2016-06-284-28/+37
* Testsuite: mark tests expect_brokenThomas Miedema2016-06-283-7/+9
* Testsuite: do not add -debug explicitly in .T fileThomas Miedema2016-06-282-5/+3
* Testsuite: run all indexed-types ways on ./validate --slowThomas Miedema2016-06-283-7/+0
* Testsuite: framework failure improvements (#11165)Thomas Miedema2016-06-282-9/+18
* Testsuite: cleanup printing of summaryThomas Miedema2016-06-283-139/+52
* Testsuite: open/close stdin/stdout/stderr explicitlyThomas Miedema2016-06-286-84/+67
* Testsuite: do not print timeout messageThomas Miedema2016-06-281-6/+1
* Testsuite: simplify extra_file handlingThomas Miedema2016-06-282-70/+28
* Testsuite: remove one level of indentation [skip ci]Thomas Miedema2016-06-271-133/+129
* Testsuite: report duplicate testnames when `make TEST=<name>`Thomas Miedema2016-06-271-9/+9
* Testsuite: never pick up .T files in .run directoriesThomas Miedema2016-06-272-14/+9
* rts/Linker.c: Rename ONLY_USED_x86_64_HOST_ARCH macroErik de Castro Lopo2016-06-271-4/+4
* Typos in user manual and code: recurisve -> recursiveÖmer Sinan Ağacan2016-06-273-3/+3
* Remove some `undefined`sÖmer Sinan Ağacan2016-06-274-13/+10
* Don't run the run_command tests with ext-interpSimon Marlow2016-06-271-8/+16
* Make T8761 deterministic, I hopeSimon Marlow2016-06-272-14/+13
* rts/Linker.c: Improve ugly C pre-processor hackErik de Castro Lopo2016-06-271-16/+13
* Allow building static libs.Moritz Angermann2016-06-251-0/+2
* Refactor tcInferArgs and add comments.Richard Eisenberg2016-06-254-41/+57
* s/Invisible/Inferred/g s/Visible/Required/gRichard Eisenberg2016-06-2526-200/+206
* Add template-haskell changelog note for #8761Ryan Scott2016-06-241-0/+8
* Clean up outdated comments in template-haskell changelogRyan Scott2016-06-241-6/+3
* Fix typo in Data.Bitraverse HaddocksRyan Scott2016-06-241-1/+1
* Test Trac #12229Simon Peyton Jones2016-06-243-0/+17
* Fix T8761 (#12219, #12077)Simon Marlow2016-06-243-12/+18
* Remote GHCi: comments onlySimon Marlow2016-06-248-7/+156
* Remote GHCi: separate out message typesSimon Marlow2016-06-244-96/+129
* Run all TH tests with -fexternal-interpreter (#12219)Simon Marlow2016-06-242-8/+14
* Implement ReifyConStrictness for -fexternal-interpreter (#12219)Simon Marlow2016-06-241-0/+1
* Improve pretty-printing of AvailSimon Peyton Jones2016-06-241-2/+5
* Remove bogus comment on ForAllTySimon Peyton Jones2016-06-241-2/+0
* Fix renamer panicSimon Peyton Jones2016-06-244-7/+31
* Comments around invisibilitySimon Peyton Jones2016-06-243-3/+4
* Improve typechecking of instance defaultsSimon Peyton Jones2016-06-2410-90/+125
* Testsuite: do not copy .hi/.o files to testdir (#12112)Thomas Miedema2016-06-241-3/+6
* Release notes for #11975 and #10963Richard Eisenberg2016-06-231-0/+19
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-2318-82/+300