summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Env.hs
Commit message (Expand)AuthorAgeFilesLines
* Refactor package importsSylvain Henry2021-10-221-1/+2
* Make fields of GlobalRdrElt strictMatthew Pickering2021-10-201-2/+3
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-18/+33
* Change representation of field selector occurencesShayne Fletcher2021-05-231-11/+13
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-211-23/+73
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-1/+1
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-2/+2
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-2/+1
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-4/+4
* Add compiler linting to CIHécate2021-03-251-3/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-201-21/+43
* Fixes to dealing with the export of mainSimon Peyton Jones2021-03-091-1/+2
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-50/+27
* Avoid false redundant import warning with DisambiguateRecordFieldsAdam Gundry2021-02-161-6/+8
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-78/+319
* Fix typosBrian Wignall2021-02-061-1/+1
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-1/+0
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-7/+7
* Refactor renamer datastructuresAdam Gundry2020-12-241-44/+27
* Split GHC.Driver.TypesSylvain Henry2020-10-291-2/+3
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-111-8/+48
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-2/+3
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-1/+28
* Revamp the treatment of auxiliary bindings for derived instancesRyan Scott2020-06-271-4/+6
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-0/+47
* Fix lookupGlobalOccRn_maybe sometimes reporting an errorLuke Lau2020-06-101-58/+92
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-7/+7
* Modules (#13009)Sylvain Henry2020-04-181-5/+5
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-4/+4
* Modules: Types (#13009)Sylvain Henry2020-03-291-9/+9
* Modules: Core (#13009)Sylvain Henry2020-03-161-3/+3
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-2/+3
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Fix #17832: Weird handling of exports named main in 8.10-rc1Roland Senn2020-02-201-0/+3
* Fix unboxed tuple size limit (#17837)Joshua Price2020-02-181-3/+8
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-23/+25
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-0/+1702