summaryrefslogtreecommitdiff
path: root/libraries/base/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bignum: add backward compat integer-gmp functionsSylvain Henry2020-08-052-5/+13
* testsuite: Normalise WinIO error message differencesBen Gamari2020-07-261-3/+3
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-2/+2
* Implement `fullCompilerVersion`Hécate2020-07-183-0/+15
* winio: fix tempfiles test on linuxAndreas Klebinger2020-07-151-1/+1
* winio: Accept T9681 output.Andreas Klebinger2020-07-151-2/+2
* winio: Fix openFile009 merge conflict leftoverAndreas Klebinger2020-07-151-4/+0
* winio: Fix ThreadDelay001 CPPAndreas Klebinger2020-07-151-1/+1
* winio: Update T9681 output, disable T4808 on windows.Andreas Klebinger2020-07-152-4/+4
* winio: ThreadDelay001: Use higher resolution timer.Andreas Klebinger2020-07-151-4/+21
* winio: Fix expected tempfiles output.Andreas Klebinger2020-07-152-13/+1
* winio: Update output of T9681 since we now actually run it.Andreas Klebinger2020-07-151-2/+5
* winio: Fix sqrt and openFile009 test casesAndreas Klebinger2020-07-153-5/+9
* winio: Set handle offset when opening files in Append mode.Andreas Klebinger2020-07-153-0/+22
* winio: Switch Testsuite to test winio by defaultTamar Christina2020-07-155-16/+29
* BigNum: rename BigNat typesSylvain Henry2020-07-072-2/+2
* Add missing Ix instances for tuples of size 6 through 15 (#16643)Joshua Price2020-06-303-0/+25
* Update testsuiteSylvain Henry2020-06-171-3/+1
* Update `base` packageSylvain Henry2020-06-172-6/+7
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-1/+1
* Fix "build/elem" RULE.Andreas Klebinger2020-05-294-0/+40
* Do eager instantation in termsSimon Peyton Jones2020-04-221-4/+4
* Mark T12010 fragile on 32-bitÖmer Sinan Ağacan2020-04-201-5/+5
* base: add strict IO functions: readFile', getContents', hGetContents'Lysxia2020-03-164-0/+14
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-0812-13/+16
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* testsuite: Skip T17499 when built against integer-simpleBen Gamari2019-12-271-1/+3
* testsuite: Add (broken) test for #17510Ben Gamari2019-12-103-0/+20
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Stricten functions ins GHC.NaturalSebastian Graf2019-11-232-0/+17
* testsuite: Skip T17414 on LinuxBen Gamari2019-11-171-0/+4
* testsuite: Mark tests fragile in threaded2 as fragile in all concurrent waysBen Gamari2019-11-102-2/+2
* testsuite: Mark T17414 as fragile on WindowsBen Gamari2019-11-091-1/+5
* testsuite: Add test for #17414Ben Gamari2019-10-312-0/+20
* Merge non-moving garbage collectorBen Gamari2019-10-231-1/+1
|\
| * testsuite: Mark length001 as failing under nonmoving wayswip/gc/testBen Gamari2019-10-221-1/+1