summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Utils/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* Try to simplify zoo of functions in `Tc.Utils.Monad`wip/adinapoli-issue-19930Alfredo Di Napoli2021-06-281-97/+76
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-29/+25
* Driver Rework PatchMatthew Pickering2021-06-031-1/+6
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-1/+2
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-3/+3
* Add some TcRn diagnostic messagesAlfredo Di Napoli2021-05-191-1/+20
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+0
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-0/+1
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-34/+40
* Move 'nextWrapperNum' into 'DsM' and 'TcM'Fendor2021-04-221-1/+3
* Make updTcRef force the resultMatthew Pickering2021-04-081-2/+1
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-3/+2
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-3/+6
* Move the EPS into UnitEnvSylvain Henry2021-04-011-1/+4
* Encapsulate the EPS IORef in a newtypeSylvain Henry2021-04-011-3/+3
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-80/+68
* Refactor interface loadingSylvain Henry2021-03-261-15/+7
* Implement -Wmissing-kind-signaturesOleg Grenrus2021-03-251-0/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-201-2/+32
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-0/+2
* Fix leaks of the HscEnv with quick flavour (#19356)Sylvain Henry2021-03-031-3/+5
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-26/+44
* Refactor LoggerSylvain Henry2021-02-131-20/+26
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-011-16/+24
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-9/+9
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-48/+48
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-31/+28
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-9/+6
* Implement Unique supply with Addr# atomic primopSylvain Henry2021-01-051-1/+0
* Kill floatEqualities completelySimon Peyton Jones2020-12-201-1/+1
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-12/+10
* Remove flattening variablesRichard Eisenberg2020-12-011-4/+14
* Refactor -dynamic-too handlingSylvain Henry2020-11-061-4/+9
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-2/+2
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-33/+33
* Split GHC.Driver.TypesSylvain Henry2020-10-291-17/+31
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-7/+9
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-4/+5
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-4/+27
* Extract definition of DsM into GHC.HsToCore.TypesSebastian Graf2020-09-121-15/+8
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-2/+8
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-0/+1
* Add HomeUnit typeSylvain Henry2020-08-131-5/+7
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-13/+54
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-181-2/+2
* Update compilerSylvain Henry2020-06-171-4/+5
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-5/+43