summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Add Template Haskell support for overloaded labelsMatthew Pickering2017-07-112-0/+22
* Sort list of failed tests for easier comparison between runsAndreas Klebinger2017-07-111-1/+1
* Suppress unused warnings for selectors for some derived classesRyan Scott2017-07-113-0/+17
* Add testcase for T13818Douglas Wilson2017-07-113-0/+14
* Improve Wmissing-home-modules warning under CabalBen Gamari2017-07-118-8/+10
* Make ':info Coercible' display an arbitrary string (fixes #12390)Patrick Dougherty2017-07-111-0/+5
* testsuite: Decrease T13701 allocationsBen Gamari2017-07-111-1/+1
* Pretty-printer no longer butchers function arrow fixityAlan Zimmerman2017-07-104-0/+53
* Big-obj support for the Windows runtime linkerTamar Christina2017-07-085-0/+17
* testsuite: Add testcase for #13615Ben Gamari2017-07-034-0/+192
* rts: Fix isByteArrayPinned#'s treatment of large arraysBen Gamari2017-07-032-0/+19
* ApplicativeDo: document behaviour with strict patterns (#13875)Simon Marlow2017-07-034-1/+62
* Fix -fno-code for modules that use -XQuasiQuotesDouglas Wilson2017-07-033-0/+16
* Fix #13311 by using tcSplitNestedSigmaTys in the right placeRyan Scott2017-07-033-0/+23
* Implement recompilation checking for -fignore-assertsÖmer Sinan Ağacan2017-07-034-0/+39
* Prevent ApplicativeDo from applying to strict pattern matches (#13875)Simon Marlow2017-06-294-0/+48
* configure: Coerce gcc to use $LD instead of system defaultBen Gamari2017-06-291-0/+4
* Allow optional instance keyword in associated type family instancesTibor Erdesz2017-06-292-0/+25
* Fix T13701 allocation for LinuxDavid Feuer2017-06-291-0/+1
* Fix lexically-scoped type variablesSimon Peyton Jones2017-06-292-0/+18
* Typos in comments and manual [ci skip]Gabor Greif2017-06-281-1/+1
* Fix constraint solving for forall-typesSimon Peyton Jones2017-06-283-1/+31
* Revert "Make module membership on ModuleGraph faster"Ben Gamari2017-06-271-3/+1
* Make module membership on ModuleGraph fasterBartosz Nitka2017-06-271-1/+3
* Treat banged bindings as FunBindsBen Gamari2017-06-277-8/+15
* typecheck: Consider types containing coercions non-TypeableBen Gamari2017-06-271-1/+1
* testsuite: Add broken test for #13871Ben Gamari2017-06-272-0/+16
* Allow bytecode interpreter to make unsafe foreign callsBen Gamari2017-06-276-1/+38
* Use actual universal tvs in check for naughty record selectorsMatthew Pickering2017-06-232-0/+8
* Fix pretty-printing of zero-argument lambda expressionsRyan Scott2017-06-233-0/+10
* testsuite: Fix cabal01 testBen Gamari2017-06-231-2/+2
* change filtering of variables in extract_hs_tv_bndrs (fixes #13782)Carlos Tomé2017-06-212-0/+15
* Show only the number of modules in ghciFrancesco Mazzoli2017-06-214-9/+9
* cmm/CmmLayoutStack: avoid generating unnecessary reloadsMichal Terepeta2017-06-191-6/+13
* Add test cases for #13821Douglas Wilson2017-06-194-0/+18
* Add T9630David Feuer2017-06-193-0/+132
* testsuite: Add testcase for #13822Ben Gamari2017-06-192-0/+68
* Look through type synonyms in existential contexts when deriving FunctorRyan Scott2017-06-182-0/+14
* Fix the treatment of 'closed' definitionsSimon Peyton Jones2017-06-162-0/+14
* base: Validate input in setNumCapabilitiesBen Gamari2017-06-163-1/+6
* Make -w less aggressive (Trac #12056)Sean Gillespie2017-06-128-1/+19
* Support signatures at the kind level in Template HaskellRyan Scott2017-06-122-0/+11
* Add perf test for #12545Ryan Scott2017-06-123-0/+118
* Fix #13807 - foreign import nondeterminismBartosz Nitka2017-06-124-0/+25
* Fix a bug in -foptimal-applicative-doSimon Marlow2017-06-122-0/+12
* Don't pass -dcore-lint to haddock in Haddock.mkDouglas Wilson2017-06-081-3/+6
* Refactor temp files cleanupDouglas Wilson2017-06-082-0/+25
* testsuite: Add performance test, NaperianBen Gamari2017-06-082-0/+431
* Fix a lost-wakeup bug in BLACKHOLE handling (#13751)Simon Marlow2017-06-081-0/+1
* Test Trac #13750Simon Peyton Jones2017-06-074-0/+103