summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Pretty-print strict record fields from ifaces correctlyRyan Scott2017-05-204-0/+22
* Correctly expand lines with multiple tabsPhil Ruffwind2017-05-202-0/+11
* Compile modules that are needed by template haskell, even with -fno-code.Douglas Wilson2017-05-204-0/+13
* Failing test case for #13734Joachim Breitner2017-05-203-0/+17
* Fix scoping of data cons during kind checkingSimon Peyton Jones2017-05-193-0/+11
* Ensure that insolubles are fully rewrittenSimon Peyton Jones2017-05-194-2/+18
* Handle type-lets betterSimon Peyton Jones2017-05-172-0/+12
* Fix #13703 by correctly using munged names in ghc-pkg.Edward Z. Yang2017-05-165-0/+54
* Fix the pure unifierSimon Peyton Jones2017-05-162-0/+16
* testsuite: Add testcase for T13658Ben Gamari2017-05-152-0/+40
* Print warnings on parser failures (#12610).Dave Laing2017-05-153-1/+14
* Revert "Use a deterministic map for imp_dep_mods"Bartosz Nitka2017-05-151-1/+2
* Stress test for nested module hierarchiesBartosz Nitka2017-05-152-0/+32
* Revert "Stress test for nested module hierarchies"Bartosz Nitka2017-05-152-33/+0
* Stress test for nested module hierarchiesBartosz Nitka2017-05-152-0/+33
* Add a test for #12600David Feuer2017-05-134-0/+39
* Add a test for #11272David Feuer2017-05-134-0/+28
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-123-6/+3
* Render \t as 8 spaces in caret diagnosticsPhil Ruffwind2017-05-123-1/+25
* Automatically add SCCs to INLINABLE bindingsDavid Feuer2017-05-124-18/+76
* Add regression test for #11964Ryan Scott2017-05-123-1/+16
* Add regression test for #11966Ryan Scott2017-05-122-0/+35
* Add regression tests for #12083Ryan Scott2017-05-125-0/+49
* RnEnv refactoringMatthew Pickering2017-05-114-0/+19
* testsuite: Fix location of T13594 testBen Gamari2017-05-112-1/+1
* Fix up tests for #13594Ben Gamari2017-05-114-2/+5
* Allow spliced patterns in pattern synonymsBen Gamari2017-05-114-0/+38
* Fix collect_lpat's treatment of HsSplicedPatsRyan Scott2017-05-114-0/+27
* Parenthesize pretty-printed equalities when necessaryRyan Scott2017-05-113-0/+16
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-1117-10/+48
* Add regression test for #12850Ryan Scott2017-05-112-0/+11
* testsuite: Update allocations for T4801 on DarwinBen Gamari2017-05-101-1/+2
* Revert "CoreTidy: Don't seq unfoldings"Ben Gamari2017-05-091-4/+2
* Reset cc_pend_sc flag in dropDerivedCtSimon Peyton Jones2017-05-092-0/+26
* Add regression test for Trac #13659Simon Peyton Jones2017-05-093-0/+19
* Don't warn about variable-free strict pattern bindingsSimon Peyton Jones2017-05-093-1/+20
* testsuite: Fix attribution of "Don't seq unfoldings" regressionBen Gamari2017-05-081-2/+2
* Treat banged bindings as FunBindsBen Gamari2017-05-085-3/+15
* Add a failing test for T13644Matthew Pickering2017-05-086-0/+29
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-086-10/+46
* testsuite: add new test for desugar warnings/errors with -fno-codedoug2017-05-075-3/+16
* Add regression test for #13651Ryan Scott2017-05-062-0/+15
* Add regression tests for #12947, #13640Ryan Scott2017-05-065-0/+41
* Typos in comments [ci skip]Gabor Greif2017-05-052-3/+3
* Implement sequential name lookup properlyMatthew Pickering2017-05-042-0/+6
* Add regression test for #11616Ryan Scott2017-05-042-0/+20
* Pass -ffrontend-opt arguments to frontend plugin in the correct orderdoug2017-05-042-2/+2
* Add test for #13320David Feuer2017-05-043-0/+41
* Deal with exceptions in dsWhenNoErrsSimon Peyton Jones2017-05-043-0/+14
* Test #13585 in typecheck/should_compile/T13585Richard Eisenberg2017-05-025-0/+100