summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining issues with bound checking (#23123)Sylvain Henry2023-05-041-2/+1
* Document instances of DoubleBodigrim2023-05-032-28/+94
* Add the Unsatisfiable classsheaf2023-04-292-10/+69
* testsuite: wasm32-specific fixesCheng Shao2023-04-273-7/+13
* testsuite: add the req_process predicateCheng Shao2023-04-273-7/+9
* JS: Fix h$base_access implementation (issue 22576)Josh Meredith2023-04-251-3/+3
* JS/base: provide implementation for mkdir (issue 22374)Josh Meredith2023-04-254-1/+30
* Add since pragma to Data.Functor.unzipBodigrim2023-04-241-1/+4
* Fix doc typos in libraries/basetocic2023-04-237-9/+9
* Implement executablePath for Solaris and make getBaseDir less platform-dependentPHO2023-04-232-7/+25
* Fix doc typos in libraries/base/GHCtocic2023-04-216-8/+8
* Fix doc typo in GHC.Read.readListtocic2023-04-201-2/+2
* JS: fix thread-related primopsSylvain Henry2023-04-193-1/+9
* Misc cleanupKrzysztof Gogolewski2023-04-175-5/+4
* Base/JS: GHC.JS.Foreign.Callback module (issue 23126)Josh Meredith2023-04-133-4/+153
* Set base 'maintainer' field to CLCBodigrim2023-04-111-2/+2
* Adjust wording wrt representation polymorphism of ($)Sebastian Graf2023-04-071-1/+1
* Remove trailing whitespace from ($) commentaryAlex Dixon2023-04-071-3/+3
* Improve documentation for ($) (#22963)Alex Dixon2023-04-071-12/+63
* Add release note for GHC.Unicode refactor in base-4.18.Pierre Le Marre2023-04-061-3/+4
* Add a few more memcpy-ish primopsMatthew Craven2023-04-042-25/+14
* Fixes around unsafeCoerce#Krzysztof Gogolewski2023-04-031-5/+25
* JS: fix issues with FD api supportSylvain Henry2023-04-032-2/+11
* [feat] make ($) representation polymorphicmangoiv2023-04-012-4/+13
* Fixes to accomodate Data.List.{head,tail} with {-# WARNING #-}Bodigrim2023-03-302-3/+6
* Add {-# WARNING #-} to Data.List.{head,tail}Bodigrim2023-03-302-0/+7
* Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNatRyan Scott2023-03-286-0/+30
* Document the constructor name for listsDavid Feuer2023-03-261-1/+4
* Update and expand atomic modification HaddocksDavid Feuer2023-03-262-14/+67
* Add Eq/Ord instances for SSymbol, SChar, and SNatRyan Scott2023-03-253-1/+27
* Modify ThreadId documentation and commentsDavid Feuer2023-03-251-7/+3
* base: Document GHC versions associated with past base versions in the changelogLi-yao Xia2023-03-251-1/+8
* Update changelog to mention changes to instance Foldable (Compose f g)Bodigrim2023-03-231-0/+2
* Simplify minimum/maximum in instance Foldable (Compose f g)Bodigrim2023-03-231-6/+2
* Additional optimized versionsArmando Ramirez2023-03-231-3/+18
* Optimized Foldable methods for Data.Functor.ComposeArmando Ramirez2023-03-231-0/+7
* fix: Incorrect @since annotations in GHC.TypeErrorromes2023-03-222-5/+5
* Rename () into Unit, (,,...,,) into Tuple<n> (#21294)Andrei Borzenkov2023-03-211-5/+26
* Fix documentation for traceWith and friendsMorrowM2023-03-072-3/+6
* Add `Data.Functor.unzip`Ollie Charles2023-03-072-0/+6
* Documentation: describe laziness of several function from Data.ListBodigrim2023-03-062-16/+150
* Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecTOleg Grenrus2023-03-046-20/+181
* Export getSolo from Data.TupleDavid Feuer2023-03-032-1/+4
* Revert the main payload of "Make `drop` and `dropWhile` fuse (#18964)"Sebastian Graf2023-03-011-33/+8
* base: Correct @since annotation for FP<->Integral bit cast operations.Andreas Klebinger2023-02-211-4/+4
* Add INLINABLE pragmas to `generic*` functions in Data.OldListwip/generic-inlinableMatthew Pickering2023-02-172-0/+7
* unicode: Don't inline bitmap in generalCategoryMatthew Pickering2023-02-163-2/+11
* No default finalizer exception handlersheaf2023-02-1610-25/+49
* Documentation: add an example of SPEC usageBodigrim2023-02-161-2/+5
* base: Note move of GHC.Stack.CCS.whereFrom to GHC.InfoProv in changelogBen Gamari2023-02-161-0/+8