summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrelInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-2/+2
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-071-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Make ':info Coercible' display an arbitrary string (fixes #12390)Patrick Dougherty2017-07-111-1/+18
* Use lengthIs and friends in more placesRyan Scott2017-06-021-1/+1
* Verify that known-key uniques fit in interface fileBen Gamari2016-12-151-0/+5
* PrelInfo: Fix styleBen Gamari2016-10-131-13/+12
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-51/+125
* Revert "Clean up interaction between name cache and built-in syntax"Ben Gamari2016-07-201-13/+1
* Clean up interaction between name cache and built-in syntaxBen Gamari2016-07-201-1/+13
* PrelInfo: Ensure that tuple promoted datacon names are in knownKeyNamesBen Gamari2016-06-041-3/+4
* Fix #10872.Richard Eisenberg2016-01-151-30/+2
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-22/+50
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-111-2/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-301-54/+57
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-57/+54
* Generate Typeable info at definition sitesBen Gamari2015-10-291-54/+57
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-1/+1
* Revert "Clean up handling of knownKeyNames"Ben Gamari2015-08-271-46/+54
* Clean up handling of knownKeyNamesBen Gamari2015-08-261-54/+46
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-121-5/+14
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-4/+24
* Revert multiple commitsAustin Seipp2015-05-141-24/+4
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-4/+24
* compiler: de-lhs prelude/Austin Seipp2014-12-031-0/+155