summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Binary.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-0/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+1
* Use foldGet in getSymbolTableSylvain Henry2021-03-261-4/+28
* GHC Exactprint main commitAlan Zimmerman2021-03-201-0/+176
* FastMutInt: Ensure that newFastMutInt initializes valueBen Gamari2021-03-101-13/+7
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-1/+0
* GHC.Utils.Binary: Eliminate allocating withForeignPtr usesBen Gamari2021-02-141-7/+16
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+3
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-0/+1
* Implement BoxedRep proposalAndrew Martin2020-12-141-1/+0
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-1/+0
* Split GHC.Driver.TypesSylvain Henry2020-10-291-404/+0
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-5/+5
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-0/+5
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-0/+17
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-1/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-5/+8
* Don't variable-length encode magic iface constant.Andreas Klebinger2020-05-211-43/+75
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+1457