summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix visible forall in ppr_ty (#18522)Vladislav Zavialov2020-08-063-0/+6
* Fix debug_ppr_ty ForAllTy (#18522)Vladislav Zavialov2020-08-063-0/+56
* Grammar for types and data/newtype constructorsVladislav Zavialov2020-08-066-9/+11
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-052-0/+16
* Remove ConDeclGADTPrefixPsRyan Scott2020-08-023-227/+251
* Test case for #17652Vladislav Zavialov2020-08-013-0/+15
* Bignum: fix powMod for gmp backend (#18515)Sylvain Henry2020-07-306-12/+18
* Fix minimal imports dump for boot files (fix #18497)Sylvain Henry2020-07-307-0/+46
* Don't mark closed type family equations as occurrencesRyan Scott2020-07-308-19/+26
* Clean up the inferred type variable restrictionRyan Scott2020-07-307-1/+24
* Fix validation errors (#18510)Krzysztof Gogolewski2020-07-295-10/+12
* Fix bug in Natural multiplication (fix #18509)Sylvain Henry2020-07-293-0/+9
* Add regression test for #16341Brandon Chinn2020-07-292-0/+32