summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Move BreakInfo into own moduleJoachim Breitner2021-10-146-10/+18
* Set logger flags in --backpack modesheaf2021-10-131-2/+3
* Define and export Outputable instance for StgOpNorman Ramsey2021-10-131-0/+3
* shadowNames: Accept an OccName, not a GreNameJoachim Breitner2021-10-133-22/+13
* Force name_exe field to avoid retaining entire UnitEnv (including whole HPT)Matthew Pickering2021-10-121-2/+2
* driver: Filter out HPT modules **before** typecheck loopMatthew Pickering2021-10-121-3/+5
* More strictness around HomePackageTableMatthew Pickering2021-10-123-10/+20
* Make the fields of MakeEnv strictMatthew Pickering2021-10-121-5/+5
* Make fields of Linkable strictMatthew Pickering2021-10-121-2/+2
* driver: Pass hsc_env with empty HPT into upsweepMatthew Pickering2021-10-121-0/+1
* Be more careful about retaining KnotVarsMatthew Pickering2021-10-124-5/+51
* Make the OccName field of NotOrphan strictMatthew Pickering2021-10-121-1/+1
* Make ms_ghc_prim_import field strictMatthew Pickering2021-10-121-1/+1
* driver: Share the graph of dependenciesZubin Duggal2021-10-121-3/+5
* Add Hint to "Empty 'do' block" Error Message#20147Carrie Xu2021-10-121-0/+3
* Derive Eq instance for the HieTypeFix typeZejun Wu2021-10-121-0/+1
* driver: Fix assertion failure on self-importMatthew Pickering2021-10-101-1/+1
* Reject GADT pattern matches in arrow notationsheaf2021-10-0913-58/+146
* Add defaulting plugins.Andrei Barbu2021-10-086-26/+117
* code gen: Disable dead code elimination when -finfo-table-map is enabledMatthew Pickering2021-10-083-2/+8
* Fix -E -fno-code undesirable interactions #20439CarrieMY2021-10-081-2/+4
* Don't link plugins' units with target code (#20218)Sylvain Henry2021-10-082-2/+14
* Bignum: remove outdated commentSylvain Henry2021-10-071-8/+0
* Bignum: allow naturalToWordClamp/Negate/Signum to inline (#20361)Sylvain Henry2021-10-072-29/+3
* Bignum: allow inlining of naturalEq/Ne/Gt/Lt/Ge/Le/Compare (#20361)Sylvain Henry2021-10-072-64/+19
* Bignum: allow naturalEq#/Ne# to inline (#20361)Sylvain Henry2021-10-072-12/+17
* EPA: Add comments to EpaDeltaAlan Zimmerman2021-10-073-20/+25
* Removed left-over comment from `nonDetEltsUFM`-removal in `seqEltsUFM`.Benjamin Maurer2021-10-071-3/+0
* Improve overlap error for polykinded constraintssheaf2021-10-063-28/+37
* Disable -dynamic-too if -dynamic is also passedMatthew Pickering2021-10-061-0/+6
* Remove the Maybe in primRepName's typeRyan Scott2021-10-061-8/+9
* EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDeclAlan Zimmerman2021-10-061-16/+13
* Constant folding for (.&.) maxBound (#20448)Sylvain Henry2021-10-051-0/+6
* Ensure top-level binders in scope in SetLevelsSimon Peyton Jones2021-10-051-30/+37
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-058-322/+921
* Make GHC.Utils.Error.Validity type polymorphicAlfredo Di Napoli2021-10-054-12/+15
* CprAnal: Activate Sum CPR for local bindingsSebastian Graf2021-10-051-64/+12
* Simplifier: Get rid of demand zapping based on Note [Arity decrease]Sebastian Graf2021-10-051-32/+3
* WorkWrap: Nuke CPR signatures of join points (#18824)Sebastian Graf2021-10-051-23/+29
* Reject type family equation with wrong name (#20260)Krzysztof Gogolewski2021-10-051-25/+24
* Speed up valid hole-fits by adding early abort and checks.Matthías Páll Gissurarson2021-10-053-61/+108
* Bump TcLevel of failing kind equality implicationsheaf2021-10-041-8/+28
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-044-12/+36
* compiler: Fix racy ticker counter registrationBen Gamari2021-10-043-25/+47
* compiler: Improve Haddocks of atomic MachOpsBen Gamari2021-10-041-2/+4
* Clean up HiePass constraintsVladislav Zavialov2021-10-042-54/+26
* Constant folding for negate (#20347)Sylvain Henry2021-10-041-16/+49
* Don't use FastString for UTF-8 encoding onlySylvain Henry2021-10-023-4/+14
* Use eqType, not tcEqType, in metavar kind checkRichard Eisenberg2021-10-025-41/+35
* CmmToLlvm: Sign/Zero extend parameters for foreign calls on RISC-VAndreas Schwab2021-10-021-0/+1