summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* PPC NCG: Add DWARF constants and debug labelsPeter Trommler2020-04-225-9/+53
* Mark DataCon wrappers CONLIKEAlexis King2020-04-224-14/+111
* `MatchResult'` -> `MatchResult`John Ericson2020-04-229-63/+61
* Generalize type of `matchCanFail`John Ericson2020-04-221-1/+1
* Inline `adjustMatchResult`John Ericson2020-04-225-15/+14
* Remove panic in dsHandleMonadicFailureJohn Ericson2020-04-222-37/+42
* Refactor the `MatchResult` type in the desugarerJonathan DK Gibbons2020-04-223-87/+110
* CmmToAsm DynFlags refactoring (#17957)Sylvain Henry2020-04-2112-243/+241
* Avoid `sdocWithDynFlags` in `pprCLbl` (#17957)Sylvain Henry2020-04-211-125/+100
* Avoid using sdocWithDynFlags (#17957)Sylvain Henry2020-04-213-14/+13
* Avoid DynFlags in Ppr code (#17957)Sylvain Henry2020-04-215-10/+16
* GHC.Runtime: avoid DynFlags (#17957)Sylvain Henry2020-04-213-11/+18
* Use ParserFlags in GHC.Runtime.Eval (#17957)Sylvain Henry2020-04-211-16/+17
* Fix a buglet in redundant-constraint warningsSimon Peyton Jones2020-04-201-3/+10
* Add missing addInScope call for letrec binders in OccurAnalAlexis King2020-04-191-3/+5
* Modules (#13009)Sylvain Henry2020-04-18200-615/+28419
* GHC.Core.Opt renamingSylvain Henry2020-04-1856-249/+249
* Add a missing zonk in tcHsPartialTypeSimon Peyton Jones2020-04-181-14/+81
* Use FailOperator in more places, define a couple datatypes (XBindStmtRn and X...Cale Gibbard2020-04-1711-60/+97
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-1717-117/+134
* Change the fail operator argument of BindStmt to be a MaybeCale Gibbard2020-04-1710-44/+66
* Fix #18065 by fixing an InstCo oversight in Core LintRyan Scott2020-04-171-6/+6
* Fix #18052 by using pprPrefixOcc in more placesRyan Scott2020-04-152-9/+13
* Change zipWith to zipWithEqual in a few placesKrzysztof Gogolewski2020-04-1412-21/+28
* Use conLikeUserTyVarBinders to quantify field selector typesRyan Scott2020-04-124-21/+100
* Implement extensible interface filesJosh Meredith2020-04-124-7/+154
* Significant refactor of LintSimon Peyton Jones2020-04-122-518/+532
* DmdAnal: No need to attach a StrictSig to DataCon workersSebastian Graf2020-04-095-33/+28
* Special case `isConstraintKindCon` on `AlgTyCon`Sebastian Graf2020-04-092-4/+10
* Handle promoted data constructors in typeToLHsType correctlyRyan Scott2020-04-081-1/+6
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-0753-686/+104
* Modules: type-checker (#13009)Sylvain Henry2020-04-07167-342/+83003
* simplifier: Kill off ufKeenessFactorBen Gamari2020-04-072-20/+24
* Refactoring onlySimon Peyton Jones2020-04-061-25/+36
* Fix an tricky specialiser loopSimon Peyton Jones2020-04-061-123/+206
* Don't override proc CafInfos in ticky buildsÖmer Sinan Ağacan2020-04-062-5/+37
* Revert accidental change in 9462452Ömer Sinan Ağacan2020-04-031-2/+0
* Major improvements to the specialiserSimon Peyton Jones2020-04-034-389/+528
* Refactor CmmStaticsSylvain Henry2020-04-0326-127/+101
* Move blob handling into StgToCmmSylvain Henry2020-04-0311-39/+59
* Improve and refactor StgToCmm codegen for DataCons.Andreas Klebinger2020-04-031-77/+170
* Add outputable instances for the types in GHC.Iface.Ext.Types, add -ddump-hieZubin Duggal2020-04-035-47/+101
* Session: Memoize stderrSupportsAnsiColorsBen Gamari2020-04-021-2/+1
* Preserve precise exceptions in strictness analysisSebastian Graf2020-04-022-3/+54
* Re-engineer the binder-swap transformationSimon Peyton Jones2020-04-0215-622/+636
* PmCheck: Adjust recursion depth for inhabitation testSebastian Graf2020-04-011-9/+33
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-015-83/+80
* Clean up "Eta reduction for data families" NotesRyan Scott2020-04-014-14/+21
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-316-25/+6
* Minor cleanupKrzysztof Gogolewski2020-03-296-48/+49