summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store ComponentId detailsSylvain Henry2020-03-2911-84/+148
* Demand analysis: simplify the demand for a RHSSimon Peyton Jones2020-03-293-96/+117
* Merge GHC.Types.CostCentre.Init into GHC.Driver.CodeOutputSylvain Henry2020-03-293-66/+56
* Remove GHC.Types.Unique.Map moduleSylvain Henry2020-03-291-206/+0
* Modules: Types (#13009)Sylvain Henry2020-03-29305-1457/+20569
* Use run-time tablesNextToCode in compiler exclusively (#15548)Joachim Breitner2020-03-261-1/+3
* DynFlags refactoring IIISylvain Henry2020-03-2538-838/+860
* Do not panic on linker errorsPeter Trommler2020-03-251-3/+5
* Remove -fkill-absence and -fkill-one-shot flagsSebastian Graf2020-03-252-9/+2
* Fix ApplicativeDo regression #17835Josef Svenningsson2020-03-232-19/+36
* Update core spec to reflect changes to Core.Richard Eisenberg2020-03-205-12/+65
* Simplify treatment of heterogeneous equalityRichard Eisenberg2020-03-205-45/+95
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-1960-2318/+2530
* PmCheck: Use ConLikeSet to model negative infoSebastian Graf2020-03-192-17/+45
* Modules: Core operations (#13009)Sylvain Henry2020-03-1848-76/+30319
* Fix #17021 by checking more return kindsRichard Eisenberg2020-03-176-26/+49