summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Utils/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enhance UnitId useSylvain Henry2020-06-131-1/+1
* Refactor homeUnitSylvain Henry2020-06-131-2/+2
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-4/+11
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-3/+3
* Avoid unnecessary allocations due to tracing utilitiesBen Gamari2020-05-281-12/+46
* Remove further dead code found by a simple Python script.Brian Foley2020-05-081-21/+3
* Refactor hole constraints.Richard Eisenberg2020-05-061-35/+28
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-3/+2
* Refactor PprDebug handlingSylvain Henry2020-05-011-2/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-10/+10
* Do eager instantation in termsSimon Peyton Jones2020-04-221-2/+1
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-0/+1998