summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make the Ord Module independent of Unique order"Simon Peyton Jones2016-06-151-2/+2
* Make the Ord Module independent of Unique orderBartosz Nitka2016-06-131-2/+2
* Kill varSetElems in tidyFreeTyCoVarsBartosz Nitka2016-05-181-23/+23
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-052-4/+4
* Print which warning-flag controls an emitted warningMichael Walker2016-02-254-13/+13
* Testsuite: for tests that use TH, omit *all* prof_waysThomas Miedema2016-02-251-3/+5
* Visible type applicationRichard Eisenberg2015-12-241-5/+6
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-1/+4
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-212-3/+4
* Reify DuplicateRecordFields by label, rather than by selectorAdam Gundry2015-12-175-2/+45
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-151-1/+1
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-1111-7/+71
* Use TypeLits in the meta-data encoding of GHC.GenericsRyanGlScott2015-12-071-3/+4
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-1/+1
* Fix interaction of DuplicateRecordFields and GHC.GenericsAdam Gundry2015-11-193-0/+54
* Implement OverloadedLabelsAdam Gundry2015-11-1716-0/+211
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-2/+0
* Disambiguate record selectors by type signatureAdam Gundry2015-10-3013-5/+107
* Implement DuplicateRecordFieldsAdam Gundry2015-10-1650-0/+516