summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Name/Occurrence.hs
Commit message (Expand)AuthorAgeFilesLines
* Migrate errors to diagnostics in GHC.Tc.Modulesheaf2023-05-151-0/+21
* Relax assertion in varToRecFieldOccsheaf2023-04-041-3/+6
* igre_prompt_env: discard "only-qualified" namessheaf2023-03-291-0/+11
* Handle records in the renamersheaf2023-03-291-146/+499
* Add 'docWithStyle' to improve codegenKrzysztof Gogolewski2023-01-111-5/+4
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-111-0/+14
* Misc cleanupKrzysztof Gogolewski2022-11-161-6/+6
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-1/+0
* Use a more efficient printer for code generation (#21853)Krzysztof Gogolewski2022-11-111-4/+4
* Cleanup String/FastString conversionsKrzysztof Gogolewski2022-10-251-2/+2
* Eliminate headFS, use unconsFS insteadBodigrim2022-09-281-1/+3
* Clean up some. In particular:M Farkas-Dyck2022-09-171-2/+2
* Cleanups around pretty-printingKrzysztof Gogolewski2022-08-091-17/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-0/+1
* shadowNames: Use OccEnv a, not [OccName]Joachim Breitner2021-10-151-2/+11
* compiler: occEnvElts -> nonDetOccEnvEltsBen Gamari2021-09-291-3/+3
* compiler: Rewrite all eltsUFM occurrences to nonDetEltsUFMBen Gamari2021-09-291-1/+1
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-211-15/+0
* Fix typosBrian Wignall2021-02-061-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-8/+8
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-111-2/+18
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-1/+1
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-0/+1
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-2/+2
* Revamp the treatment of auxiliary bindings for derived instancesRyan Scott2020-06-271-12/+5
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-6/+6
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Fix spelling mistakes and typosbuggymcbugfix2020-05-211-1/+1
* Use Data.IntMap.disjointSimon Jakobi2020-05-141-3/+1
* Fully remove PprDebugSylvain Henry2020-05-011-4/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-6/+6
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-3/+3
* Modules: Types (#13009)Sylvain Henry2020-03-291-0/+927