summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expand type synonyms in markNominalRyan Scott2022-01-272-0/+11
* Improve partial signaturesSimon Peyton Jones2022-01-274-1/+75
* Cleanup tests in directory ghci.debugger. Fixes #21009Roland Senn2022-01-2610-12/+11
* Make RULE matching insensitive to eta-expansionSimon Peyton Jones2022-01-263-1/+27
* Ensure that order of instances doesn't mattersheaf2022-01-262-0/+64
* CorePrep: Don't try to wrap partial applications of primops in profiling ticks.Andreas Klebinger2022-01-261-1/+1
* Levity-polymorphic arrays and mutable variablessheaf2022-01-2635-2/+609
* Widen T12545 acceptance windowMatthew Pickering2022-01-251-4/+9
* DeriveGeneric: look up datacon fixities using getDataConFixityFunRyan Scott2022-01-252-0/+28
* testsuite: Mark test that require RTS linkerPeter Trommler2022-01-242-2/+4
* Add test case for C++ exception handlingRobert Hensing2022-01-245-0/+31
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-01-193-0/+26
* Fix T20638 on big-endian architecturesPeter Trommler2022-01-182-2/+2
* Add test for using type families with static pointersMatthew Pickering2022-01-182-1/+18
* Correct type of static forms in hsExprTypeMatthew Pickering2022-01-184-0/+19