summaryrefslogtreecommitdiff
path: root/compiler/GHC/Builtin/Names.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix naturalToFloat/DoubleSylvain Henry2021-06-191-4/+12
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-291-4/+7
* Add {lifted,unlifted}DataConKey to pretendNameIsInScope's list of NamesRyan Scott2021-04-131-1/+6
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-171-31/+32
* fromInteger :: Integer -> {Float,Double} now always round to nearest evenARATA Mizuki2021-03-171-11/+9
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-33/+41
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-0/+12
* Add cmpNat, cmpSymbol, and cmpCharDaniel Winograd-Cort2021-03-031-3/+5
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-011-11/+11
* Make known names simple ConApps (#19386)Sylvain Henry2021-02-281-4/+9
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-2/+13
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-7/+11
* The Char kind (#11342)Daniel Rogozin2021-02-061-49/+69
* 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