summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrelNames.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-7/+7
* Simplify uniqAwayBen Gamari2019-12-031-1/+1
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-251-8/+8
* Create {Int,Word}32RepJohn Ericson2019-07-171-12/+12
* Don't eta-expand unsaturated primopsBen Gamari2019-06-251-1/+3
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-221-1/+2
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-9/+5
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-151-4/+0
* Remove a few undefined prel namesÖmer Sinan Ağacan2019-02-081-29/+3
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-171-56/+59
* Add Int8# and Word8#Michal Terepeta2018-11-021-59/+62
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-62/+59
* Add Int8# and Word8#Michal Terepeta2018-10-071-59/+62
* Make GHC (the library) flexible in the choice of integer libraryJoachim Breitner2018-10-031-14/+35
* Use predefined known-key names when possibleChaitanya Koparkar2018-09-191-12/+13
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-23/+17
* Built-in Natural literals in CoreSylvain Henry2018-06-151-7/+32
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-5/+2
* vectorise: Put it out of its miseryBen Gamari2018-06-021-11/+0
* Fix #15038Ömer Sinan Ağacan2018-05-101-4/+3
* Track type variable scope more carefully.Richard Eisenberg2018-03-311-3/+7
* Special-case record fields ending with hash when deriving ReadRyan Scott2018-03-231-1/+2
* Kill off irrefutable pattern errorsDavid Feuer2018-01-151-2/+1
* Stop runRW# being magicSimon Peyton Jones2017-12-191-1/+3
* Tidy up of wired-in namesSimon Peyton Jones2017-12-131-4/+5
* Cache TypeRep kinds aggressivelyDavid Feuer2017-12-011-10/+15
* Add trace injectionDavid Feuer2017-12-011-2/+10
* Factor out readField (#14364)Tobias Dammers2017-10-251-0/+4
* Fix typoPeter Trommler2017-10-161-1/+1
* Implement Div, Mod, and Log for type-level nats.Iavor Diatchki2017-10-031-15/+21
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-5/+3
* Derive the definition of nullDavid Feuer2017-04-021-1/+4
* Don't derive showListDavid Feuer2017-04-011-5/+2
* Produce KindReps for common kinds in GHC.TypesBen Gamari2017-03-031-3/+20
* Show: Add ShowS for ", "Ben Gamari2017-03-021-1/+2
* Type-indexed TypeableBen Gamari2017-02-181-33/+116
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-141-0/+16
* Derive <$David Feuer2017-02-071-3/+7
* Add liftA2 to Applicative classDavid Feuer2017-02-051-1/+2
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-011-4/+23
* Add 'type family (m :: Symbol) <> (n :: Symbol)'Oleg Grenrus2017-01-201-0/+3
* Update levity polymorphismRichard Eisenberg2017-01-191-10/+10
* Desugar static forms to makeStatic calls.Facundo Domínguez2017-01-131-0/+11
* Revert "Have addModFinalizer expose the local type environment."Facundo Domínguez2017-01-061-11/+0
* Have addModFinalizer expose the local type environment.Facundo Domínguez2017-01-061-0/+11
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-19/+30
* Turn divInt# and modInt# into bitwise operations when possibleTakano Akio2016-09-051-1/+11
* Support for noinline magic function.Edward Z. Yang2016-08-211-1/+4
* Remove StgRubbishArg and CmmArgÖmer Sinan Ağacan2016-08-101-2/+1