summaryrefslogtreecommitdiff
path: root/libraries/base/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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