summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-273-122/+27
* base: Introduce GHC.ByteOrderBen Gamari2017-07-242-0/+32
* Add a caveat to the GHC.Generics examples about :+: nestingRyan Scott2017-07-241-22/+30
* Update autoconf scriptsBen Gamari2017-07-231-5/+12
* base: Improve docs to clarify when finalizers may not be runAndrew Martin2017-07-191-0/+26
* Add Haddocks for Eq (STRef a) and Eq (IORef a)Adam Sandberg Eriksson2017-07-192-7/+7
* Typeable: Always use UTF-8 string unpacking primitiveBen Gamari2017-07-181-6/+6
* Remove redundant import; fix noteDavid Feuer2017-07-112-6/+3
* Fix minor typoIsmail2017-07-111-1/+1
* Optimize TimerManageralexbiehl2017-07-112-425/+404
* Fix Work Balance computation in RTS statsDouglas Wilson2017-07-111-3/+25
* Fix paper link in MVar docs [ci skip]Ömer Sinan Ağacan2017-07-021-1/+1
* Typos in comments and manual [ci skip]Gabor Greif2017-06-281-1/+1
* base/inputReady: Whitespace cleanupBen Gamari2017-06-271-84/+84
* Add fixity declaration for Data.List.NonEmpty.!!Ryan Scott2017-06-232-0/+2
* Fix typo5outh2017-06-221-1/+1
* base: Export Fingerprint accessors from Type.Reflection.UnsafeBen Gamari2017-06-211-2/+2
* Don't expose fingerprints from Type.ReflectionDavid Feuer2017-06-191-3/+0
* Add fixity declaration for :~~:Ryan Scott2017-06-191-1/+1
* Typofix in Data.Type.Equality commentsRyan Scott2017-06-181-1/+1
* base: Validate input in setNumCapabilitiesBen Gamari2017-06-161-1/+3
* GHC.Stats cleanupRyan Scott2017-06-021-4/+4
* base: Fix a few TODOs in Typeable.InternalBen Gamari2017-05-231-6/+4
* base: Explicitly mark Data.Either.{left,right} as INLINABLEBen Gamari2017-05-201-0/+2
* Insert missing newlineFrederik Hanghøj Iversen2017-05-181-1/+1
* Update autoconf scripts from correct sourceBen Gamari2017-05-112-71/+109
* Update autoconf scriptsBen Gamari2017-05-112-107/+69
* bump config.{guess,sub}Moritz Angermann2017-05-112-93/+181
* base: Fix documentation for forkIOWithUnmaskBen Gamari2017-05-071-1/+1
* Fix comment for compact regionTakenobu Tani2017-05-041-1/+1
* Improve fixIODavid Feuer2017-05-031-7/+13
* Prefer #if defined to #ifdefBen Gamari2017-04-2832-152/+152
* nativeGen: Use SSE2 SQRT instructionBen Gamari2017-04-281-0/+5
* Add instances for Data.Ord.DownAdam Sandberg Eriksson2017-04-256-3/+43
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-236-28/+7
* Fix compilation for !HAVE_FLOCKHerbert Valerio Riedel2017-04-231-0/+4
* skip T13525 when running on Windows.Tamar Christina2017-04-231-1/+1
* base: update comment to match the change from e134af01Andrzej Rybczak2017-04-211-3/+2
* base: Fix hWaitForInput with timeout on POSIXBen Gamari2017-04-213-12/+35
* base: Fix offset initialization of Windows hLock implementationBen Gamari2017-04-211-3/+2
* Fix space leak in sortByGregory2017-04-171-3/+6
* base: Track timer PSQ timeouts as Word64 instead of DoubleBen Gamari2017-04-177-24/+33
* Fix typo in ReadP (succeds -> succeeds)Chris Martin2017-04-121-1/+1
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-122-1/+159
* base: Fix erroneous reference to Data.Reflection in documentationBen Gamari2017-04-101-1/+1
* Improve `readChan` documentation:Ömer Sinan Ağacan2017-04-101-1/+7
* base: Run num009 with -msse2 on i386Ben Gamari2017-04-061-1/+7
* test for HAVE_CLOCK_GETTIME definednessGabor Greif2017-04-051-1/+1
* base: Mark unfold as deprecatedBen Gamari2017-04-042-0/+5
* Add Alternative instance for ZipList (fix #13520).Edvard Hübinette2017-04-042-1/+11