| Commit message (Expand) | Author | Age | Files | Lines |
* | Move `when` to GHC.Base | Herbert Valerio Riedel | 2014-09-18 | 15 | -18/+20 |
* | Move (=<<) to GHC.Base | Herbert Valerio Riedel | 2014-09-18 | 5 | -5/+9 |
* | Remove unnecessary imports in GHC.Event.KQueue to fix compiler warnings. | Andreas Voellmy | 2014-09-17 | 1 | -2/+0 |
* | Re-add SPECIALISE liftM* pragmas dropped in d94de87252d0fe | Herbert Valerio Riedel | 2014-09-17 | 1 | -0/+5 |
* | Move `Maybe`-typedef into GHC.Base | Herbert Valerio Riedel | 2014-09-16 | 22 | -23/+55 |
* | Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert. | Andreas Voellmy | 2014-09-16 | 4 | -20/+25 |
* | base: Add some notes about the default impl of '(>>)' | Austin Seipp | 2014-09-15 | 1 | -1/+23 |
* | base: Remove bunk default impl of (>>=) | Austin Seipp | 2014-09-15 | 1 | -1/+0 |
* | Export `Traversable()` and `Foldable()` from Prelude | Herbert Valerio Riedel | 2014-09-15 | 2 | -4/+7 |
* | Move ($!) from Prelude into GHC.Base | Herbert Valerio Riedel | 2014-09-13 | 1 | -1/+5 |
* | Remove obsolete comment about (!!) | Joachim Breitner | 2014-09-12 | 1 | -3/+0 |
* | base: replace ver 4.7.1.0 references by 4.8.0.0 | Herbert Valerio Riedel | 2014-09-09 | 1 | -2/+2 |
* | Make Applicative a superclass of Monad | Austin Seipp | 2014-09-09 | 10 | -19/+277 |
* | Add missing changelog/since entry for `uncons` | Herbert Valerio Riedel | 2014-09-04 | 1 | -0/+2 |
* | Add Data.List.uncons | David Feuer | 2014-09-04 | 1 | -1/+8 |
* | `M-x delete-trailing-whitespace` & `M-x untabify`... | Herbert Valerio Riedel | 2014-08-31 | 1 | -4/+4 |
* | Add `FiniteBits(count{Leading,Trailing}Zeros)` | Herbert Valerio Riedel | 2014-08-31 | 2 | -0/+21 |
* | In GHC.Real, specialise 'even' and 'odd' to Int and Integer | Simon Peyton Jones | 2014-08-29 | 1 | -0/+4 |
* | Comments only | Simon Peyton Jones | 2014-08-28 | 1 | -5/+13 |
* | Slightly improve fusion rules for 'take' | Simon Peyton Jones | 2014-08-28 | 1 | -3/+10 |
* | Move the Enum Word instance into GHC.Enum | Simon Peyton Jones | 2014-08-28 | 2 | -24/+36 |
* | Specialise Eq, Ord, Read, Show at Int, Char, String | Simon Peyton Jones | 2014-08-28 | 2 | -1/+7 |
* | Revert "rts/base: Fix #9423" | Austin Seipp | 2014-08-22 | 4 | -25/+20 |
* | rts/base: Fix #9423 | Andreas Voellmy | 2014-08-19 | 4 | -20/+25 |
* | Make Prelude.signum handle -0.0 correctly (#7858) | Alexander Berntsen | 2014-08-18 | 1 | -6/+7 |
* | Make Prelude.abs handle -0.0 correctly (#7858) | Alexander Berntsen | 2014-08-18 | 1 | -4/+6 |
* | ghc --make: add nicer names to RTS threads (threaded IO manager, make workers) | Sergei Trofimovich | 2014-08-04 | 1 | -2/+6 |
* | use GHC-7.8.3's values for thread block reason (fixes #9333) | Jost Berthold | 2014-07-28 | 1 | -7/+11 |
* | Avoid to pass a socket to setmode/isatty in Windows | Isamu Mogi | 2014-07-28 | 1 | -2/+3 |
* | Make last a good consumer | Joachim Breitner | 2014-07-22 | 1 | -5/+2 |
* | GHC.Conc: clarify that 'forkOn' binds to capability, not a 'CPU' or 'Task' | Sergei Trofimovich | 2014-07-10 | 1 | -3/+3 |
* | Fix imports in GHC.Event.Poll when not HAVE_POLL_H (#9275) | Reid Barton | 2014-07-06 | 1 | -0/+1 |
* | Typos in comments | Gabor Greif | 2014-06-19 | 1 | -1/+1 |
* | Update the incorrect comment on when function was introduced. | Iavor S. Diatchki | 2014-06-16 | 1 | -2/+2 |
* | Implement `Typeable` support for type-level literals (#8778). | Iavor S. Diatchki | 2014-06-14 | 1 | -4/+15 |
* | Catch two typos | Gabor Greif | 2014-06-12 | 1 | -2/+2 |
* | Comments only explaining the imports for GHC.Integer, GHC.Tuple | Simon Peyton Jones | 2014-06-11 | 1 | -8/+32 |
* | Make FunPtr's role be phantom; add comments. | Richard Eisenberg | 2014-06-11 | 1 | -9/+11 |
* | Forgot to amend before pushing... | Joachim Breitner | 2014-06-10 | 1 | -1/+1 |
* | Fire "map/coerce" only in phase 1 | Joachim Breitner | 2014-06-10 | 1 | -1/+1 |
* | Make Ptr's parameter phantom | Joachim Breitner | 2014-06-10 | 1 | -2/+8 |
* | Revert "Make Ptr's parameter phantom" | Joachim Breitner | 2014-06-09 | 1 | -8/+2 |
* | Make Ptr's parameter phantom | Joachim Breitner | 2014-06-09 | 1 | -2/+8 |
* | Raise exceptions when blocked in bad FDs (fixes Trac #4934) | Sergei Trofimovich | 2014-06-08 | 1 | -1/+5 |
* | Export `TimerManager` from GHC.Event (re #9165) | Herbert Valerio Riedel | 2014-06-04 | 1 | -1/+2 |
* | Replace DeriveDataTypeable by AutoDeriveTypeable | Herbert Valerio Riedel | 2014-05-27 | 10 | -10/+10 |
* | Express OPTIONS_GHC as LANGUAGE pragmas | Herbert Valerio Riedel | 2014-05-15 | 2 | -2/+3 |
* | Revert "Per-thread allocation counters and limits" | Simon Marlow | 2014-05-04 | 3 | -113/+6 |
* | Per-thread allocation counters and limits | Simon Marlow | 2014-05-02 | 3 | -6/+113 |
* | Typo in comment | Gabor Greif | 2014-04-29 | 1 | -1/+1 |