summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Mark T16392 as fragile on windowswip/fragile-testMatthew Pickering2022-12-201-1/+3
* testsuite: Mark T9405 as fragile instead of broken on WindowsCheng Shao2022-12-161-1/+1
* checkValidInst: Don't expand synonyms when splitting sigma typesRyan Scott2022-12-153-0/+26
* Fix bogus test in LintSimon Peyton Jones2022-12-152-0/+11
* Package Imports: Get candidate packages also from re-exported modulesMatthew Pickering2022-12-1514-0/+132
* EPA: When splitting out header comments, keep ones for first declAlan Zimmerman2022-12-134-52/+82
* Fix loop in the interface representation of some `Unfolding` fieldsGergő Érdi2022-12-139-68/+108
* Respect -XStrict in the pattern-match checker (#21761)Sebastian Graf2022-12-133-0/+44
* Add test for #21476Matthew Pickering2022-12-122-0/+5
* testsuite: Mark conc024 fragile on WindowsBryan Richter2022-12-081-1/+1
* Fixes around primitive literalsKrzysztof Gogolewski2022-12-084-5/+18
* Do not strictify a DFun's parameter dictionaries (#22549)Sebastian Graf2022-12-083-0/+40
* Make `drop` and `dropWhile` fuse (#18964)Sebastian Graf2022-12-083-0/+21
* Typeable: Fix module locations of some definitions in GHC.TypesMatthew Pickering2022-12-083-0/+53
* Make (^) INLINE (#22324)Sebastian Graf2022-12-081-1/+1
* Fix testsBodigrim2022-12-087-13/+14
* Add initial support for LoongArch Architecture.lrzlin2022-12-082-0/+2
* Fix mk_mod_usage_info if the interface file is not already loadedMatthew Pickering2022-12-085-11/+36
* Add test for #22162Matthew Pickering2022-12-084-0/+22
* Restore show (typeRep @[]) == "[]"Krzysztof Gogolewski2022-12-082-0/+2
* Handle type data declarations in Template Haskell quotations and splices (fix...Ross Paterson2022-12-035-0/+32
* Mark T16916 fragileBryan Richter2022-12-031-1/+1
* Fix linearity checking in LintKrzysztof Gogolewski2022-12-022-0/+13
* Add special case for :Main module in `GHC.IfaceToCore.mk_top_id`Matthew Pickering2022-12-026-0/+33
* ApplicativeDo: Set pattern location before running exhaustiveness checkerMatthew Pickering2022-12-023-0/+16
* CI: Forbid the fully static build on Alpine to fail.M Farkas-Dyck2022-12-0112-21/+38
* Add a missing varToCoreExpr in etaBodyForJoinPointSimon Peyton Jones2022-12-012-0/+320
* Make Functor a quantified superclass of Bifunctor.Baldur Blöndal2022-11-304-3/+9
* DmdAnal: Reflect the `seq` of strict fields of a DataCon worker (#22475)Sebastian Graf2022-11-304-0/+71
* Properly cast values when writing/reading unboxed sums.Andreas Klebinger2022-11-306-3/+192
* 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