summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+2
* base: add strict IO functions: readFile', getContents', hGetContents'Lysxia2020-03-168-2/+125
* Note platform-specific Foreign.C.Types in contextViktor Dukhovni2020-03-151-4/+29
* base: Make `open` calls interruptibleBen Gamari2020-03-142-2/+7
* Make: refactor GMP rulesSylvain Henry2020-03-141-7/+8
* Update documentation for closureSizePaavo2020-03-131-1/+2
* nonmoving-gc: Track time usage of nonmoving markingBen Gamari2020-03-051-0/+34
* Use configure script to detect that we should use in-tree GMP on WindowsSylvain Henry2020-03-021-6/+0
* Do not define hs_atomic{read,write}64() on non-64bitIlias Tsitsimpis2020-03-021-0/+5
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-292-2/+41
* base: use an explicit import list in System.Environment.ExecutablePathAlp Mestanogullari2020-02-281-1/+1
* PmCheck: Implement Long-distance information with Covered setsSebastian Graf2020-02-271-0/+0
* Bump directory submodule to 1.3.6.0Ben Gamari2020-02-241-0/+0
* Generalize liftData to work over any Quote (#17857)Ryan Scott2020-02-202-24/+25
* doc(List): Add examples to GHC.ListJulien Debon2020-02-201-73/+360
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-209-67/+324
* Hadrian: refactor GMP in-tree build support (#17756)Sylvain Henry2020-02-181-1/+1
* Bump Cabal submoduleBen Gamari2020-02-141-0/+0
* Bump process submoduleBen Gamari2020-02-141-0/+0
* base: Always clamp reads/writes to 2GB in lengthBen Gamari2020-02-141-9/+6
* integer-gmp: Fix unused command-line argumentBen Gamari2020-02-141-1/+1
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-2/+3
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-149-3/+11
* base: Update Unicode database to 12.1.0Ben Gamari2020-02-122-6/+5
* base: Expose GHC.Unicode.unicodeVersionBen Gamari2020-02-126-12/+65
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-123-4/+4
* Document GMP build [skip ci]Sylvain Henry2020-02-121-0/+80
* Add singleton to Data.OldListOleg Grenrus2020-02-111-0/+11
* Force -fPIC for intree GMP (fix #17799)Sylvain Henry2020-02-092-46/+1
* base: Drop out-of-date commentBen Gamari2020-02-081-12/+0
* Apply suggestion to libraries/base/GHC/List.hsJulien Debon2020-02-081-1/+1
* doc(Data.List): Add some examples to Data.ListJulien Debon2020-02-082-6/+72
* Optimize unpackCString# to allocate less.Andreas Klebinger2020-02-081-43/+54
* Bump stm and process submodulesBen Gamari2020-02-082-0/+0
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-0812-13/+16
* compiler: Qualify imports of Data.ListBen Gamari2020-02-084-15/+23
* base: Use one-shot kqueue on macOSBen Gamari2020-01-311-15/+2
* Disable two warnings for files that trigger themTom Ellis2020-01-276-0/+6
* Document the fact, that openFileBlocking can consume an OS thread indefinitely.Gabor Greif2020-01-251-0/+5
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-124-6/+6
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-125-457/+490
* Bump haskeline submodule to 0.8.0.1Ben Gamari2020-01-081-0/+0
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-1/+1
* Update to Cabal submodule to v3.2.0.0-alpha3Oleg Grenrus2020-01-041-0/+0
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-0418-19/+19
* testsuite: Skip T17499 when built against integer-simpleBen Gamari2019-12-271-1/+3
* fixup! Fix endian handling w.r.t. CPP macro WORDS_BIGENDIANStefan Schulze Frielinghaus2019-12-242-2/+2
* Fix endian handling w.r.t. CPP macro WORDS_BIGENDIANStefan Schulze Frielinghaus2019-12-242-0/+6
* Avoid race condition in hDuplicateToMoritz Kiefer2019-12-191-3/+5
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-111-3/+3