summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect property in docstring (re #9532)Herbert Valerio Riedel2014-09-011-1/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-314-11/+9
* Add `FiniteBits(count{Leading,Trailing}Zeros)`Herbert Valerio Riedel2014-08-318-2/+186
* Re-export Word from Prelude (re #9531)Herbert Valerio Riedel2014-08-312-1/+3
* Fix to bin-package-db for ming32-only codeSimon Peyton Jones2014-08-291-3/+3
* Update Cabal and haddock submodules to follow the Canal-dep removal changesDuncan Coutts2014-08-291-0/+0
* Address a number of Edward's code review commentsDuncan Coutts2014-08-291-0/+7
* Fix long lines and trailing whitespaceDuncan Coutts2014-08-291-11/+14
* Fix warnings arising from the package db refactoringDuncan Coutts2014-08-291-5/+5
* Move Cabal Binary instances from bin-package-db to ghc-pkg itselfDuncan Coutts2014-08-292-173/+5
* Use ghc-local types for packages, rather than Cabal typesDuncan Coutts2014-08-291-15/+180
* Introduce new file format for the package database binary cacheDuncan Coutts2014-08-293-20/+223
* Simplify conversion in binary serialisation of ghc-pkg dbDuncan Coutts2014-08-291-0/+6
* In GHC.Real, specialise 'even' and 'odd' to Int and IntegerSimon Peyton Jones2014-08-291-0/+4
* [ci skip] ghc-prim: Update .gitignoreAustin Seipp2014-08-281-0/+1
* Comments onlySimon Peyton Jones2014-08-281-5/+13
* 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