summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Add foldr fusion rules for short listswip/T13351Joachim Breitner2017-03-071-6/+13
* Revise list fusion for and, or, all, any, elem, notElem (#13351)Joachim Breitner2017-03-071-14/+38
* Typos in changelog and commentsGabor Greif2017-03-073-3/+3
* Add rule mapFB c (λx.x) = cJoachim Breitner2017-03-061-0/+1
* base: Kill out-of-date NotesBen Gamari2017-03-061-27/+0
* add example documentation for tuple ApplicativeGinBaby2017-03-062-2/+9
* Typos in comments and manualGabor Greif2017-03-063-3/+3
* Reexport CmpNat and friends (defined in GHC.TypeNats) from GHC.TypeLitsRyan Scott2017-03-041-35/+2
* Fixes a spaceleak in `maximumBy` and `minimumBy` (#10830).Ryan Scott2017-03-042-2/+32
* Fix a tiny typoIngo Blechschmidt2017-03-031-1/+1
* Show: Add ShowS for ", "Ben Gamari2017-03-021-1/+3
* Change catch# demand signatureDavid Feuer2017-03-015-68/+89
* Add COMPLETE pragmas for TypeRep and ErrorCall pattern synonymsRyan Scott2017-02-283-0/+9
* base: Expose Module from Type.ReflectionBen Gamari2017-02-282-1/+5
* Fix windows build broken by D3080 (0d86aa5904e5a06c93632357122e57e4e118fd2a)Tamar Christina2017-02-281-1/+0
* tests: remove extra_files.py (#12223)Reid Barton2017-02-262-7/+12
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-265-15/+202
* Bring sanity to openTempFileBen Gamari2017-02-261-5/+8
* 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
* A number of Typeable wibbles from reviewBen Gamari2017-02-203-10/+10
* Type-indexed TypeableBen Gamari2017-02-1815-366/+813
* Generalize kind of the (->) tyconBen Gamari2017-02-181-1/+1
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-143-16/+57
* 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
* Library docs: Document the order for sort and sortOn.Alexander Kjeldaas2017-02-091-0/+6
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* 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
* Fix minusNatural exception to be UnderflowOleg Grenrus2017-02-041-2/+2
* Fix comment (old filename '.lhs') in libraries/Takenobu Tani2017-02-043-8/+8
* Attempt to make lazy ST thread safeDavid Feuer2017-02-038-24/+306
* Spelling fixesGabor Greif2017-02-021-1/+1
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-019-103/+248
* base: Derive Enum, Bounded for VecCount, VecElemBen Gamari2017-02-012-0/+14
* Fix broken testsPhil Ruffwind2017-01-302-5/+1
* Fix mismatched tick in GHC.Generics documentationRyan Scott2017-01-301-1/+1
* Document GHC.Profiling functions [ci skip]Ömer Sinan Ağacan2017-01-281-1/+10
* Remove Data.Tuple doc's claim to have tuple typesChris Martin2017-01-261-1/+1
* Generalizes the type of asProxyTypeOf (#12805)Dave Laing2017-01-262-1/+3
* Generalize the type of runRW#David Feuer2017-01-251-2/+1
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-222-62/+31
* Clean up some shell code and M4 quotingDemi Obenour2017-01-201-3/+3
* Add 'type family (m :: Symbol) <> (n :: Symbol)'Oleg Grenrus2017-01-202-0/+8