summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* testsuite: fix failing amd64/Windows perf testsAustin Seipp2015-04-032-7/+15
* Comments only, mostly typosThomas Miedema2015-04-031-1/+1
* Don't `make accept` output of `expect_broken_for` testsThomas Miedema2015-04-031-16/+17
* Data.Complex: Derive GenericBen Gamari2015-04-033-4/+7
* parser: allow type-level cons in prefix positionKinokkory2015-04-032-0/+14
* Fix validate linenumber off-by-oneThomas Miedema2015-04-031-1/+1
* Change 'Tab character' warnings so there is one per file (#9723)Dave Laing2015-04-028-5/+50
* Fake (->) fixity declaration (#10145)Oleg Grenrus2015-04-025-0/+10
* Change which files --make thinks are 'Haskellish' (#10220)Thomas Miedema2015-04-013-0/+7
* Don't `make accept` output of expect_broken testsThomas Miedema2015-04-011-1/+4
* Testsuite: redirect stderr to /dev/null when running GS on bad.psThomas Miedema2015-03-311-1/+2
* Don't throw exception when start_phase==stop_phase (#10219)Thomas Miedema2015-03-312-0/+6
* Explicitly check for -C on registerised build (#7563)Thomas Miedema2015-03-311-1/+1
* Testsuite: suppress errors when running GS on bad.psPhil Ruffwind2015-03-311-1/+1
* Syntax check package-qualified imports (#9225)Thomas Miedema2015-03-313-0/+9
* Remove an unused include that doesn't exist on OS X (#10211)Dave Laing2015-03-301-1/+0
* Refactor the story around switches (#10137)Joachim Breitner2015-03-304-1/+626
* Renames some files to help with validation cleanup (#10212)Dave Laing2015-03-303-1/+1
* Add Monad instance for `((,) a)` (#10190)Fumiaki Kinoshita2015-03-253-1/+3
* Improve environment handling in TcBindsSimon Peyton Jones2015-03-243-3/+3
* Some stress tests for the empty case linterJoachim Breitner2015-03-242-0/+28
* New lint check: Check idArity invariants (#10181)Joachim Breitner2015-03-231-2/+2
* Do proper depth checking in the flattener to avoid looping.Richard Eisenberg2015-03-2343-260/+386
* Make testsuite driver Python 2.6 compatible againThomas Miedema2015-03-231-8/+8
* Minor bump `base` version to 4.8.1.0Herbert Valerio Riedel2015-03-2367-75/+75
* Fix quasiquotation test (#4150)Thomas Miedema2015-03-231-1/+1
* rts: check arguments to flags that don't have anyCarlos Tomé2015-03-233-0/+21
* Trim Call ArityJoachim Breitner2015-03-221-1/+1
* Test case for #10176Joachim Breitner2015-03-222-0/+35
* testsuite: add test for #10177Austin Seipp2015-03-212-0/+11
* Bump ghc-prim to 0.4.0.0Herbert Valerio Riedel2015-03-2050-118/+118
* Modify test th/T10019 to wobble lessSimon Peyton Jones2015-03-202-2/+9
* Update deepseq submodule to 1.4.1.1 tagHerbert Valerio Riedel2015-03-202-4/+4
* testsuite: add a regression test for #10011Austin Seipp2015-03-194-0/+17
* hpc: use System.FilePath.(</>) instead of (++)Thomas Miedema2015-03-173-1/+8
* Fix Windows testsuite driverThomas Miedema2015-03-171-4/+4
* Dont call unsafeGlobalDynFlags if it is not setThomas Miedema2015-03-162-0/+5
* Fix testsuite driver for a profiling compilerThomas Miedema2015-03-161-0/+3
* Test Trac #10156Simon Peyton Jones2015-03-162-0/+16
* Move the function strip_quotes to testutil.pyThomas Miedema2015-03-132-4/+3
* testsuite: use same flags for ghci way and scriptsThomas Miedema2015-03-111-1/+1
* Cleanup test framework string formattingThomas Miedema2015-03-113-56/+56
* Refactor testsuite with normalise_version()Edward Z. Yang2015-03-106-42/+32
* Update array submodule (min ver bump to 0.5.1.0)Herbert Valerio Riedel2015-03-101-1/+1
* Fix `ghc --make -fhpc` with imported lhs modulesThomas Miedema2015-03-094-0/+29
* Improve core linter so it catches unsafeCoerce problems (T9122)Alexander Vershilov2015-03-071-1/+1
* Don't assume tools are in same directory as ghc in some casesPhil Ruffwind2015-03-071-5/+18
* Add missed test (uuugh)Austin Seipp2015-03-072-0/+24
* Custom `Typeable` solver, that keeps track of kinds.Iavor S. Diatchki2015-03-0717-107/+27
* Re-export `<$` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-1/+1