summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Bignum: add clamping naturalToWord (fix #18697)Sylvain Henry2020-09-171-0/+8
* Bump Win32 submodule to 2.9.0.0Ben Gamari2020-09-173-0/+0
* Make the 'IsString (Const a b)' instance polykinded on 'b'Cary Robbins2020-09-171-1/+3
* Added explicit fixity to (~).HaskellMouse2020-09-172-0/+11
* Make ghc-boot reexport modules from ghc-boot-thSylvain Henry2020-09-162-1/+8
* Rename ghci flag into internal-interpreterSylvain Henry2020-09-161-3/+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
* Bignum: add missing compat import/export functionsSylvain Henry2020-09-021-3/+30
* Remove potential space leak from Data.List.transposeDavid Feuer2020-09-021-1/+7
* Bignum: add BigNat compat functions (#18613)Sylvain Henry2020-08-311-0/+54
* Fix documentation and fix "check" bignum backend (#18604)Sylvain Henry2020-08-315-19/+19
* Bump Win32 and process submodulesBen Gamari2020-08-312-0/+0
* base: Better error message on invalid getSystemTimerManager callBen Gamari2020-08-311-2/+4
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-281-15/+2
* Bignum: fix BigNat subtraction (#18604)Sylvain Henry2020-08-264-19/+19
* Allow unsaturated runRW# applicationsBen Gamari2020-08-181-1/+1
* Re-add BangPatterns to CodePage.hsHécate2020-08-131-0/+2
* Add hie.yaml to ghc-heapSven Tennie2020-08-111-0/+12
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-053-3/+20
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-0560-188/+160
* Bignum: add more BigNat compat functions in integer-gmpSylvain Henry2020-08-052-0/+209
* Bignum: add backward compat integer-gmp functionsSylvain Henry2020-08-054-5/+41
* Bignum: fix powMod for gmp backend (#18515)Sylvain Henry2020-07-301-1/+2
* Fix bug in Natural multiplication (fix #18509)Sylvain Henry2020-07-293-8/+10
* 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
* Add accessors to ArchOSSylvain Henry2020-07-251-1/+4
* Fix build systemsSylvain Henry2020-07-252-3/+1
* Move GHC.Platform into the compilerSylvain Henry2020-07-257-479/+221
* Put PlatformConstants into PlatformSylvain Henry2020-07-253-2/+12
* winio: change memory allocation strategy and fix double free errors.Tamar Christina2020-07-242-73/+95
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-229-68/+73
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-221-1/+0
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-218-53/+136
* GHCi: Fix isLittleEndianStefan Schulze Frielinghaus2020-07-181-2/+2
* 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