summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make TcRnMonad independent of TcSplice (#14391)Krzysztof Gogolewski2018-10-044-15/+20
* Fix PE linker wibblesTamar Christina2018-10-042-13/+28
* Update performance numbers on WindowsTamar Christina2018-10-042-5/+10
* Multiple fixes / improvements for LLVM backendKavon Farvardin2018-10-045-62/+67
* Add -Wstar-is-type to the User's GuideVladislav Zavialov2018-10-041-0/+19
* testsuite: Skip T3171 for nowBen Gamari2018-10-041-0/+1
* Bump Cabal submoduleBen Gamari2018-10-041-0/+0
* Don't leak internal commentary into HasField's HaddocksRyan Scott2018-10-041-1/+1
* Set `infixr -1 ->`Alec Theriault2018-10-0410-16/+26
* Don't drop arguments in TH type argumentsAlec Theriault2018-10-045-9/+67
* Allow (unparenthesized) kind signaturesAlec Theriault2018-10-0421-65/+723
* Documentation fixes in 'template-haskell'Alec Theriault2018-10-042-25/+42
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-0412-77/+190
* Document the list data typeAlec Theriault2018-10-042-13/+33
* tc-trace changes onlySimon Peyton Jones2018-10-041-3/+4
* Distinguish Inferred from Specified tyvarsSimon Peyton Jones2018-10-045-11/+81
* Better pretty-printing of forall typesSimon Peyton Jones2018-10-042-8/+9
* Fail fast on pattern synonymsSimon Peyton Jones2018-10-0412-98/+165
* Do not mark CoVars as dead in the occur-analSimon Peyton Jones2018-10-044-0/+117
* Make Lint check that for CoVars more carefullySimon Peyton Jones2018-10-041-2/+8
* Better comments and debug-print onlySimon Peyton Jones2018-10-041-2/+6
* Better -ddump-typesSimon Peyton Jones2018-10-0419-94/+102
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-0426-262/+606
* Make GHC (the library) flexible in the choice of integer libraryJoachim Breitner2018-10-038-68/+110
* distrib: Remove mention of no-longer-existent make targetBen Gamari2018-10-031-3/+0
* Drop accidental write-attributes requestTamar Christina2018-10-031-4/+2
* Drop GHC 8.2 compatibilityRyan Scott2018-10-038-185/+4
* GHCi should not filter instances involving cTuplesAlec Theriault2018-10-024-0/+17
* rts.cabal.in: add more flags to control the extra flavours (for hadrian)Alp Mestanogullari2018-10-021-16/+24
* resolve T13704chessai2018-10-025-9/+45
* circleci: Create missing test-results directoryBen Gamari2018-10-021-1/+3
* Quantify class variables first in associated families' kindsRyan Scott2018-10-017-30/+138
* Fix #15637 by using VTA more in GNDRyan Scott2018-10-0110-55/+137
* circleci: Run slowtest with multiple threadsBen Gamari2018-10-011-1/+1
* ghc-prim: Fix typo in traceBinaryEvent# changelog entryBen Gamari2018-10-011-1/+2
* ghc-prim: Add missing changelog entryBen Gamari2018-10-011-0/+34
* primops: Fix documentation of compactAllocateBlock#Ben Gamari2018-10-011-4/+4
* ghc-bin.cabal.in: add a 'threaded' flag for hadrianAlp Mestanogullari2018-10-011-0/+12
* CodeGen: Teach CodeGen about aliasing of XMM/YMM/ZMM registersBen Gamari2018-10-011-32/+34
* Always check the relocation value for x86_64Zejun Wu2018-10-011-47/+79
* Add -fkeep-cafsSimon Marlow2018-09-2811-1/+107
* Expose wopt_set/unset_fatal in DynFlagsNeil Mitchell2018-09-281-1/+1
* Normalise EmptyCase types using the constraint solverRyan Scott2018-09-289-43/+162
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-09-278-22/+81
* users' guide: document -freverse-errorsquasicomputational2018-09-271-0/+10
* Fix constant-folding for Integer shiftsSimon Peyton Jones2018-09-263-9/+44
* Fix Lint of unsaturated type familiesSimon Peyton Jones2018-09-263-24/+40
* Expand the Note on let-bound skolemsSimon Peyton Jones2018-09-261-0/+25
* Add regression test for #15666Ryan Scott2018-09-252-0/+30
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-258-5/+59