summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Specialise monad functions, and make them INLINEABLESimon Peyton Jones2014-08-281-0/+38
* 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-283-1/+11
* Revert "rts/base: Fix #9423"Austin Seipp2014-08-224-25/+20
* submodule update hpc/stm with gitignore.Edward Z. Yang2014-08-222-0/+0
* Update a comment in base cbitsReid Barton2014-08-201-1/+1
* rts/base: Fix #9423Andreas Voellmy2014-08-194-20/+25
* Mention that `Data.Ix` uses row-major indexingAlexander Berntsen2014-08-191-1/+1
* Make Prelude.signum handle -0.0 correctly (#7858)Alexander Berntsen2014-08-182-7/+8
* Make Prelude.abs handle -0.0 correctly (#7858)Alexander Berntsen2014-08-182-4/+8
* Fix broken link in Data.Data to SYB home page (Trac #9455)Simon Peyton Jones2014-08-181-9/+9
* Workaround GCC `__ctzdi2` intrinsic linker errorsHerbert Valerio Riedel2014-08-171-1/+17
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-143-0/+84
* testsuite/base: update .gitignoreAustin Seipp2014-08-111-0/+1
* Improve seq documentation; part of trac issue #9390Michael Snoyman2014-08-101-0/+7
* change topHandler02/topHandler03 tests to use signal_exit_code functionKarel Gardas2014-08-101-3/+2
* Remove obsolete "-- #hide" Haddock pragmasReid Barton2014-08-092-2/+0
* Tweak Haddock in GHC.TypesReid Barton2014-08-091-2/+2
* Tweak Haddock markup in GHC.MagicReid Barton2014-08-091-6/+6
* Implement the final change to INCOHERENT from Trac #9242Simon Peyton Jones2014-08-081-20/+17
* Filter out null bytes from trace, and warn accordingly, fixing #9395.Edward Z. Yang2014-08-054-2/+14
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-057-9/+20
* fix topHandler03 execution on Solaris where shell signals SIGTERM correctlyKarel Gardas2014-08-041-1/+2
* fix openFile003 test on Solaris/i386 (platform output is not needed anymore)Karel Gardas2014-08-041-4/+0
* ghc --make: add nicer names to RTS threads (threaded IO manager, make workers)Sergei Trofimovich2014-08-041-2/+6
* Add comments about the {-# INCOHERENT #-} for Typeable (f a)Simon Peyton Jones2014-07-311-2/+20
* Fix validate falloutAustin Seipp2014-07-281-1/+0
* base: make System.IO.openTempFile generate less predictable namesSergei Trofimovich2014-07-281-8/+16
* Add Functor, Applicative, Monad instances for First, LastBen Gamari2014-07-282-1/+24
* 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
* Module reexports, fixing #8407.Edward Z. Yang2014-07-252-0/+8
* Ignore tix files.Edward Z. Yang2014-07-231-0/+1
* Make last a good consumerJoachim Breitner2014-07-221-5/+2
* Update Cabal submodule to HEAD (1.21)Edward Z. Yang2014-07-212-1/+1
* Data.List: Unterse/Obvious comment regarding CPPAlexander Berntsen2014-07-201-1/+1
* Add PolyKinds extension to Data.MonoidAlexander Berntsen2014-07-202-0/+5
* Revert "Update Cabal submodule to HEAD (1.21)"Edward Z. Yang2014-07-202-1/+1
* Update Cabal submodule to HEAD (1.21)Edward Z. Yang2014-07-182-1/+1
* integer-gmp: tweak gitignore.Austin Seipp2014-07-121-0/+3
* Integrate changelog entries from base-4.7.0.1 relHerbert Valerio Riedel2014-07-111-0/+13
* Fix typos in base documentation.Shachaf Ben-Kiki2014-07-102-4/+4
* GHC.Conc: clarify that 'forkOn' binds to capability, not a 'CPU' or 'Task'Sergei Trofimovich2014-07-101-3/+3
* Track gitignore update in submodule unixEdward Z. Yang2014-07-071-0/+0
* Fix imports in GHC.Event.Poll when not HAVE_POLL_H (#9275)Reid Barton2014-07-061-0/+1
* Update transformers submodule to 0.4.1.0 releaseHerbert Valerio Riedel2014-07-021-0/+0
* reading/writing blocking FDs over FD_SETSIZE is broken (Partially Trac #9169)Sergei Trofimovich2014-07-021-1/+5
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-302-0/+307
* Eliminate `Unify.validKindShape` (#9242)Iavor S. Diatchki2014-06-291-5/+1