summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fix some notesMatthew Pickering2022-02-083-93/+22
* Add notes linter to testsuiteMatthew Pickering2022-02-083-0/+254
* 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-043-0/+54
* 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-032-43/+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
* Two small improvements in the SimplifierSimon Peyton Jones2022-02-023-9/+9
* Fix a few Note inconsistenciesBen Gamari2022-02-012-2/+2
* 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
* Use PATH_FMT instead of %s to format `pathchar *`Ben Gamari2022-01-302-3/+3
* testsuite/T4029: Don't depend on echoBen Gamari2022-01-301-108/+108
* testsuite: Make T7275 more robust against CCid changesBen Gamari2022-01-302-19/+19
* testsuite: Force-enable caret diagnostics in T17786Ben Gamari2022-01-301-1/+1
* Rip out SPARC register supportBen Gamari2022-01-292-4/+2
* Rework the handling of SkolemInfoMatthew Pickering2022-01-2975-91/+525
* Improve boxity in deferAfterPreciseExceptionSimon Peyton Jones2022-01-286-0/+370
* Set the TcLclEnv when solving a ForAll constraintSimon Peyton Jones2022-01-274-2/+24
* testsuite: Fix AtomicPrimops test on big endianPeter Trommler2022-01-271-3/+60
* Add test supplied in T20996 which uses data family result kind polymorphismDavid Feuer2022-01-272-0/+112