summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Cabal to BinaryLiterals-aware 1.20 versionHerbert Valerio Riedel2014-06-291-0/+0
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-288-442/+287
* Whitespace onlyGabor Greif2014-06-281-61/+61
* Add testsuite-related .gitignore filesHerbert Valerio Riedel2014-06-279-0/+0
* Update parallel and stm submodules to have .gitignoreEdward Z. Yang2014-06-262-0/+0
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-262-307/+0
* Work around lack of __sync_fetch_and_nand in clangJohan Tibell2014-06-261-0/+26
* Convert loose sub-repos into proper submodules (re #8545)Herbert Valerio Riedel2014-06-2515-0/+0
* Fixup c1035d51e to behave more like in GHC 7.6Herbert Valerio Riedel2014-06-241-3/+6
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-242-0/+281
* Fix regression in Data.Fixed Read instance (re #9231)Herbert Valerio Riedel2014-06-241-3/+4
* Typos in commentsGabor Greif2014-06-192-2/+2
* Typos in commentsGabor Greif2014-06-191-5/+5
* TypoJose Pedro Magalhaes2014-06-191-1/+1
* Only comments: add notes explaining the various oddities of the `Typeable` i...Iavor S. Diatchki2014-06-181-0/+19
* Optimise the Typeable instance for type app a bit, and add a perf testSimon Marlow2014-06-171-3/+14
* Redo instance to be more efficient (see #8778, #9203)Iavor S. Diatchki2014-06-161-4/+6