summaryrefslogtreecommitdiff
path: root/libraries/base/tests
Commit message (Expand)AuthorAgeFilesLines
* Add Javascript backendSylvain Henry2022-11-295-38/+57
* Bump unix submodule to 2.8.0.0Matthew Pickering2022-11-051-2/+1
* Add standard Unicode case predicates isUpperCase and isLowerCase.Pierre Le Marre2022-10-142-17/+59
* Export symbolSing, SSymbol, and friends (CLC#85)wip/clc-85Ryan Scott2022-10-063-0/+35
* Update to Unicode 15.0Pierre Le Marre2022-09-163-69/+69
* Diagnostic codes: acccept test changessheaf2022-09-131-1/+1
* Add inits1 and tails1 to Data.List.NonEmptyHarry Garrood2022-08-252-0/+49
* Print constraints in quotes (#21167)Swann Moreau2022-08-191-1/+1
* Add a primop to query the label of a threadBen Gamari2022-08-062-1/+3
* Add primop to list threadsBen Gamari2022-08-063-0/+24
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-251-1/+5
* typosEric Lindblad2022-07-183-4/+4
* Remove the traces of i386-*-openbsd, long live amd64Greg Steuck2022-06-271-2/+2
* Pure Haskell implementation of GHC.UnicodePierre Le Marre2022-06-016-6576/+17802
* testsuite: Add tests for #21336Ben Gamari2022-05-197-0/+47
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-192-1/+10
* Update test baselines to match new error messages from GHC.IO.Encoding.FailureBodigrim2022-04-224-34/+34
* Add tests for several trace functions.Philip Hazelden2022-04-094-0/+27
* Kill derived constraintsRichard Eisenberg2022-02-231-3/+4
* rts/winio: Fix #18382Ben Gamari2022-01-181-1/+0
* Change ulimit -n in openFile008 back to 1024Greg Steuck2022-01-061-1/+1
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-2217-440/+0
* Revert "Data.List specialization to []"Matthew Pickering2021-12-032-3/+1
* Make openFile more tolerant of async excs (#18832)Kamil Dworakowski2021-12-023-0/+79
* Remove record field from SoloSimon Peyton Jones2021-11-052-10/+0
* base: Update Unicode database to 14.0Ben Gamari2021-10-031-59/+59
* Add a regression test for #17912Kamil Dworakowski2021-09-293-0/+36
* testsuite: Add test for #18382Ben Gamari2021-09-173-0/+16
* testsuite: Mark hDuplicateTo001 as fragile in concurrent waysBen Gamari2021-09-131-2/+1
* Export Solo from Data.TupleDavid Feuer2021-08-273-0/+15
* Check the buffer size *before* calling the continuation in withEncodedCStringMatthew Pickering2021-07-232-0/+12
* base: Update Unicode data to 13.0.0Ben Gamari2021-05-111-13/+13
* Use correct precedence in Complex's Read1/Show1 instancesRyan Scott2021-04-183-0/+43
* Data.List specialization to []Oleg Grenrus2021-04-012-1/+3
* [ci] Skip test's on windows that often fail in CI.wip/angerman/stable-windowsMoritz Angermann2021-03-161-1/+2
* Use GHC2021 as default languageJoachim Breitner2021-03-105-15/+24
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-072-3/+3
* Fix typosBrian Wignall2021-02-062-2/+2
* Fix accidental unsoundness in Data.Typeable.Internal.mkTypeLitFromStringRyan Scott2021-02-013-0/+35
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-024-11/+10
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-152-3/+3
* Implement BoxedRep proposalAndrew Martin2020-12-142-3/+3
* Fix a leak in `transpose`Hécate2020-11-013-0/+31
* winio: fixed bytestring reading interface.Tamar Christina2020-10-093-0/+35
* Add linting of `base` to the CIHécate2020-10-091-1/+4
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-2315-27/+25
* testsuite: Mark tempfiles as broken on Win32 without WinIOGHC GitLab CI2020-09-201-1/+4
* base/testsuite: Add missing LANGUAGE pragma in ThreadDelay001Ben Gamari2020-09-201-0/+1
* Add testsSandy Maguire2020-09-123-0/+41
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-057-10/+13