summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-238-0/+72
* Sort deterministically metric outputKrzysztof Gogolewski2020-05-211-1/+1
* Add a regression test for #11506Krzysztof Gogolewski2020-05-212-0/+14
* Add INLINABLE pragmas to Enum list producersbuggymcbugfix2020-05-212-0/+30
* llvmGen: Consider Relocatable read-only data as not constantReferences: #18137Tuan Le2020-05-213-0/+8
* Allow GHCi :script file names in double quotesStefan Holdermans2020-05-212-0/+2
* Add extra tests for GHCi :script syntax checksStefan Holdermans2020-05-213-0/+5
* Allow spaces in GHCi :script file namesStefan Holdermans2020-05-214-0/+4
* Explicit SpecificityGert-Jan Bottu2020-05-2157-67/+378
* GHC.Cmm.Opt: Handle MO_XX_ConvBen Gamari2020-05-152-0/+18
* DmdAnal: Improve handling of precise exceptionsSebastian Graf2020-05-1515-113/+275
* Handle single unused importJeff Happily2020-05-134-4/+4
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-0/+3
* Don't reload environment files on every setSessionDynFlagsArtem Pelenitsyn2020-05-135-0/+28
* testsuite: Add testcase for #18129Ben Gamari2020-05-132-0/+53
* testsuite: Print sign of performance changesBen Gamari2020-05-131-2/+2
* CprAnal: Don't attach CPR sigs to expandable bindings (#18154)Sebastian Graf2020-05-1328-108/+61
* Add test for #16167nineonine2020-05-083-0/+4
* Fix specialisation for DFunsSimon Peyton Jones2020-05-082-0/+35
* Reject all duplicate declarations involving DuplicateRecordFields (fixes #17965)Adam Gundry2020-05-083-0/+10
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-087-70/+73
* Make isTauTy detect higher-rank contextsRyan Scott2020-05-066-0/+80
* Allow atomic update of NameCache in readHieFileZubin Duggal2020-05-061-1/+1
* Refactor hole constraints.Richard Eisenberg2020-05-064-15/+13
* Add regression tests for #16244, #16245, #16758Ryan Scott2020-05-059-1/+55
* Remove SpecConstrAnnotation (#13681)Sylvain Henry2020-05-052-9/+2
* Remove references to -package-keySylvain Henry2020-05-052-4/+4
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-046-8/+11
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-045-0/+46
* Don't return a panic in tcNestedSpliceSimon Peyton Jones2020-05-042-0/+8
* Flatten nested casts in the simple optimizerAlexis King2020-05-033-1/+16
* PmCheck: Pick up `EvVar`s bound in `HsWrapper`s for long-distance infoSebastian Graf2020-05-012-0/+31
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-3/+3
* Mark rule args as non-tail-calledSimon Peyton Jones2020-04-302-0/+79
* Add tests for #17873Simon Peyton Jones2020-04-302-0/+16
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-305-1/+31
* Allow block arguments in arrow control operatorsAlexis King2020-04-305-0/+37
* Unit: split and rename modulesSylvain Henry2020-04-3023-230/+112
* Refactoring unit management codeSylvain Henry2020-04-302-2/+2
* Make boxed 1-tuples have known keysRyan Scott2020-04-284-0/+17
* Define a Quote IO instanceRyan Scott2020-04-283-2/+12
* TH: fix Show/Eq/Ord instances for Bytes (#16457)Sylvain Henry2020-04-273-0/+47
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2644-91/+91
* Switch order on `GhcMake.IsBoot`John Ericson2020-04-241-2/+2
* GHC.Prim docs: note and testmniip2020-04-233-0/+4
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-1/+1
* testsuite: Don't attempt to read .std{err,out} files if they don't existBen Gamari2020-04-231-2/+10
* Create di_scoped_tvs for associated data family instances properlyRyan Scott2020-04-232-0/+42
* Do eager instantation in termsSimon Peyton Jones2020-04-2246-120/+147
* PPC NCG: Add DWARF constants and debug labelsPeter Trommler2020-04-225-32/+12