summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * On FreeBSD 12 sys/sysctl.h requires sys/types.hViktor Dukhovni2019-11-241-0/+1
| * Fix typosBrian Wignall2019-11-2336-55/+54
* | Merge haddock submodule ghc-8.11 bumpJosh Meredith2019-11-251-0/+0
* | Merge branch 'master' into binary-readerTJosh Meredith2019-11-2429-165/+345
|\ \ | |/
| * Bump exceptions submoduleÖmer Sinan Ağacan2019-11-231-0/+0
| * Stricten functions ins GHC.NaturalSebastian Graf2019-11-234-36/+63
| * Packages: Don't use expectJustBen Gamari2019-11-231-5/+8
| * rts: Consolidate spinlock implementationBen Gamari2019-11-231-47/+13
| * Bump ghc version to 8.11Ben Gamari2019-11-232-1/+1
| * Prevent -optc arguments from being duplicated in reverse order (#17471)Ryan Scott2019-11-235-3/+22
| * Make CorePrep.tryEtaReducePrep and CoreUtils.tryEtaReduce line upMatheus Magalhães de Alcantara2019-11-232-20/+10
| * Take care to not eta-reduce jumps in CorePrepMatheus Magalhães de Alcantara2019-11-233-2/+30
| * rts: Expose interface for configuring EventLogWritersBen Gamari2019-11-2311-50/+195
| * Target the IsList instance for ZipList at base-4.14.0.0 (#17489)Ryan Scott2019-11-231-1/+3
| * Fix typo in Note reference [skip ci]nineonine2019-11-231-6/+6
| * Bump hsc2hs submodule againBen Gamari2019-11-231-0/+0
| * Bump hsc2hs submoduleBen Gamari2019-11-211-0/+0
* | Revert to the old binary buffer expansion behaviourJosh Meredith2019-11-231-1/+1
* | Merge branch 'binary-readerT' into 'master'Josh Meredith2019-11-2234-2835/+2920
|\ \ | |/ |/|
| * Fix byte-for-byte compatibility with old binary implementationJosh Meredith2019-11-213-15/+12
| * Update haddock submodule based on binary changesJosh Meredith2019-11-171-0/+0
| * Change CPP version boundsJosh Meredith2019-10-211-9/+1
| * CPP importsJosh Meredith2019-10-212-2/+17
| * Fix FastString put looping and get off by one errorJosh Meredith2019-10-214-17/+25
| * Abstract binary serialization behind a ReaderT newtype with pure encode/decod...Josh Meredith2019-10-1633-2835/+2908
* | Strip parentheses in expressions contexts in error messagesVladislav Zavialov2019-11-1916-27/+31
* | hpc: Fix encoding issues. Add test for and fix #17073Alexey Kuleshevich2019-11-198-33/+41
* | Use pointer equality in Eq/Ord for ThreadIdRoland Zumkeller2019-11-194-17/+29
* | Changing Thread IDs from 32 bits to 64 bits.Roland Zumkeller2019-11-193-6/+6
* | nonmoving: Drop redundant write barrier on stack underflowBen Gamari2019-11-191-10/+0
* | testsuite: Increase width of stack003 testBen Gamari2019-11-191-5/+11
* | nonmoving: Fix handling on large object marking on 32-bitBen Gamari2019-11-191-4/+7
* | nonmoving: Rework mark queue representationBen Gamari2019-11-192-23/+18
* | nonmoving: Fix incorrect masking in mark queue type testBen Gamari2019-11-191-2/+2
* | nonmoving: Use correct info table pointer accessorBen Gamari2019-11-192-19/+7
* | rts: Add missing include of SymbolExtras.hBen Gamari2019-11-191-0/+1
* | Properly account for libdw paths in make build systemBen Gamari2019-11-194-3/+14
* | Packages.hs: use O(n*log(n)) ordNub instead of O(n*n) nubÖmer Sinan Ağacan2019-11-191-6/+6
* | Enable USE_PTHREAD_FOR_ITIMER also on FreeBSDViktor Dukhovni2019-11-191-0/+3
* | Give seq a more precise type and remove magicBen Gamari2019-11-1911-170/+142
* | desugar: Drop stale Note [Matching seqId]Ben Gamari2019-11-191-6/+0
* | Optimize MonadUnique instances based on IO (#16843)nineonine2019-11-1911-121/+79
* | testsuite: Skip T17414 on LinuxBen Gamari2019-11-171-0/+4
* | Turn some comments into GHC.Hs.Utils into haddocksAndreas Klebinger2019-11-171-37/+46
* | Fixed issue #17435, missing Data instancesMario Blažević2019-11-172-0/+16
* | Fix random typos [skip ci]nineonine2019-11-178-9/+9
* | exceptions: Bump submodule back to masterBen Gamari2019-11-171-0/+0
* | users-guide: Address #17329Ben Gamari2019-11-171-7/+7
* | Make test 16916 more stable across runsIvan Kasatenko2019-11-171-2/+2
* | testsuite: Don't collect residency for T4801Ben Gamari2019-11-171-1/+0