summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Skip T17499 when built against integer-simpleBen Gamari2019-12-271-1/+3
* fixup! Fix endian handling w.r.t. CPP macro WORDS_BIGENDIANStefan Schulze Frielinghaus2019-12-242-2/+2
* Fix endian handling w.r.t. CPP macro WORDS_BIGENDIANStefan Schulze Frielinghaus2019-12-242-0/+6
* Avoid race condition in hDuplicateToMoritz Kiefer2019-12-191-3/+5
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-111-3/+3
* testsuite: Add (broken) test for #17510Ben Gamari2019-12-103-0/+20
* base: Fix incorrect @since in GHC.NaturalBen Gamari2019-12-101-1/+1
* Fix comment typosGabor Greif2019-12-091-1/+1
* Fix typo in documentation of Base.hs.Matthias Braun2019-12-051-1/+1
* Make sameNat and sameSymbol proxy-polymorphicBodigrim2019-12-052-2/+2
* Use Int# primops in `Bits Int{8,16,32,64}` instancesSylvain Henry2019-12-031-16/+16
* base: Fix <unistd.h> #includeBen Gamari2019-12-021-2/+2
* Fix more typosBrian Wignall2019-12-021-1/+1
* Improve few Foreign.Marshal.Utils docsÖmer Sinan Ağacan2019-11-291-11/+21
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-287-8/+8
* Fix @since annotations for isResourceVanishedError and friends (#17488)Ryan Scott2019-11-271-3/+3
* On FreeBSD 12 sys/sysctl.h requires sys/types.hViktor Dukhovni2019-11-241-0/+1
* Fix typosBrian Wignall2019-11-232-2/+2
* Stricten functions ins GHC.NaturalSebastian Graf2019-11-233-35/+62
* Target the IsList instance for ZipList at base-4.14.0.0 (#17489)Ryan Scott2019-11-231-1/+3
* Use pointer equality in Eq/Ord for ThreadIdRoland Zumkeller2019-11-191-12/+7
* testsuite: Skip T17414 on LinuxBen Gamari2019-11-171-0/+4
* Fixed issue #17435, missing Data instancesMario Blažević2019-11-172-0/+16
* base: Bump version to 4.14.0.0Ben Gamari2019-11-142-2/+2
* testsuite: Mark tests fragile in threaded2 as fragile in all concurrent waysBen Gamari2019-11-102-2/+2
* Fix incorrect pluralsBrian Wignall2019-11-091-1/+1
* Incorporate MR review suggestions; add change in changelogBrian Wignall2019-11-092-3/+6
* Add IsList instance for ZipList (closes #17433)ghc-8.11-startBrian Wignall2019-11-091-1/+9
* testsuite: Mark T17414 as fragile on WindowsBen Gamari2019-11-091-1/+5
* base: Fix TBA in changelogBen Gamari2019-11-091-2/+2
* base: Add missing imports in Windows locking implementationBen Gamari2019-11-071-0/+3
* Adding examples to Semigroup/monoidDan Brooks2019-11-062-0/+21
* Add +RTS --disable-delayed-os-memory-return. Fixes #17411.Niklas Hambüchen2019-11-011-0/+3
* base: Ensure that failIO isn't SOURCE importedBen Gamari2019-11-014-9/+18
* Fix rounding around 0taylorfausak2019-11-011-6/+9
* Implement `round` for `Ratio` that doesn't explode with `Natural`staylorfausak2019-11-011-0/+7
* base: Various haddock fixesBen Gamari2019-10-312-5/+5
* testsuite: Add test for #17414Ben Gamari2019-10-312-0/+20
* base: Clamp IO operation size to 2GB on DarwinBen Gamari2019-10-311-4/+17
* base: Split up file locking implementationBen Gamari2019-10-298-284/+352
* base: Fix open-file lockingBen Gamari2019-10-292-19/+40
* Use `not#` primitive to implement Word's complementSylvain Henry2019-10-291-3/+1
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-262-1/+42
* Make documentation for byteSwap16 consistent with byteSwap32 (impl is same, w...Brian Wignall2019-10-251-1/+1
* Merge non-moving garbage collectorBen Gamari2019-10-232-16/+23
|\
| *-. Merge branches 'wip/gc/optimize' and 'wip/gc/test' into wip/gc/everythingwip/gc/everythingBen Gamari2019-10-221-1/+1
| |\ \
| | | * testsuite: Mark length001 as failing under nonmoving wayswip/gc/testBen Gamari2019-10-221-1/+1
| | |/
| * | NonmovingCensus: Emit samples to eventlogwip/gc/instrumentationBen Gamari2019-10-221-0/+4
| |/
| * rts: Introduce debug flag for non-moving GCBen Gamari2019-10-201-15/+18
* | base: Add @since on GHC.IO.Handle.Lock.hUnlockBen Gamari2019-10-231-0/+2