summaryrefslogtreecommitdiff
path: root/libraries/base/GHC
Commit message (Expand)AuthorAgeFilesLines
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-1815-18/+20
* Move (=<<) to GHC.BaseHerbert Valerio Riedel2014-09-185-5/+9
* Remove unnecessary imports in GHC.Event.KQueue to fix compiler warnings.Andreas Voellmy2014-09-171-2/+0
* Re-add SPECIALISE liftM* pragmas dropped in d94de87252d0feHerbert Valerio Riedel2014-09-171-0/+5
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-1622-23/+55
* Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert.Andreas Voellmy2014-09-164-20/+25
* base: Add some notes about the default impl of '(>>)'Austin Seipp2014-09-151-1/+23
* base: Remove bunk default impl of (>>=)Austin Seipp2014-09-151-1/+0
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-152-4/+7
* Move ($!) from Prelude into GHC.BaseHerbert Valerio Riedel2014-09-131-1/+5
* Remove obsolete comment about (!!)Joachim Breitner2014-09-121-3/+0
* base: replace ver 4.7.1.0 references by 4.8.0.0Herbert Valerio Riedel2014-09-091-2/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-0910-19/+277
* Add missing changelog/since entry for `uncons`Herbert Valerio Riedel2014-09-041-0/+2
* Add Data.List.unconsDavid Feuer2014-09-041-1/+8
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-311-4/+4
* Add `FiniteBits(count{Leading,Trailing}Zeros)`Herbert Valerio Riedel2014-08-312-0/+21
* In GHC.Real, specialise 'even' and 'odd' to Int and IntegerSimon Peyton Jones2014-08-291-0/+4
* Comments onlySimon Peyton Jones2014-08-281-5/+13
* Slightly improve fusion rules for 'take'Simon Peyton Jones2014-08-281-3/+10
* Move the Enum Word instance into GHC.EnumSimon Peyton Jones2014-08-282-24/+36
* Specialise Eq, Ord, Read, Show at Int, Char, StringSimon Peyton Jones2014-08-282-1/+7
* Revert "rts/base: Fix #9423"Austin Seipp2014-08-224-25/+20
* rts/base: Fix #9423Andreas Voellmy2014-08-194-20/+25
* Make Prelude.signum handle -0.0 correctly (#7858)Alexander Berntsen2014-08-181-6/+7
* Make Prelude.abs handle -0.0 correctly (#7858)Alexander Berntsen2014-08-181-4/+6
* ghc --make: add nicer names to RTS threads (threaded IO manager, make workers)Sergei Trofimovich2014-08-041-2/+6
* use GHC-7.8.3's values for thread block reason (fixes #9333)Jost Berthold2014-07-281-7/+11
* Avoid to pass a socket to setmode/isatty in WindowsIsamu Mogi2014-07-281-2/+3
* Make last a good consumerJoachim Breitner2014-07-221-5/+2
* GHC.Conc: clarify that 'forkOn' binds to capability, not a 'CPU' or 'Task'Sergei Trofimovich2014-07-101-3/+3
* Fix imports in GHC.Event.Poll when not HAVE_POLL_H (#9275)Reid Barton2014-07-061-0/+1
* Typos in commentsGabor Greif2014-06-191-1/+1
* Update the incorrect comment on when function was introduced.Iavor S. Diatchki2014-06-161-2/+2
* Implement `Typeable` support for type-level literals (#8778).Iavor S. Diatchki2014-06-141-4/+15
* Catch two typosGabor Greif2014-06-121-2/+2
* Comments only explaining the imports for GHC.Integer, GHC.TupleSimon Peyton Jones2014-06-111-8/+32
* Make FunPtr's role be phantom; add comments.Richard Eisenberg2014-06-111-9/+11
* Forgot to amend before pushing...Joachim Breitner2014-06-101-1/+1
* Fire "map/coerce" only in phase 1Joachim Breitner2014-06-101-1/+1
* Make Ptr's parameter phantomJoachim Breitner2014-06-101-2/+8
* Revert "Make Ptr's parameter phantom"Joachim Breitner2014-06-091-8/+2
* Make Ptr's parameter phantomJoachim Breitner2014-06-091-2/+8
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-1/+5
* Export `TimerManager` from GHC.Event (re #9165)Herbert Valerio Riedel2014-06-041-1/+2
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-2710-10/+10
* Express OPTIONS_GHC as LANGUAGE pragmasHerbert Valerio Riedel2014-05-152-2/+3
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-043-113/+6
* Per-thread allocation counters and limitsSimon Marlow2014-05-023-6/+113
* Typo in commentGabor Greif2014-04-291-1/+1