summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parenthesize the * kind in TH.Pprwip/star-precVladislav Zavialov2019-12-046-14/+36
* Pretty-printing of the * kindVladislav Zavialov2019-12-0324-97/+123
* configure.ac: make cross-compiler detection stricterSergei Trofimovich2019-12-021-1/+1
* gitlab-ci: Always build source tarballBen Gamari2019-12-021-0/+1
* gitlab-ci: Add release-x86_64-linux-deb9 jobBen Gamari2019-12-021-0/+14
* testsuite: Simplify Python <3.5 fallback for TextIOBen Gamari2019-12-021-2/+5
* gitlab-ci: Fix Windows bindist collectionBen Gamari2019-12-021-1/+1
* gitlab-ci: Add Debian 10 buildsBen Gamari2019-12-021-1/+35
* gitlab-ci: Consolidate release build configurationBen Gamari2019-12-021-23/+25
* gitlab-ci: Set LANG on CentOS 7Ben Gamari2019-12-021-0/+2
* gitlab-ci: pxz is unavailable on CentOS 7Ben Gamari2019-12-022-1/+4
* gitlab-ci: Bump Docker imagesBen Gamari2019-12-021-1/+1
* base: Fix <unistd.h> #includeBen Gamari2019-12-021-2/+2
* gitlab-ci: Disable Sphinx build on Debian 8Ben Gamari2019-12-021-0/+6
* win32-init: Drop workaround for #17480Ben Gamari2019-12-021-2/+0
* gitlab-ci: Fix changelog linting logicBen Gamari2019-12-021-1/+1
* Simplify: Fix pretty-printing of strictnessBen Gamari2019-12-021-2/+2
* More Haddock syntax in GHC.Hs.UtilsBen Gamari2019-12-021-15/+16
* Fix more typosBrian Wignall2019-12-0234-35/+35
* API Annotations: Unicode '->' on HsForallTyAlan Zimmerman2019-12-025-1/+38
* Convert warnings into assertionsKrzysztof Gogolewski2019-12-022-4/+4
* testsuite: Don't override LD_LIBRARY_PATH, only prependBen Gamari2019-12-021-1/+1
* testsuite: Fix location of typing_stubs moduleBen Gamari2019-12-022-13/+23
* Update DisambECP-related commentsVladislav Zavialov2019-12-011-112/+36
* Improve tests for #17171Roland Senn2019-11-302-6/+5
* Simpler Semigroup instance for InsideLam and InterestingCtxtSebastian Graf2019-11-301-6/+4
* Use Hadrian by default in validate script (#17527)Sylvain Henry2019-11-301-7/+9
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-3052-1599/+1440
* Hadrian docs: Rename the second "validate" entry to "slow-validate" [ci skip]Sebastian Graf2019-11-301-1/+1
* Improve few Foreign.Marshal.Utils docsÖmer Sinan Ağacan2019-11-291-11/+21
* Pass ModDetails with (partial) ModIface in HscStatusÖmer Sinan Ağacan2019-11-294-46/+51
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-2816-183/+169
* Fix endian handling of LLVM backendStefan Schulze Frielinghaus2019-11-281-10/+4
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-28121-160/+160
* Reduce boolean blindness in OccInfo(OneOcc) #17482Philipp Krüger2019-11-285-56/+86
* .gitmodules: tweak 'exception' URL to avoid redirection warningsSergei Trofimovich2019-11-271-1/+1
* Fix @since annotations for isResourceVanishedError and friends (#17488)Ryan Scott2019-11-271-3/+3
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-27172-742/+937
* Make warnings for TH splices opt-inSebastian Graf2019-11-2710-88/+168
* Remove prefix arrow support for GADTs (#17211)Krzysztof Gogolewski2019-11-253-23/+0
* configure: Fix HAVE_C11_ATOMICS macroBen Gamari2019-11-241-1/+3
* On FreeBSD 12 sys/sysctl.h requires sys/types.hViktor Dukhovni2019-11-241-0/+1
* Fix typosBrian Wignall2019-11-2336-55/+54
* 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