summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Kill derived constraintsRichard Eisenberg2022-02-23139-434/+1629
* Remove -Wunticked-promoted-constructors from -WallKrzysztof Gogolewski2022-02-221-1/+1
* Forbid standalone instances for built-in classessheaf2022-02-227-0/+52
* testsuite: Don't print names of all fragile tests on all runsMatthew Pickering2022-02-221-8/+0
* Reinstallable GHCZubin Duggal2022-02-211-1/+1
* Use diagnostics for "missing signature" errorssheaf2022-02-203-2/+3
* Track object file dependencies for TH accurately (#20604)Zubin Duggal2022-02-205-0/+47
* Always define __GLASGOW_HASKELL_PATCHLEVEL1/2__ macrosMatthew Pickering2022-02-172-0/+7
* ghci: fix -ddump-stg-cg (#21052)nineonine2022-02-163-0/+15
* Add test for #20562Oleg Grenrus2022-02-162-0/+16
* Only check the exit code in derefnull & divbyzero tests on OpenBSDGreg Steuck2022-02-123-2/+4
* Tag inference work.Andreas Klebinger2022-02-1219-32/+83
* testsuite: Make sure all tests trigger ghc rebuildMatthew Pickering2022-02-112-2/+2
* Decrease the size of the LargeRecord testsheaf2022-02-111-30/+0
* Add late cost centre supportAndreas Klebinger2022-02-104-0/+27
* Add some perf tests for coercionssheaf2022-02-099-0/+1189
* Rename -merge-objs flag to --merge-objsBen Gamari2022-02-091-1/+1
* Add test for #21037sheaf2022-02-092-0/+25
* Look through untyped TH splices in tcInferAppHead_maybeRyan Scott2022-02-092-0/+17
* testsuite: Clean up old/redundant predicatesMatthew Pickering2022-02-092-24/+1
* Fix some notesMatthew Pickering2022-02-083-93/+22
* Add notes linter to testsuiteMatthew Pickering2022-02-084-0/+258
* Relax TyEq:N: allow out-of-scope newtype DataConsheaf2022-02-084-0/+49
* Allow HasField in quantified constraintssheaf2022-02-082-1/+39
* Make implication tidying agree with Note [Tidying multiple names at once]Matthew Pickering2022-02-0534-198/+199
* Exit with failure when -e fails (fixes #18411 #9916 #17560)nineonine2022-02-0531-10/+162
* Improve errors for non-existent labelsSimon Peyton Jones2022-02-045-5/+23
* Fix unsound behavior of unlifted datatypes in ghci (#20194)nineonine2022-02-047-0/+159
* primops: Fix documentation of setByteArray#Ben Gamari2022-02-041-4/+7
* testsuite: Run testsuite dependency calculation before GHC is builtMatthew Pickering2022-02-048-31/+85
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-0433-178/+270
* Rewrite CallerCC parser using ReadPMatthew Pickering2022-02-033-0/+47
* Unbreak T13168 on windowsMatthew Pickering2022-02-031-2/+1
* Remove ghc_plugin_wayMatthew Pickering2022-02-033-46/+32
* Add flushes to plugin tests which print to stdoutMatthew Pickering2022-02-033-1/+20
* Accept new output for T14335 testMatthew Pickering2022-02-031-1/+1
* T13168: Filter out rtsopts for consistency between dynamic and static waysMatthew Pickering2022-02-032-5/+1
* Filter out -rtsopts in T16219 to make static/dynamic ways agreeMatthew Pickering2022-02-032-7/+1
* Mark prog003 as expected_broken on static way #20704Matthew Pickering2022-02-031-0/+1
* Don't initialise plugins when there are no pipelines to runMatthew Pickering2022-02-031-2/+2
* Frontend01 passes with static GHCMatthew Pickering2022-02-033-10/+1
* Add failing test for #20791Matthew Pickering2022-02-032-0/+8
* More accurate unboxingSimon Peyton Jones2022-02-024-5/+372
* testsuite: Honour PERF_BASELINE_COMMIT when computing allowed metric changesMatthew Pickering2022-02-022-2/+21
* Two small improvements in the SimplifierSimon Peyton Jones2022-02-023-9/+9
* Fix a few Note inconsistenciesBen Gamari2022-02-016-9/+10
* Use braces in TH LambdaCase and where clausesElton2022-02-0112-23/+54
* Use braces in TH case pprint (fixes #20893)Elton2022-02-013-0/+44
* codeGen: Fix two buglets in -fbounds-check logicBen Gamari2022-01-312-0/+20
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-313-22/+16