summaryrefslogtreecommitdiff
path: root/compiler/GHC/Builtin/Names.hs
Commit message (Expand)AuthorAgeFilesLines
* Bignum: add Natural constant folding rules (#15821)Sylvain Henry2021-01-231-76/+234
* When deriving Eq always use tag based comparisons for nullary constructorsAndreas Klebinger2021-01-221-1/+2
* Bignum: fix for Integer/Natural Ord instancesSylvain Henry2021-01-171-39/+44
* GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500)Roland Senn2021-01-071-1/+1
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-35/+30
* Implement BoxedRep proposalAndrew Martin2020-12-141-30/+35
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-2/+3
* Unification of Nat and NaturalsHaskellMouse2020-10-131-2/+1
* Inline `integerDecodeDouble#` and constant-fold `decodeDouble_Int64#` insteadSebastian Graf2020-10-051-6/+0
* Fix typos in commentsKrzysztof Gogolewski2020-10-021-1/+1
* Remove mAIN completelyFendor2020-10-011-2/+1
* Remove outdated noteSylvain Henry2020-09-021-29/+0
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-0/+1
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-2/+1
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-6/+7
* Fix ghc-bignum exceptionsSylvain Henry2020-06-271-2/+9
* Update compilerSylvain Henry2020-06-171-196/+313
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+15
* Rename Package into Unit (2)Sylvain Henry2020-06-131-1/+1
* Enhance UnitId useSylvain Henry2020-06-131-9/+9
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-5/+2
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-3/+4
* Fix "build/elem" RULE.Andreas Klebinger2020-05-291-10/+16
* Add orderingTyCon to wiredInTyCons (#18185)Ryan Scott2020-05-241-4/+0
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-2/+5
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-1/+2
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+4
* Make boxed 1-tuples have known keysRyan Scott2020-04-281-0/+4
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
* Modules (#13009)Sylvain Henry2020-04-181-0/+2490