| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill derived constraintswip/derived-refactor | Richard Eisenberg | 2022-02-22 | 1 | -9/+6 |
* | Fix a few Note inconsistencies | Ben Gamari | 2022-02-01 | 1 | -1/+5 |
* | Correct type of static forms in hsExprType | Matthew Pickering | 2022-01-18 | 1 | -1/+0 |
* | TTG: replace Void/NoExtCon with DataConCantHappen | Krzysztof Gogolewski | 2021-11-29 | 1 | -1/+1 |
* | EPA: Get rid of bare SrcSpan's in the ParsedSource | Alan Zimmerman | 2021-11-02 | 1 | -36/+36 |
* | HsToken for let/in (#19623) | Vladislav Zavialov | 2021-11-02 | 1 | -3/+3 |
* | EPA: Use LocatedA for ModuleName | Alan Zimmerman | 2021-10-24 | 1 | -2/+2 |
* | Introduce Concrete# for representation polymorphism checks | sheaf | 2021-10-17 | 1 | -1/+1 |
* | Derive Eq instance for the HieTypeFix type | Zejun Wu | 2021-10-12 | 1 | -0/+1 |
* | Clean up HiePass constraints | Vladislav Zavialov | 2021-10-04 | 1 | -52/+25 |
* | Trees That Grow refactor for HsTick and HsBinTick | Andrea Condoluci | 2021-09-30 | 1 | -8/+8 |
* | Remove NoGhcTc usage from HsMatchContext | Artyom Kuznetsov | 2021-09-28 | 1 | -1/+7 |
* | Use HsExpansion for overloaded list patterns | sheaf | 2021-06-29 | 1 | -8/+8 |
* | HsUniToken and HsToken for HsArrow (#19623) | Vladislav Zavialov | 2021-06-16 | 1 | -2/+2 |
* | Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprType | Ryan Scott | 2021-06-08 | 1 | -88/+87 |
* | Use GHC's State monad consistently | Ben Gamari | 2021-05-29 | 1 | -3/+3 |
* | HsToken for HsPar, ParPat, HsCmdPar (#19523) | Vladislav Zavialov | 2021-05-23 | 1 | -3/+3 |
* | Introduce Strict.Maybe, Strict.Pair (#19156) | Vladislav Zavialov | 2021-05-23 | 2 | -2/+4 |
* | Change representation of field selector occurences | Shayne Fletcher | 2021-05-23 | 1 | -3/+3 |
* | Changes to HsRecField' | Shayne Fletcher | 2021-05-19 | 1 | -7/+7 |
* | Fully remove HsVersions.h | Sylvain Henry | 2021-05-12 | 1 | -2/+0 |
* | Replace CPP assertions with Haskell functions | Sylvain Henry | 2021-05-12 | 1 | -1/+2 |
* | Allow visible type application for levity-poly data cons | Simon Peyton Jones | 2021-05-07 | 1 | -16/+9 |
* | 19486 Nearly all uses of `uniqCompareFS` are dubious and lack a non-determini... | Sasha Bogicevic | 2021-05-06 | 1 | -1/+1 |
* | hie: Initialise the proper environment for calling dsExpr | Matthew Pickering | 2021-04-15 | 1 | -8/+13 |
* | Use foldGet in getSymbolTable | Sylvain Henry | 2021-03-26 | 1 | -5/+10 |
* | Remove UniqSupply from NameCache | Sylvain Henry | 2021-03-26 | 1 | -24/+24 |
* | Refactor NameCache | Sylvain Henry | 2021-03-26 | 1 | -16/+14 |
* | GHC Exactprint main commit | Alan Zimmerman | 2021-03-20 | 2 | -215/+318 |
* | FastMutInt: Ensure that newFastMutInt initializes value | Ben Gamari | 2021-03-10 | 1 | -4/+2 |
* | Implement record dot syntaxwip/joachim/bump-haddock | Shayne Fletcher | 2021-03-06 | 1 | -1/+6 |
* | Wrap LHsContext in Maybe in the GHC AST | Alan Zimmerman | 2021-03-01 | 1 | -2/+2 |
* | Improve handling of overloaded labels, literals, lists etcwip/T19154 | Simon Peyton Jones | 2021-02-19 | 1 | -3/+3 |
* | Implement NoFieldSelectors extension (ghc-proposals 160) | Adam Gundry | 2021-02-16 | 1 | -4/+4 |
* | Make PatSyn immutable | Simon Peyton Jones | 2021-01-29 | 1 | -20/+8 |
* | Use mutable update to defer out-of-scope errors | Richard Eisenberg | 2020-12-25 | 1 | -5/+3 |
* | Refactor renamer datastructures | Adam Gundry | 2020-12-24 | 1 | -5/+9 |
* | Implement type applications in patterns | Cale Gibbard | 2020-12-14 | 1 | -12/+31 |
* | Move core flattening algorithm to Core.Unify | Richard Eisenberg | 2020-12-01 | 1 | -1/+1 |
* | Replace HsImplicitBndrs with HsOuterTyVarBndrs | Ryan Scott | 2020-11-06 | 1 | -43/+37 |
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 3 | -9/+5 |
* | Split HsConDecl{H98,GADT}Details | Ryan Scott | 2020-10-30 | 1 | -9/+14 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 2 | -2/+98 |
* | Lint the compiler for extraneous LANGUAGE pragmas | Hécate | 2020-10-10 | 3 | -28/+27 |
* | Stop removing definitions of record fields in GHC.Iface.Ext.Ast | Zubin Duggal | 2020-09-25 | 1 | -16/+10 |
* | Implement Quick Look impredicativity | Simon Peyton Jones | 2020-09-24 | 1 | -2/+6 |
* | Introduce and use DerivClauseTys (#18662) | Ryan Scott | 2020-09-15 | 1 | -3/+7 |
* | Export enrichHie from GHC.Iface.Ext.Ast | Zubin Duggal | 2020-09-15 | 1 | -1/+1 |
* | Remove "Ord FastString" instance | Sylvain Henry | 2020-09-01 | 4 | -25/+57 |
* | mkUnique refactoring (#18362) | Aditya Gupta | 2020-08-22 | 1 | -1/+1 |