summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Recompilation: Handle -plugin-package correctlyMatthew Pickering2021-09-303-0/+16
* Rules for sized conversion primops (#19769)Sylvain Henry2021-09-309-1/+180
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-3028-195/+889
* testsuite: Make cabal01 more robust to large environmentsMatthew Pickering2021-09-301-2/+8
* Add tests for T17820Andrea Condoluci2021-09-2911-0/+69
* Compare FunTys as if they were TyConApps.Richard Eisenberg2021-09-292-0/+20
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-2820-0/+179
* Remove NoGhcTc usage from HsMatchContextArtyom Kuznetsov2021-09-281-1/+1
* Constant-folding for timesInt2# (#20374)Sylvain Henry2021-09-233-0/+61
* testsuite: Ensure that C++11 is used in T20199Ben Gamari2021-09-231-1/+1
* testsuite: Fix gnu sed-ismBen Gamari2021-09-232-2/+2
* testsuite: Don't use cc directly in section_alignment testBen Gamari2021-09-231-1/+1
* testsuite: Make unsigned_reloc_macho_x64 and section_alignment makefile_testsBen Gamari2021-09-231-2/+2
* testsuite: Fix ipeMapBen Gamari2021-09-231-0/+1
* testsuite: Pass CFLAGS to hsc2hs testsBen Gamari2021-09-232-10/+13
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-2315-63/+199
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-237-16/+283
* deriving: Always use module prefix in dataTypeNameMatthew Pickering2021-09-186-50/+75
* WorkWrap: Update Note [Wrapper activation] (#15056)Sebastian Graf2021-09-182-2/+5
* Add more instances for SoloDavid Feuer2021-09-184-5/+5
* Testsuite: Mark T12903 as fragile on i386Matthew Pickering2021-09-171-0/+1
* Constant folding for ctz/clz/popCnt (#20376)Sylvain Henry2021-09-173-0/+97
* Use an ADT for RecompReasonSylvain Henry2021-09-172-3/+3
* Refactor module dependencies codeSylvain Henry2021-09-174-4/+4
* testsuite: Add broken testcase for #19350Ben Gamari2021-09-178-0/+87
* Ensure .dyn_hi doesn't overwrite .hiZiyang Liu2021-09-174-0/+37
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-179-7/+698
* Emit warning if bang is applied to unlifted typesTito Sacchi2021-09-175-0/+30
* Improve pretty-printer defaulting logic (#19361)Krzysztof Gogolewski2021-09-177-16/+42
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-174-15/+63
* Add test for #17865Joshua Price2021-09-133-0/+6
* Fix #20203 improve constant fold for `and`/`or`CarrieMY2021-09-134-0/+356
* Add performance test for #19695nineonine2021-09-112-0/+141
* Add test for #18181nineonine2021-09-112-0/+14
* Canonicalize bignum literalsSylvain Henry2021-09-1110-23/+40
* Only dump Core stats when requested to do so (#20342)Sylvain Henry2021-09-0824-189/+4
* EPA: Capture '+' location for NPlusKPatAlan Zimmerman2021-09-083-0/+49
* ffi: Don't allow wrapper stub with CApi conventionMatthew Pickering2021-09-083-0/+12
* base: Numeric: remove 'Show' constraint on 'showIntAtBase'Guillaume Bouchard2021-09-081-1/+1
* Add and use new constructors to TcRnMessageAlfredo Di Napoli2021-09-075-9/+9
* Bignum: refactor conversion rulesSylvain Henry2021-09-072-7/+7
* Define returnA = idOleg Grenrus2021-09-061-2/+4
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-065-2/+89
* fromEnum Natural: Throw error for non-representable valuesPeter Lebbing2021-09-063-0/+56
* Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage.hainq2021-09-0140-37/+81
* Add a test for #20275ARATA Mizuki2021-08-283-0/+11
* Convert IFace Rename Errors (#19927)Aaron Allen2021-08-274-4/+4
* Fix GHC.Core.Subst.substDVarSetSimon Peyton Jones2021-08-263-0/+16
* CallArity: Consider shadowing introduced by case and field bindersSebastian Graf2021-08-263-0/+34
* Desugarer: Bring existentials in scope when substituting into record GADTsRyan Scott2021-08-252-0/+20