summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Respect -XStrict in the pattern-match checker (#21761)wip/T21761Sebastian Graf2022-12-093-0/+44
* Use mkNakedFunTy in tcPatSynSigSimon Peyton Jones2022-11-302-0/+10
* Be more careful in GHC.Tc.Solver.Interact.solveOneFromTheOtherSimon Peyton Jones2022-11-302-0/+92
* Add Javascript backendSylvain Henry2022-11-29115-279/+609
* testsuite: Don't use grep -q in unpack_sums_7Ben Gamari2022-11-295-7/+4
* testsuite: Mark unpack_sums_6 as fragile due to #22504Ben Gamari2022-11-291-1/+1
* Be a bit more selective about floating bottoming expressionsSimon Peyton Jones2022-11-293-0/+136
* Change printing of sized literals to match the proposalKrzysztof Gogolewski2022-11-2929-195/+200
* Killing cc_fundeps, streamlining kind equality orientation, and type equality...Apoorv Ingle2022-11-2916-23/+67
* Fix decomposition of TyConAppswip/T22331Simon Peyton Jones2022-11-252-0/+16
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-25126-381/+466
* Convert diagnostics in GHC.Rename.Expr to proper TcRnMessage (#20115)Andrei Borzenkov2022-11-2422-48/+87
* Check if the SDoc starts with a single quote (#22488)Vladislav Zavialov2022-11-234-0/+50
* Scrub some no-warning pragmas.M Farkas-Dyck2022-11-231-1/+2
* CApiFFI: add ConstPtr for encoding const-qualified pointer return types (#22043)nineonine2022-11-234-0/+22
* Be more careful when reporting unbound RULE bindersSimon Peyton Jones2022-11-192-0/+14
* Make T21839c's ghc/max threshold more forgivingSebastian Graf2022-11-191-1/+2
* Simplifier: Consider `seq` as a `BoringCtxt` (#22317)Sebastian Graf2022-11-194-9/+298
* Make OpaqueNo* tests less noisy to unrelated changesSebastian Graf2022-11-191-8/+8
* Give better errors for code corrupted by Unicode smart quotes (#21843)Lawton Nichols2022-11-1913-0/+47
* Fix :i Constraint printing "type Constraint = Constraint"Krzysztof Gogolewski2022-11-142-0/+4
* Implement UNPACK support for sum types.Madeline Haraj2022-11-1417-0/+242
* testsuite: Improve output from tests which have failing pre_cmdMatthew Pickering2022-11-141-1/+10
* testsuite: Add tests for T22347Matthew Pickering2022-11-143-0/+42
* Fix a trivial typo in dataConNonlinearTypewip/T22416Simon Peyton Jones2022-11-124-1/+42
* Fix merge conflict in T18355.stderrKrzysztof Gogolewski2022-11-121-9/+1
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-1188-279/+284
* Weaken wrinkle 1 of Note [Scrutinee Constant Folding]Matthew Craven2022-11-113-0/+83
* Use a more efficient printer for code generation (#21853)Krzysztof Gogolewski2022-11-111-1/+6
* driver: Fix -fdefer-diagnostics flagMatthew Pickering2022-11-118-5/+129
* testsuite: correct sleep() signature in T5611Cheng Shao2022-11-112-4/+6
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-112-0/+2
* Boxity: Handle argument budget of unboxed tuples correctly (#21737)Sebastian Graf2022-11-103-0/+78
* WorkWrap: Unboxing unboxed tuples is not always useful (#22388)Sebastian Graf2022-11-103-0/+108
* Fire RULES in the SpecialiserSimon Peyton Jones2022-11-105-2/+150
* Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)Giles Anderson2022-11-0943-61/+98
* Fix TypeData issues (fixes #22315 and #22332)Ross Paterson2022-11-0814-0/+104
* Define `Infinite` list and use where appropriate.M Farkas-Dyck2022-11-085-1/+18
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-032-0/+2
* Port foundation numeric tests to GHC testsuiteMatthew Pickering2022-11-033-0/+838
* Add two tests for #17366Simon Peyton Jones2022-11-017-0/+116
* Shrink test case for #22357Simon Peyton Jones2022-11-011-678/+12
* Add accurate skolem info when quantifyingSimon Peyton Jones2022-11-015-2/+65
* ThToHs: fix overzealous parenthesizationVladislav Zavialov2022-11-016-3/+23
* Typo: rename -fwrite-if-simplfied-core to -fwrite-if-simplified-coreKrzysztof Gogolewski2022-11-011-9/+9
* Add missing dict binds to specialiserSimon Peyton Jones2022-10-272-0/+728
* Use TcRnVDQInTermType in noNestedForallsContextsErr (#20115)Vladislav Zavialov2022-10-263-3/+3
* Testsuite: more precise test optionsSylvain Henry2022-10-2647-160/+145
* Introduce TcRnWithHsDocContext (#22346)Vladislav Zavialov2022-10-2631-77/+77
* Broaden the in-scope sets for liftEnvSubst and composeTCvSubstRyan Scott2022-10-262-0/+24