summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Error msg wibbles from reduced module prefixesSimon Peyton Jones2015-04-0739-785/+710
* testdriver: delete unused waysThomas Miedema2015-04-071-0/+3
* Typechecker: refactoring onlyThomas Miedema2015-04-071-1/+1
* Stop profiling output from running together (#8811)Dave Laing2015-04-0611-235/+244
* Test case for #10246Joachim Breitner2015-04-065-0/+54
* testsuite: skip T10017 on WindowsAustin Seipp2015-04-031-1/+2
* testsuite: fix failing amd64/Windows perf testsAustin Seipp2015-04-032-7/+15
* Comments only, mostly typosThomas Miedema2015-04-031-1/+1
* 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 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
* 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
* 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-193-0/+16
* hpc: use System.FilePath.(</>) instead of (++)Thomas Miedema2015-03-173-1/+8
* Dont call unsafeGlobalDynFlags if it is not setThomas Miedema2015-03-162-0/+5
* Test Trac #10156Simon Peyton Jones2015-03-162-0/+16
* Refactor testsuite with normalise_version()Edward Z. Yang2015-03-105-38/+16
* 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
* 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
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-075-5/+5
* testsuite: accept updated outputAustin Seipp2015-03-052-9/+9
* Three other test updates following the fix to Trac #7854Simon Peyton Jones2015-03-043-22/+24
* A raft of small changes associated with -XConstrainedClassMethodsSimon Peyton Jones2015-03-0425-52/+97
* Add various instances to newtypes in Data.MonoidOleg Grenrus2015-03-033-20/+42