summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-29Remove HasSrcSpan (#17494)wip/no-hassrcspanVladislav Zavialov
2019-11-29Improve few Foreign.Marshal.Utils docsÖmer Sinan Ağacan
2019-11-29Pass ModDetails with (partial) ModIface in HscStatusÖmer Sinan Ağacan
2019-11-28Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov
2019-11-28Fix endian handling of LLVM backendStefan Schulze Frielinghaus
2019-11-28Fix typos, using Wikipedia list of common typosBrian Wignall
2019-11-28Reduce boolean blindness in OccInfo(OneOcc) #17482Philipp Krüger
2019-11-28.gitmodules: tweak 'exception' URL to avoid redirection warningsSergei Trofimovich
2019-11-28Fix @since annotations for isResourceVanishedError and friends (#17488)Ryan Scott
2019-11-27Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov
2019-11-27Make warnings for TH splices opt-inSebastian Graf
2019-11-25Remove prefix arrow support for GADTs (#17211)Krzysztof Gogolewski
2019-11-24configure: Fix HAVE_C11_ATOMICS macroBen Gamari
2019-11-24On FreeBSD 12 sys/sysctl.h requires sys/types.hViktor Dukhovni
2019-11-24Fix typosBrian Wignall
2019-11-23Bump exceptions submoduleÖmer Sinan Ağacan
2019-11-23Stricten functions ins GHC.NaturalSebastian Graf
2019-11-23Packages: Don't use expectJustBen Gamari
2019-11-23rts: Consolidate spinlock implementationBen Gamari
2019-11-23Bump ghc version to 8.11Ben Gamari
2019-11-23Prevent -optc arguments from being duplicated in reverse order (#17471)Ryan Scott
2019-11-23Make CorePrep.tryEtaReducePrep and CoreUtils.tryEtaReduce line upMatheus Magalhães de Alcantara
2019-11-23Take care to not eta-reduce jumps in CorePrepMatheus Magalhães de Alcantara
2019-11-23rts: Expose interface for configuring EventLogWritersBen Gamari
2019-11-23Target the IsList instance for ZipList at base-4.14.0.0 (#17489)Ryan Scott
2019-11-23Fix typo in Note reference [skip ci]nineonine
2019-11-23Bump hsc2hs submodule againBen Gamari
2019-11-21Bump hsc2hs submoduleBen Gamari
2019-11-20Strip parentheses in expressions contexts in error messagesVladislav Zavialov
2019-11-20hpc: Fix encoding issues. Add test for and fix #17073Alexey Kuleshevich
2019-11-20Use pointer equality in Eq/Ord for ThreadIdRoland Zumkeller
2019-11-20Changing Thread IDs from 32 bits to 64 bits.Roland Zumkeller
2019-11-19nonmoving: Drop redundant write barrier on stack underflowBen Gamari
2019-11-19testsuite: Increase width of stack003 testBen Gamari
2019-11-19nonmoving: Fix handling on large object marking on 32-bitBen Gamari
2019-11-19nonmoving: Rework mark queue representationBen Gamari
2019-11-19nonmoving: Fix incorrect masking in mark queue type testBen Gamari
2019-11-19nonmoving: Use correct info table pointer accessorBen Gamari
2019-11-19rts: Add missing include of SymbolExtras.hBen Gamari
2019-11-19Properly account for libdw paths in make build systemBen Gamari
2019-11-19Packages.hs: use O(n*log(n)) ordNub instead of O(n*n) nubÖmer Sinan Ağacan
2019-11-19Enable USE_PTHREAD_FOR_ITIMER also on FreeBSDViktor Dukhovni
2019-11-19Give seq a more precise type and remove magicBen Gamari
2019-11-19desugar: Drop stale Note [Matching seqId]Ben Gamari
2019-11-19Optimize MonadUnique instances based on IO (#16843)nineonine
2019-11-17testsuite: Skip T17414 on LinuxBen Gamari
2019-11-17Turn some comments into GHC.Hs.Utils into haddocksAndreas Klebinger
2019-11-17Fixed issue #17435, missing Data instancesMario Blažević
2019-11-17Fix random typos [skip ci]nineonine
2019-11-17exceptions: Bump submodule back to masterBen Gamari