summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile
Commit message (Expand)AuthorAgeFilesLines
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-253-4/+4
* Renamer: don't call addUsedGRE on an exact Namesheaf2023-04-073-0/+25
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-032-4/+4
* Handle records in the renamersheaf2023-03-293-0/+87
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-243-6/+6
* Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115)Andrei Borzenkov2023-03-063-5/+5
* GHC proposal 496 - Nullary record wildcardsGeorgi Lyubenov2023-02-219-0/+68
* Fix tyvar scoping within class SPECIALISE pragmassheaf2023-02-082-0/+11
* CI: JavaScript backend runs testsuitedoyougnu2023-02-021-1/+1
* Convert diagnostics in GHC.Rename.Bind to proper TcRnMessage (#20115)Andrei Borzenkov2023-01-281-2/+3
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-1119-0/+125
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-241-2/+4
* Testsuite: more precise test optionsSylvain Henry2022-10-261-1/+1
* -Wunused-pattern-binds: Recurse into patterns to check whether there's a spliceMatthew Pickering2022-09-164-0/+33
* Diagnostic codes: acccept test changessheaf2022-09-1327-66/+63
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-283-13/+0
* Deprecate TypeInType extensionHaskellMouse2022-06-062-3/+2
* Fix FreeVars computation for mdosheaf2022-05-282-0/+18
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-015-3/+70
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-233-0/+12
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-153-0/+18
* Remove -Wunticked-promoted-constructors from -WallKrzysztof Gogolewski2022-02-221-1/+1
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-171-1/+1
* Revert "Data.List specialization to []"Matthew Pickering2021-12-037-2/+29
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-1212-0/+158
* Fix deferOutOfScopeVariables for qualified #20472CarrieMY2021-11-053-0/+18
* Add (broken) test for #19966Matthew Pickering2021-06-102-0/+8
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-2/+4
* Change representation of field selector occurencesShayne Fletcher2021-05-233-35/+0
* Data.List specialization to []Oleg Grenrus2021-04-017-29/+2
* Use GHC2021 as default languageJoachim Breitner2021-03-104-7/+9
* Implement -Wambiguous-fieldsAdam Gundry2021-02-261-0/+11
* Avoid false redundant import warning with DisambiguateRecordFieldsAdam Gundry2021-02-163-0/+22
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-221-3/+4
* Show missing field types (#18869)Sylvain Henry2021-01-171-2/+4
* PmCheck: Big refactor using guard tree variants more closely following source...Sebastian Graf2020-09-101-0/+4
* testsuite: Add broken test for #18302Ben Gamari2020-09-013-0/+13
* Consolidate imports in getMinimalImports (#18264)Aditya Gupta2020-08-274-0/+32
* Fix minimal imports dump for boot files (fix #18497)Sylvain Henry2020-07-307-0/+46
* Update testsuiteSylvain Henry2020-06-172-3/+3
* Simplify bindLHsTyVarBndrs and bindHsQTyVarswip/simply-bind-tyvarsRyan Scott2020-06-052-2/+2
* Handle single unused importJeff Happily2020-05-132-2/+2
* Re-quantify when generalising over rewrite rule typesRyan Scott2020-03-111-10/+0
* Fix #17832: Weird handling of exports named main in 8.10-rc1Roland Senn2020-02-204-0/+10
* Fix unboxed tuple size limit (#17837)Joshua Price2020-02-182-0/+47
* Introduce -Wcompat-unqualified-importsBen Gamari2020-02-087-0/+37
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-0811-8/+17
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-081-4/+4
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-042-2/+2
* testsuite: Make ExplicitForAllRules1 more robustBen Gamari2019-11-012-11/+15