summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* New functionality required for the supercompiler pluginMax Bolingbroke2011-06-291-0/+7
* Add a builtin rule for seq# when its argument is a manifestSimon Marlow2011-06-281-3/+27
* Add two new primops:Simon Marlow2011-06-281-0/+15
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-4/+4
* SafeHaskell: More fixing to work with safe baseDavid Terei2011-06-171-2/+2
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-171-2/+2
* Track changes in the DPH package and GHC.PArr.Manuel M T Chakravarty2011-06-171-17/+17
* Add byte array copy primopsJohan Tibell2011-06-161-0/+17
* Add dynamically-linked plugins (see Trac #3843)Simon Peyton Jones2011-06-161-0/+18
* Remove some old unused prelnamesDavid Terei2011-05-311-4/+2
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-05-262-23/+156
|\
| * Merge remote branch 'origin/master' into ghc-genericsSimon Peyton Jones2011-05-263-58/+94
| |\
| * \ Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-201-0/+43
| |\ \
| * \ \ Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-124-129/+229
| |\ \ \
| * | | | Rename `Representable0` to `Generic`.Jose Pedro Magalhaes2011-05-091-33/+17
| * | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-041-4/+32
| |\ \ \ \
| * | | | | Update location of the CString stuff (from GHC.Base to GHC.CString).Jose Pedro Magalhaes2011-05-031-5/+6
| * | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-021-2/+12
| |\ \ \ \ \
| * | | | | | Remove the hasGenerics field of TyCon, improve the way the Generics flags is ...Jose Pedro Magalhaes2011-05-021-4/+1
| * | | | | | More code cleanup and removing old generics stuff.Jose Pedro Magalhaes2011-04-281-2/+1
| * | | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-04-271-1/+1
| |\ \ \ \ \ \
| * | | | | | | Small fixes to the generics branch to get rid of warnings,unknown2011-04-141-1/+1
| * | | | | | | Merge branch 'master' of c:/code/HEAD-git/. into ghc-genericsunknown2011-04-131-0/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Initial commit for Pedro's new generic default methodssimonpj2011-04-121-4/+157
* | | | | | | | | Treat the (~) type constructor a bit speciallySimon Peyton Jones2011-05-261-2/+18
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-242-57/+90
* | | | | | | | Tweak sizing heurstics for case expressions (see comments).Simon Marlow2011-05-241-1/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Make array copy primops inlineJohan Tibell2011-05-191-6/+0
* | | | | | | Add array copy/clone primopsDaniel Peebles2011-05-191-0/+49
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-061-4/+33
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge remote branch 'origin/master' into monad-compSimon Peyton Jones2011-05-041-2/+12
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | More hacking on monad-comp; now worksSimon Peyton Jones2011-05-021-2/+3
| * | | | | Simon's hacking on monad-comp; incompleteSimon Peyton Jones2011-04-291-0/+3
| * | | | | Merge remote branch 'origin/master' into monad-compSimon Peyton Jones2011-04-281-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-2/+27
| | |_|_|/ | |/| | |
* | | | | Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-302-3/+13
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | primops.txt.pp: add missing type application in description of GHC.Prim.AnyAdam Megacz2011-04-281-2/+12
| | |/ / | |/| |
| * | | Fix some small errors in commentsDavid Terei2011-04-261-1/+1
| |/ /
* | | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-194-129/+229
|/ /
* | add casMutVar#Simon Marlow2011-04-111-0/+6
|/
* Renumber TH uniquesIan Lynagh2011-03-291-2/+2
* Optimise comparisons against min/maxBound (ticket #3744).Michal Terepeta2010-10-271-13/+61
* GHC.Prim.threadStatus# now returns the cap number, and the value of TSO_LOCKEDSimon Marlow2011-03-011-1/+1
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-203-42/+64
* Add sizeof(Mutable)Array# primitivesDaniel Peebles2011-01-261-0/+8
* tweak newArray# documentation againSimon Marlow2011-01-191-1/+1
* Fix documentation bug: newArray# accepts word count, not byte count.Edward Z. Yang2011-01-181-1/+1
* Tidy up the handling of wild-card binders, and make Lint check itsimonpj@microsoft.com2010-11-261-3/+7
* Add warning for probable identities (fromIntegral and friends)simonpj@microsoft.com2010-11-161-7/+21
* Add strictness for raiseIO# primopsimonpj@microsoft.com2010-10-271-0/+4