summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Unbound.hs
Commit message (Expand)AuthorAgeFilesLines
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-251-3/+3
* Handle records in the renamersheaf2023-03-291-25/+44
* Parse qualified terms in type signaturesHaskellMouse2023-01-111-4/+33
* Scrub various partiality involving lists (again).M Farkas-Dyck2022-10-191-2/+1
* Clean up some. In particular:M Farkas-Dyck2022-09-171-4/+2
* Fix some notesMatthew Pickering2022-02-081-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-0/+1
* Consistently upper-case "Note ["Ben Gamari2022-02-011-1/+1
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-171-159/+80
* Make fields of GlobalRdrElt strictMatthew Pickering2021-10-201-3/+4
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-2/+4
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-211-47/+138
* More specific error messages for annotations (fixes #19740)Jaro Reinders2021-05-051-7/+9
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-1/+1
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-1/+22
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Refactor renamer datastructuresAdam Gundry2020-12-241-11/+9
* Split GHC.Driver.TypesSylvain Henry2020-10-291-9/+15
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* Fix lookupGlobalOccRn_maybe sometimes reporting an errorLuke Lau2020-06-101-2/+12
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-5/+5
* Monotonic locations (#17632)Vladislav Zavialov2020-02-291-1/+1
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-2/+5
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-0/+384