summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-10-073-18/+22
* Fix typos in commentsKrzysztof Gogolewski2020-10-023-3/+3
* Allow fusion with catMaybes (#18574)Sylvain Henry2020-10-012-2/+5
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-5/+5
* Update Lock.hs with more documentation to make sure that the Boolean return v...syd@cs-syd.eu2020-09-241-0/+2
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-2346-188/+191
* 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
* Export singleton function from Data.ListWander Hillen2020-09-191-0/+1
* Deprecate Data.Semigroup.OptionSimon Jakobi2020-09-192-6/+6
* Make the 'IsString (Const a b)' instance polykinded on 'b'Cary Robbins2020-09-171-1/+3
* Add testsSandy Maguire2020-09-124-0/+45
* Add clamp function to Data.OrdSandy Maguire2020-09-121-0/+16
* Add clarification regarding poll/kqueue flagsWander Hillen2020-09-071-2/+6
* Remove potential space leak from Data.List.transposeDavid Feuer2020-09-021-1/+7
* base: Better error message on invalid getSystemTimerManager callBen Gamari2020-08-311-2/+4
* Re-add BangPatterns to CodePage.hsHécate2020-08-131-0/+2
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-0560-188/+160
* Bignum: add backward compat integer-gmp functionsSylvain Henry2020-08-052-5/+13
* Fix typoFelix Wiemuth2020-07-291-1/+1
* Fix typo in haddockOleg Grenrus2020-07-281-1/+1
* Bignum: add support for negative shifts (fix #18499)Sylvain Henry2020-07-281-4/+16
* winio: fix detection of tty terminalsTamar Christina2020-07-261-2/+2
* testsuite: Normalise WinIO error message differencesBen Gamari2020-07-261-3/+3
* winio: change memory allocation strategy and fix double free errors.Tamar Christina2020-07-242-73/+95
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-222-2/+3
* Add a Lint hadrian rule and an .hlint.yaml file in base/Hécate2020-07-182-1/+6
* Implement `fullCompilerVersion`Hécate2020-07-184-10/+41
* winio: clarify comment on cooked mode.Tamar Christina2020-07-151-1/+2
* 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: fix initial linux validate buildAndreas Klebinger2020-07-152-2/+4
* winio: flushCharReadBuffer shouldn't need to adjust offsets.Andreas Klebinger2020-07-151-5/+8
* winio: Update note, remove debugging pragma.Andreas Klebinger2020-07-151-9/+12
* winio: Remove historical todosAndreas Klebinger2020-07-151-3/+0
* winio: Name Haskell/OS I/O Manager explicitly in NoteAndreas Klebinger2020-07-151-4/+4
* winio: Add a note cross referenceAndreas Klebinger2020-07-151-0/+3
* winio: Update IOPort haddocks.Andreas Klebinger2020-07-151-8/+16
* winio: add comment stating failure behaviour for getUniqueFileInfo.Andreas Klebinger2020-07-151-0/+4
* winio: Rename SmartHandles to StdHandlesAndreas Klebinger2020-07-157-9/+9
* winio: Remove redundant buffer write in Handle/Text.hs:bufReadEmptyAndreas Klebinger2020-07-151-2/+1
* winio: Remove commented out pragmaAndreas Klebinger2020-07-151-1/+0
* winio: Note why we don't use blocking waits.Andreas Klebinger2020-07-151-0/+32
* winio: Make it explicit that we only create one IO managerAndreas Klebinger2020-07-151-26/+28