Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reify DuplicateRecordFields by label, rather than by selector | Adam Gundry | 2015-12-17 | 5 | -2/+45 |
* | Narrow scope of special-case for unqualified printing of names in core libraries | Ben Gamari | 2015-12-15 | 1 | -1/+1 |
* | Fix infix record field fixity (#11167 and #11173). | Adam Gundry | 2015-12-11 | 11 | -7/+71 |
* | Use TypeLits in the meta-data encoding of GHC.Generics | RyanGlScott | 2015-12-07 | 1 | -3/+4 |
* | Refactor treatment of wildcards | Simon Peyton Jones | 2015-12-01 | 1 | -1/+1 |
* | Fix interaction of DuplicateRecordFields and GHC.Generics | Adam Gundry | 2015-11-19 | 3 | -0/+54 |
* | Implement OverloadedLabels | Adam Gundry | 2015-11-17 | 16 | -0/+211 |
* | Make GHCi & TH work when the compiler is built with -prof | Simon Marlow | 2015-11-07 | 1 | -2/+0 |
* | Disambiguate record selectors by type signature | Adam Gundry | 2015-10-30 | 13 | -5/+107 |
* | Implement DuplicateRecordFields | Adam Gundry | 2015-10-16 | 50 | -0/+516 |