summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Add whereFrom and whereFrom# primopMatthew Pickering2020-12-181-0/+53
* Profiling by info table mode (-hi)Matthew Pickering2020-12-181-0/+3
* submodule update: containers and stmTom Ellis2020-12-172-0/+0
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-1513-114/+36
* Implement BoxedRep proposalAndrew Martin2020-12-1413-36/+114
* Implement type applications in patternsCale Gibbard2020-12-145-8/+22
* Use static array in zeroCountSylvain Henry2020-12-111-37/+6
* ghci: reuse Arch from ghc-bootSylvain Henry2020-12-112-63/+22
* ghci: don't compile unneeded modulesSylvain Henry2020-12-111-2/+2
* Move SizedSeq into ghc-bootSylvain Henry2020-12-115-4/+4
* Bump time submodule.Andreas Klebinger2020-12-081-0/+0
* Apply suggestion to libraries/base/Data/Foldable.hschessai2020-11-301-1/+1
* Apply suggestion to libraries/base/Data/Foldable.hschessai2020-11-301-1/+1
* Optimisations in Data.Foldable (T17867)chessai2020-11-301-20/+28
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-2818-15/+1020
* Split Up getClosureDataFromHeapRepMatthew Pickering2020-11-261-9/+18
* Remove special case for GHC.ByteCode.InstrMatthew Pickering2020-11-261-3/+1
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-2619-316/+326
* CmmToLlvm: Declare signature for memcmpwip/angerman/arm64Ben Gamari2020-11-241-2/+18
* rts: Flush eventlog buffers from flushEventLogBen Gamari2020-11-241-0/+9
* Bump time submodule to 1.11.1Ben Gamari2020-11-225-0/+0
* Export indexError from GHC.Ix (#18579)Krzysztof Gogolewski2020-11-201-1/+1
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-152-5/+5
* ghc-heap: expose decoding from heap representationDavid Eichmann2020-11-101-65/+112
* 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-052-4/+9
* | Bignum: make GMP's bignat_add not recursiveSylvain Henry2020-11-031-4/+4
* | Fix a leak in `transpose`Hécate2020-11-014-6/+75
* | winio: Fix unused variables warningsTamar Christina2020-10-311-13/+9
* | [skip ci] Fix typo in `callocBytes` haddock.Viktor Dukhovni2020-10-301-1/+1
* | winio: simplify logic remove optimization step.Tamar Christina2020-10-271-42/+65
* | Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-2718-7/+7
* | Fix `instance Bounded a => Bounded (Down a)` (#18716)David Beacham2020-10-272-6/+32
|/
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-0/+0
* Linting correctionsHécate2020-10-171-1/+1
* Clarify Eq documentation #18713f-a2020-10-161-9/+4
* base: Reintroduce necessary LANGUAGE pragmasBen Gamari2020-10-161-0/+2
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-153-80/+29
* Remove Proxy# argument in Data.Typeable.InternalKrzysztof Gogolewski2020-10-152-5/+5
* Unification of Nat and NaturalsHaskellMouse2020-10-137-16/+28
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-134-32/+678
* Bignum: fix bigNatCompareWord# bug (#18813)Sylvain Henry2020-10-101-1/+1
* winio: fixed more data error.Tamar Christina2020-10-091-1/+1
* winio: fixed bytestring reading interface.Tamar Christina2020-10-094-3/+43
* winio: fix array splatTamar Christina2020-10-091-3/+7
* Add linting of `base` to the CIHécate2020-10-099-23/+22
* Update containers to v0.6.4.1Simon Jakobi2020-10-091-0/+0
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-10-074-20/+24