summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Make `tcCheckSatisfiability` incremental (#18645)Sebastian Graf2020-09-124-0/+122
* Make sure we can read past perf notesKrzysztof Gogolewski2020-09-121-1/+9
* PmCheck: Disattach COMPLETE pragma lookup from TyConsSebastian Graf2020-09-127-13/+39
* PmCheck: Handle ⊥ and strict fields correctly (#18341)wip/T18341Sebastian Graf2020-09-1014-0/+220
* PmCheck: Big refactor using guard tree variants more closely following source...Sebastian Graf2020-09-105-4/+16
* Add long-distance info for pattern bindings (#18572)Sebastian Graf2020-09-103-2/+32
* gitlab-ci: Bump Docker imagesBen Gamari2020-09-091-0/+1
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-099-17/+1
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-1/+1
* Postpone associated tyfam default checks until after typecheckingRyan Scott2020-09-0912-9/+34
* Make the forall-or-nothing rule only apply to invisible foralls (#18660)Ryan Scott2020-09-082-0/+8
* testsuite: Output performance test results in tabular formatDaishi Nakajima2020-09-083-35/+98
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-1/+1
* testsuite: Mark T5975[ab] as broken on WindowsBen Gamari2020-09-051-2/+5
* testsuite: Drop Windows-specific output for parseTreeBen Gamari2020-09-051-160/+0
* Introduce isBoxedTupleDataCon and use it to fix #18644Ryan Scott2020-09-043-0/+8
* testsuite: Add broken test for #18302Ben Gamari2020-09-013-0/+13
* Fix FastString lexicographic ordering (fix #18562)Sylvain Henry2020-09-013-0/+8
* Add additional tests for #18172 (Followup MR 3543)Roland Senn2020-08-313-0/+22
* Add tests for #15617.Roland Senn2020-08-313-0/+9
* Make {hsExpr,hsType,pat}NeedsParens aware of boxed 1-tuplesRyan Scott2020-08-273-0/+28
* Consolidate imports in getMinimalImports (#18264)Aditya Gupta2020-08-274-0/+32
* Bignum: fix BigNat subtraction (#18604)Sylvain Henry2020-08-263-0/+12
* Add a test for #18585Krzysztof Gogolewski2020-08-252-0/+49
* Add a test for #18397Krzysztof Gogolewski2020-08-242-0/+24
* Fix types in silly shifts (#18589)Krzysztof Gogolewski2020-08-242-0/+13
* Do not print synonyms in :i (->), :i Type (#18594)Krzysztof Gogolewski2020-08-237-4/+26
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-0/+1
* Fix -ddump-stg flagSylvain Henry2020-08-212-2/+2
* NCG: Dwarf configurationSylvain Henry2020-08-211-2/+2
* Put CFG weights into their own module (#17957)Sylvain Henry2020-08-212-3/+2
* Add right-to-left rule for pattern bindingsSimon Peyton Jones2020-08-197-23/+54
* Implement -Wredundant-bang-patterns (#17340)nineonine2020-08-193-0/+104
* DynFlags: refactor GHC.CmmToAsm (#17957, #10143)Sylvain Henry2020-08-181-1/+2
* testsuite: Only run llvm ways if llc is availableBen Gamari2020-08-183-16/+14
* gitlab-ci: Use MR base commit as performance baselineBen Gamari2020-08-181-0/+4
* testsuite: Allow baseline commit to be set explicitlyBen Gamari2020-08-184-15/+32
* testsuite: Add test for #18291Ben Gamari2020-08-182-0/+8
* testsuite: Drop --io-manager flag from testsuite configurationBen Gamari2020-08-141-1/+1
* PmCheck: Better long-distance info for where bindings (#18533)Sebastian Graf2020-08-132-0/+26
* parser: Suggest ImportQualifiedPost in prepositive import warningBen Gamari2020-08-131-0/+1
* testsuite: Increase tolerance of T16916Ben Gamari2020-08-121-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-1219-14/+34
* testsuite: Specify metrics collected by T17516Ben Gamari2020-08-111-1/+1
* testsuite: Add test for #18118Ben Gamari2020-08-113-0/+11
* Api Annotations : Adjust SrcSpans for prefix bang (!).Alan Zimmerman2020-08-092-2/+3
* testsuite: Fix prog001Ben Gamari2020-08-071-1/+1
* testsuite: Add test for #18527Ben Gamari2020-08-074-0/+38
* Add some tests for fail messages in do-expressions and monad-comprehensions.Cale Gibbard2020-08-075-0/+10
* Fail eagerly on a lev-poly datacon argRichard Eisenberg2020-08-063-0/+15