summaryrefslogtreecommitdiff
path: root/libraries/base/GHC
Commit message (Expand)AuthorAgeFilesLines
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-274-1/+52
* Bignum: add Natural constant folding rules (#15821)Sylvain Henry2021-01-236-34/+26
* Implement #15993Koz Ross2021-01-233-2/+721
* Rectify Haddock typos for the Functor classHécate2021-01-181-4/+5
* Bignum: fix for Integer/Natural Ord instancesSylvain Henry2021-01-171-14/+3
* Third pass on doctest corrections.Oleg Grenrus2021-01-171-3/+3
* Revert "Remove SpecConstrAnnotation (#13681)" (#19168)Sylvain Henry2021-01-171-2/+24
* base: Eliminate pinned allocations from IntTableBen Gamari2021-01-172-13/+41
* Import fcntl with capi calling conventionOleg Grenrus2021-01-171-0/+1
* Remove references to ApplicativeDo in the base haddocksHécate2021-01-131-79/+93
* Correct more doctestsOleg Grenrus2021-01-103-10/+21
* Fix calls to varargs C function fcntlNick Erdmann2021-01-091-1/+2
* Use EmptyCase instead of undefined in Generics exampleAsad Saeeduddin2021-01-021-6/+6
* Correct doctestsOleg Grenrus2021-01-025-22/+38
* Upstream the strictness optimisation for GHC.List.{maximum,minimum}Hécate2021-01-021-2/+2
* Upstream the strictness optimisation for GHC.List.{sum,product}Hécate2021-01-021-2/+2
* rts: enable thread label table in all RTS flavours #17972Adam Sandberg Ericsson2020-12-201-4/+4
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-153-10/+1
* Implement BoxedRep proposalAndrew Martin2020-12-143-1/+10
* Use static array in zeroCountSylvain Henry2020-12-111-37/+6
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-268-307/+306
* Export indexError from GHC.Ix (#18579)Krzysztof Gogolewski2020-11-201-1/+1
* Export SPEC from GHC.Exts (#13681)Sylvain Henry2020-11-101-1/+1
* Merge remote-tracking branch 'origin/wip/tsan/all'Ben Gamari2020-11-081-0/+4
|\
| * Mitigate data races in event manager startup/shutdownwip/tsan/event-mgrBen Gamari2020-10-241-0/+4
* | Naming, value types and tests for Addr# atomicsViktor Dukhovni2020-11-051-1/+1
* | winio: Fix unused variables warningsTamar Christina2020-10-311-13/+9
* | winio: simplify logic remove optimization step.Tamar Christina2020-10-271-42/+65
|/
* base: Reintroduce necessary LANGUAGE pragmasBen Gamari2020-10-161-0/+2
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-151-1/+1
* Remove Proxy# argument in Data.Typeable.InternalKrzysztof Gogolewski2020-10-151-1/+1
* Unification of Nat and NaturalsHaskellMouse2020-10-134-9/+16
* winio: fixed more data error.Tamar Christina2020-10-091-1/+1
* winio: fixed bytestring reading interface.Tamar Christina2020-10-091-3/+8
* winio: fix array splatTamar Christina2020-10-091-3/+7
* Add linting of `base` to the CIHécate2020-10-097-21/+17
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-10-073-18/+22
* Fix typos in commentsKrzysztof Gogolewski2020-10-022-2/+2
* Update Lock.hs with more documentation to make sure that the Boolean return v...syd@cs-syd.eu2020-09-241-0/+2
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-2316-120/+110
* base: Better error message on invalid getSystemTimerManager callBen Gamari2020-08-311-2/+4
* Re-add BangPatterns to CodePage.hsHécate2020-08-131-0/+2
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-0528-110/+93
* Fix typo in haddockOleg Grenrus2020-07-281-1/+1
* winio: change memory allocation strategy and fix double free errors.Tamar Christina2020-07-242-73/+95
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-0/+1
* winio: clarify comment on cooked mode.Tamar Christina2020-07-151-1/+2
* winio: fix initial linux validate buildAndreas Klebinger2020-07-152-2/+4
* winio: flushCharReadBuffer shouldn't need to adjust offsets.Andreas Klebinger2020-07-151-5/+8
* winio: Update note, remove debugging pragma.Andreas Klebinger2020-07-151-9/+12