| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring tcTyConScopedTyVars into scope in tcClassDecl2 | Ryan Scott | 2021-04-30 | 1 | -5/+10 |
* | Add GhcMessage and ancillary types | Alfredo Di Napoli | 2021-04-29 | 1 | -15/+21 |
* | More accurate SrcSpan when reporting redundant constraints | Simon Peyton Jones | 2021-04-12 | 1 | -2/+2 |
* | Introduce SevIgnore Severity to suppress warnings | Alfredo Di Napoli | 2021-04-05 | 1 | -3/+2 |
* | Compute Severity of diagnostics at birth | Alfredo Di Napoli | 2021-04-01 | 1 | -2/+2 |
* | EPA : Rename ApiAnn to EPAnn | Alan Zimmerman | 2021-03-31 | 1 | -1/+1 |
* | Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-design | Alfredo Di Napoli | 2021-03-29 | 1 | -17/+17 |
* | GHC Exactprint main commit | Alan Zimmerman | 2021-03-20 | 1 | -25/+26 |
* | template-haskell: Add putDoc, getDoc, withDecDoc and friends | Luke Lau | 2021-03-10 | 1 | -7/+10 |
* | Fixes to dealing with the export of main | Simon Peyton Jones | 2021-03-09 | 1 | -303/+317 |
* | Fix two places where TcGblEnv was retained | Matthew Pickering | 2021-02-28 | 1 | -3/+4 |
* | Ensure tcg_env is up-to-date when running typechecker plugins | alexbiehl | 2021-02-22 | 1 | -4/+8 |
* | Improve handling of overloaded labels, literals, lists etcwip/T19154 | Simon Peyton Jones | 2021-02-19 | 1 | -1/+1 |
* | Fix a serious bug in roughMatchTcs | Simon Peyton Jones | 2021-02-13 | 1 | -1/+2 |
* | Refactor Logger | Sylvain Henry | 2021-02-13 | 1 | -4/+6 |
* | Introduce the DecoratedSDoc type | Alfredo Di Napoli | 2021-02-01 | 1 | -12/+12 |
* | Rename ErrMsg into MsgEnvelope | Alfredo Di Napoli | 2021-02-01 | 1 | -1/+1 |
* | Remove ErrDoc and MsgDoc | Alfredo Di Napoli | 2021-02-01 | 1 | -12/+12 |
* | Parameterise Messages over e | Alfredo Di Napoli | 2021-01-22 | 1 | -13/+14 |
* | Factorize and document binder collect functions | Sylvain Henry | 2021-01-22 | 1 | -4/+4 |
* | Use captureTopConstraints at top level | Simon Peyton Jones | 2021-01-17 | 1 | -4/+6 |
* | Remove errShortString, cleanup error-related functions | Alfredo Di Napoli | 2021-01-09 | 1 | -2/+2 |
* | Establish invariant (GivenInv) | Simon Peyton Jones | 2021-01-02 | 1 | -2/+3 |
* | Refactor renamer datastructures | Adam Gundry | 2020-12-24 | 1 | -7/+7 |
* | Move Unit related fields from DynFlags to HscEnv | Sylvain Henry | 2020-12-14 | 1 | -6/+7 |
* | Move Plugins into HscEnv (#17957) | Sylvain Henry | 2020-11-21 | 1 | -19/+20 |
* | Replace HsImplicitBndrs with HsOuterTyVarBndrs | Ryan Scott | 2020-11-06 | 1 | -7/+7 |
* | Expand type synonyms with :kind! | Simon Peyton Jones | 2020-11-02 | 1 | -6/+7 |
* | Display results of GHC.Core.Lint.lint* functions consistently | Ryan Scott | 2020-11-02 | 1 | -5/+1 |
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 1 | -3/+3 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 1 | -51/+76 |
* | API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaled | Alan Zimmerman | 2020-10-20 | 1 | -1/+1 |
* | Lint the compiler for extraneous LANGUAGE pragmas | Hécate | 2020-10-10 | 1 | -8/+6 |
* | Cache HomeUnit in HscEnv (#17957) | Sylvain Henry | 2020-10-09 | 1 | -2/+2 |
* | Fix typos in comments | Krzysztof Gogolewski | 2020-10-02 | 1 | -1/+1 |
* | Use HomeUnit for main module without module declaration | Fendor | 2020-10-01 | 1 | -1/+1 |
* | Improve kind generalisation, error messages | Simon Peyton Jones | 2020-09-24 | 1 | -8/+9 |
* | Implement Quick Look impredicativity | Simon Peyton Jones | 2020-09-24 | 1 | -41/+35 |
* | Care with implicit-parameter superclasses | Simon Peyton Jones | 2020-09-15 | 1 | -7/+6 |
* | Refactor UnitId pretty-printing | Sylvain Henry | 2020-08-26 | 1 | -1/+2 |
* | Add HomeUnit type | Sylvain Henry | 2020-08-13 | 1 | -7/+6 |
* | DynFlags: disentangle Outputable | Sylvain Henry | 2020-08-12 | 1 | -0/+1 |
* | DynFlags: don't use sdocWithDynFlags in datacon ppr | Sylvain Henry | 2020-07-30 | 1 | -2/+2 |
* | Fix minimal imports dump for boot files (fix #18497) | Sylvain Henry | 2020-07-30 | 1 | -1/+1 |
* | Accumulate Haddock comments in P (#17544, #17561, #8944) | Vladislav Zavialov | 2020-07-21 | 1 | -1/+1 |
* | Improve handling of data type return kindswip/T18300 | Simon Peyton Jones | 2020-07-03 | 1 | -1/+9 |
* | Linear types (#15981) | Krzysztof Gogolewski | 2020-06-17 | 1 | -3/+4 |
* | Use HsForAllTelescope to avoid inferred, visible foralls | Ryan Scott | 2020-06-13 | 1 | -2/+2 |
* | Refactor homeUnit | Sylvain Henry | 2020-06-13 | 1 | -2/+2 |
* | Simple subsumptionwip/T17775 | Simon Peyton Jones | 2020-06-05 | 1 | -4/+5 |