summaryrefslogtreecommitdiff
path: root/compiler/GHC/Builtin/Uniques.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-291-7/+15
* Rename () into Unit, (,,...,,) into Tuple<n> (#21294)Andrei Borzenkov2023-03-211-0/+12
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-15/+59
* Fix typosEric Lindblad2022-09-141-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+0
* GHC.Builtin.Uniques: Remove unused codeJoachim Breitner2021-10-151-19/+3
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-3/+3
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* SimplM: Create uniques via IO instead of threadingAndreas Klebinger2021-01-281-7/+9
* Wire in constraint tuplesRyan Scott2020-09-191-27/+109
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-5/+139
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Modules (#13009)Sylvain Henry2020-04-181-0/+180