summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Splice.hs
Commit message (Expand)AuthorAgeFilesLines
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-4/+3
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-3/+3
* GHC Exactprint main commitAlan Zimmerman2021-03-201-18/+20
* Add a Template Haskell warning flag -Wimplicit-liftKrzysztof Gogolewski2021-03-041-0/+6
* Move Hooks into HscEnvSylvain Henry2021-02-221-1/+5
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-1/+0
* Refactor LoggerSylvain Henry2021-02-131-10/+11
* Refactor renamer datastructuresAdam Gundry2020-12-241-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-5/+4
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-2/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-0/+63
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-2/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* Do eager instantation in termsSimon Peyton Jones2020-04-221-3/+3
* Modules (#13009)Sylvain Henry2020-04-181-4/+4
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-9/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-16/+16
* Modules: Types (#13009)Sylvain Henry2020-03-291-7/+7
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Use TTG for HsSplicedT constructorKrzysztof Gogolewski2020-02-201-7/+3
* TemplateHaskellQuotes: Allow nested splicesMatthew Pickering2020-02-111-4/+22
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+2
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-0/+902