summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Eta expand un-saturated primopsBen Gamari2020-05-293-3/+21
* DmdAnal: Recognise precise exceptions from case alternatives (#18086)Sebastian Graf2020-05-283-0/+45
* FloatOut: Only eta-expand dead-end RHS if arity will increase (#18231)Sebastian Graf2020-05-283-0/+52
* Fix #18071Xavier Denis2020-05-284-0/+42
* Add Semigroup/Monoid for Q (#18123)Vladislav Zavialov2020-05-282-0/+14
* Make `identifier` parse unparenthesized `->` (#18060)Joshua Price2020-05-273-0/+15
* Make WorkWrap.Lib.isWorkerSmallEnough aware of the old aritySebastian Graf2020-05-263-0/+92
* Add info about typeclass evidence to .hie filesZubin Duggal2020-05-265-12/+209
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-257-73/+70
* Make Unicode brackets opening/closing tokens (#18225)Joshua Price2020-05-244-0/+27
* Add orderingTyCon to wiredInTyCons (#18185)Ryan Scott2020-05-242-0/+32
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-248-10/+10
* Move Config module into GHC.SettingsSylvain Henry2020-05-242-2/+2
* Fix #18145 and also avoid needless work with implicit varsJohn Ericson2020-05-233-0/+24
* 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