summaryrefslogtreecommitdiff
path: root/compiler/GHC/Builtin/Names.hs
Commit message (Expand)AuthorAgeFilesLines
* Bignum: allow Integer's signum to inline (#20361)Sylvain Henry2021-10-201-5/+0
* Bignum: allow Integer predicates to inline (#20361)Sylvain Henry2021-10-201-35/+0
* Bignum: constant folding for bigNatCompareWord# (#20361)Sylvain Henry2021-10-201-0/+4
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-2/+3
* Bignum: allow naturalToWordClamp/Negate/Signum to inline (#20361)Sylvain Henry2021-10-071-15/+0
* Bignum: allow inlining of naturalEq/Ne/Gt/Lt/Ge/Le/Compare (#20361)Sylvain Henry2021-10-071-26/+5
* Bignum: allow naturalEq#/Ne# to inline (#20361)Sylvain Henry2021-10-071-10/+6
* Improve overlap error for polykinded constraintssheaf2021-10-061-6/+30
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-231-1/+2
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-171-6/+7
* Constant-fold unpackAppendCString (fix #20174)Sylvain Henry2021-08-021-25/+26
* Remove some unused namesKrzysztof Gogolewski2021-07-271-19/+8
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-221-30/+6
* 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