summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* ghc-compact: Use Char instead of Integer in compact_share testBen Gamari2018-12-243-10/+11
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-183-17/+26
* make QSem and QSemN newtypeschessai2018-12-172-5/+2
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-132-16/+26
* Fix broken link in comment (#16010)Sven Tennie2018-12-131-1/+1
* Fix typo in Foldable docsSimon Jakobi2018-12-071-1/+1
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-071-6/+8
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-062-0/+193
* Fix embarrassing infinite loop in pprParendTypeRyan Scott2018-12-031-1/+3
* Warn on all out-of-range literals in pats/exprsAlec Theriault2018-12-031-2/+2
* Add 'Lift' instances for 'NonEmpty' and 'Void'Alec Theriault2018-11-302-0/+18
* Add missing since annotationsVictor Nawothnig2018-11-291-0/+18
* Hadrian: bump Cabal submodule, install extra dynamic flavours of RTSAlp Mestanogullari2018-11-291-0/+0
* Use autoconf to generate version numbers for libiserv and friendsRyan Scott2018-11-261-2/+6
* Bump text submoduleBen Gamari2018-11-231-0/+0
* Bump containers submoduleBen Gamari2018-11-231-0/+0
* Fix unused-import warningsDavid Eichmann2018-11-2214-18/+11
* Doc-only fixesAlec Theriault2018-11-2221-136/+114
* base: Mention openFile throwing does-not-exist-errors on FIFOsBen Gamari2018-11-221-1/+3
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-173-2/+6
* More efficient, non-allocating unsafeLookupStaticPtrÖmer Sinan Ağacan2018-11-161-4/+3
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-071-14/+4
* Bump directory submodule to 1.3.3.1Ben Gamari2018-11-071-0/+0
* integer-gmp: Fix TBA in changelogBen Gamari2018-11-071-1/+1
* Add Int8# and Word8#Michal Terepeta2018-11-023-2/+6
* base: Improve haddocks for FunctorSimon Jakobi2018-11-021-2/+5
* base: Misc haddock fixesSimon Jakobi2018-11-023-14/+14
* Bump time submoduleBen Gamari2018-11-024-0/+0
* Data.Maybe: add callstack for fromJust (Trac #15559)Fangyi Zhou2018-11-013-2/+17
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-3/+0
* Fix docs typo in Bitraversable composition lawMark Seemann2018-10-301-1/+1
* Revert "Bump time submodule"Ben Gamari2018-10-301-0/+0
* Bump time submoduleBen Gamari2018-10-291-0/+0
* Docs: clarify the interaction between throwSTM and catchSTM.Ian Denhardt2018-10-291-2/+12
* Bump template-haskell version to 2.15.0.0Ryan Scott2018-10-282-2/+2
* Comment out CONSTANT_FOLDED in GHC.NaturalChristiaan Baaij2018-10-281-25/+30
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-275-46/+97
* Fix some broken links (#15733)Fangyi Zhou2018-10-252-2/+2
* testsuite: Mark T15349 as broken in the ghci wayBen Gamari2018-10-231-1/+1
* base: Fill in TBAs in changelogBen Gamari2018-10-151-4/+4
* Add a strict version of foldMap to FoldableSimon Jakobi2018-10-152-0/+8
* Update integer_gmp_gcdext documentation.David Eichmann2018-10-151-7/+7
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-0/+3
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-151-2/+4
* ghc-heap: Fix writing closures on big endianPeter Trommler2018-10-151-1/+4
* Fix #15738 by defining (and using) parenthesizeHsContextRyan Scott2018-10-151-0/+1
* Typeable: Only render saturated tuple types with tuple syntaxBen Gamari2018-10-151-1/+5
* Fix dataToTag# argument evaluationÖmer Sinan Ağacan2018-10-101-10/+1
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-093-6/+2
* Add Int8# and Word8#Michal Terepeta2018-10-073-2/+6