summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Env.hs
Commit message (Expand)AuthorAgeFilesLines
* Renamer: don't call addUsedGRE on an exact Namesheaf2023-04-071-9/+10
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-011-0/+1
* Add LANGUAGE GADTs to GHC.Rename.Env sheaf2023-03-301-1/+1
* Handle records in the renamersheaf2023-03-291-406/+587
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-241-2/+2
* GHC proposal 496 - Nullary record wildcardsGeorgi Lyubenov2023-02-211-9/+17
* Replace errors from badOrigBinding with new one (#22839)Andrei Borzenkov2023-01-271-13/+3
* Parse qualified terms in type signaturesHaskellMouse2023-01-111-4/+31
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-111-0/+8
* Add special case for :Main module in `GHC.IfaceToCore.mk_top_id`Matthew Pickering2022-12-021-0/+5
* Fix typosEric Lindblad2022-09-141-2/+2
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-111-1/+2
* Fix TcRnPragmaWarning meaninguhbif192022-06-091-5/+5
* Remove TcRnUnknownMessage usage from GHC.Rename.Env #20115uhbif192022-06-091-44/+16
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-3/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-1/+1
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-8/+19
* Improve errors for non-existent labelsSimon Peyton Jones2022-02-041-27/+11
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-171-68/+37
* 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