summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrelNames.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs prelude/Austin Seipp2014-12-031-1853/+0
* Implement typechecker pluginsAdam Gundry2014-11-201-3/+3
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-0/+2
* Add GHC.Prim.oneShotJoachim Breitner2014-11-021-1/+2
* remove old .NET related codeYuras Shumovich2014-10-311-21/+1
* Un-wire `Integer` type (re #9714)Herbert Valerio Riedel2014-10-271-9/+13
* Remove obsolete Data.OldTypeable (#9639)Michael Karg2014-10-181-38/+4
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-7/+7
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-311-3/+2
* Remove obsolete `digitsTyConKey :: Unique`Herbert Valerio Riedel2014-08-171-2/+2
* Dont allow hand-written Generic instances in Safe Haskell.David Terei2014-08-011-0/+3
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-9/+9
* Define PrelNames.allNameStrings and use it in TcHsTypeSimon Peyton Jones2014-07-151-0/+13
* PrelNames cleanupJan Stolarek2014-07-031-76/+72
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Simplify and tidy up the handling of tuple namesSimon Peyton Jones2014-04-041-41/+56
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-1/+5
* Implement ordering comparisons for type-level naturals and symbols.Iavor S. Diatchki2014-03-181-0/+3
* Remove unused gHC_COERCIBLEJoachim Breitner2014-03-141-2/+1
* Allow ($) to return an unlifted type (Trac #8739)Simon Peyton Jones2014-02-181-4/+1
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-091-6/+3
* Fix note reference [WildCard binders]Joachim Breitner2013-12-041-1/+1
* Replace (State# RealWorld) with Void# where we just want a 0-bit valueSimon Peyton Jones2013-11-221-2/+4
* Make SpecConstr also check for GHC.Types.SPECAustin Seipp2013-10-251-4/+12
* Update and clean-up the implmenation of GHC.TypeLitsIavor S. Diatchki2013-10-091-8/+14
* Make typeRep_RDR use typeRep# instead of typeRepAustin Seipp2013-09-271-1/+1
* Implement an unlifted Proxy type, Proxy#Austin Seipp2013-09-271-0/+6
* Add a type-function for subtraction.Iavor S. Diatchki2013-09-241-1/+2
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-9/+6
* Make Word# a wired-in TyCon (fix Trac #8280)Simon Peyton Jones2013-09-181-5/+2
* Restore old names of comparison primopsJan Stolarek2013-09-181-2/+1
* Introduce coerce :: Coercible a b -> a -> bcoercibleJoachim Breitner2013-09-131-2/+13
* Add support for evaluation of type-level natural numbers.Iavor S. Diatchki2013-09-121-13/+5
* Implement the AMP warning (#8004)Austin Seipp2013-09-111-3/+28
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-141-52/+55
* Implement "roles" into GHC.Richard Eisenberg2013-08-021-1/+3
* Add a primitive for coercing values into dictionaries in a special case.Iavor S. Diatchki2013-05-301-0/+3
* Fix Read for empty data types (again; Trac #7931)Simon Peyton Jones2013-05-301-1/+2
* Make 'undefined' have the magical type 'forall (a:OpenKind).a'Simon Peyton Jones2013-05-151-5/+0
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-2/+26
* Add isNewtype to GHC.Generics (FIX #7631)Jose Pedro Magalhaes2013-02-131-2/+3
* Implement poly-kinded TypeableJose Pedro Magalhaes2013-02-121-22/+44
* Add the Int64X2# primitive type and associated primops.Geoffrey Mainland2013-02-011-1/+3
* Add the DoubleX2# primitive type and associated primops.Geoffrey Mainland2013-02-011-3/+4
* Add the Int32X4# primitive type and associated primops.Paul Monday2013-02-011-1/+2
* Add the Float32X4# primitive type and associated primops.Geoffrey Mainland2013-02-011-0/+5
* Use kind 'Symbol' consistently, rather than kind 'String'Simon Peyton Jones2013-01-251-2/+2
* Changed deriving of Functor, Foldable, Traversable to fix #7436. Added foldMa...Twan van Laarhoven2013-01-041-2/+7
* Make the comments about SingI and EvLit match current realitySimon Peyton Jones2013-01-011-0/+1
* Use expectP in deriving( Read )Simon Peyton Jones2012-12-211-1/+2