summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* tests: manually move some extra_files into *.T filesReid Barton2017-02-261-0/+0
* Bump hpc submodule to allow time-1.8Reid Barton2017-02-261-0/+0
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-266-26/+341
* Move Typeable Binary instances to binary packageBen Gamari2017-02-262-169/+8
* Bring sanity to openTempFileBen Gamari2017-02-261-5/+8
* Rename compact to ghc-compact.Edward Z. Yang2017-02-2637-168/+128
* Make exprIsConApp_maybe work better for literals stringsSimon Peyton Jones2017-02-241-5/+16
* Add instances for (:~~:) mirroring those for (:~:)Ryan Scott2017-02-234-0/+39
* base: Add handling of -- to getArgs for WindowsAndreas Klebinger2017-02-231-1/+15
* JSON profiler reportsBen Gamari2017-02-232-4/+8
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* Drop NFData constraint from compact.Edward Z. Yang2017-02-2211-62/+31
* Revert recent submodule bumpsBen Gamari2017-02-224-0/+0
* Bump time submoduleBen Gamari2017-02-221-0/+0
* Bump Cabal and containers submodulesBen Gamari2017-02-212-0/+0
* Bump time submodule to 1.8Ben Gamari2017-02-205-0/+0
* Bump Win32 submodule to 2.5.1.0Ben Gamari2017-02-201-0/+0
* Bump Cabal submoduleBen Gamari2017-02-201-0/+0
* A number of Typeable wibbles from reviewBen Gamari2017-02-204-13/+11
* Improve Haddock documentation for compact.Edward Z. Yang2017-02-183-35/+110
* Type-indexed TypeableBen Gamari2017-02-1820-386/+1033
* Generalize kind of the (->) tyconBen Gamari2017-02-181-1/+1
* Bump libraries/array submoduleBen Gamari2017-02-181-0/+0
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-143-16/+57
* Bump hoopl submodule to 3.10.2.2Ben Gamari2017-02-111-0/+0
* bufWrite: Save extra syscall when data fills handle buffer completely.Niklas Hambüchen2017-02-111-4/+21
* Fix: hPutBuf issues unnecessary empty write syscalls for large writes (#13246)Niklas Hambüchen2017-02-111-5/+8
* Fix: Default FD buffer size is not a power of 2 (#13245)Niklas Hambüchen2017-02-111-1/+1
* Bump bytestring submoduleBen Gamari2017-02-091-0/+0
* Library docs: Document the order for sort and sortOn.Alexander Kjeldaas2017-02-091-0/+6
* Bump array submoduleBen Gamari2017-02-091-0/+0
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-093-1/+28
* Bump array submoduleBen Gamari2017-02-081-0/+0
* Update hoopl submoduleBen Gamari2017-02-071-0/+0
* Typos in comments [skip ci]Gabor Greif2017-02-062-2/+2
* Fix broken link of GHC.RTS.FlagsTakenobu Tani2017-02-051-1/+1
* Fix comment (old file names '.hc' ) in libraries/Takenobu Tani2017-02-051-3/+3
* Add liftA2 to Applicative classDavid Feuer2017-02-0522-60/+232
* Update binary submodule to 0.8.4.1Ben Gamari2017-02-041-0/+0
* Fix minusNatural exception to be UnderflowOleg Grenrus2017-02-041-2/+2
* Fix comment (old filename '.lhs') in libraries/Takenobu Tani2017-02-044-10/+10
* Attempt to make lazy ST thread safeDavid Feuer2017-02-038-24/+306
* Bump haskeline submoduleBen Gamari2017-02-021-0/+0
* Spelling fixesGabor Greif2017-02-023-3/+3
* Add support for StaticPointers in GHCiBen Gamari2017-02-024-1/+34
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-019-103/+248
* base: Derive Enum, Bounded for VecCount, VecElemBen Gamari2017-02-013-0/+16
* Turn libraries/integer-gmp/gmp/tarball into a submoduleReid Barton2017-01-307-1725/+87
* Simplify minusInteger in integer-gmp slightlyReid Barton2017-01-301-2/+0