summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* Improve pretty-printing of coercionswip/T19890Simon Peyton Jones2021-06-171-1/+1
* Improve abstractVars quantification orderingSimon Peyton Jones2021-06-171-5/+11
* Enhance cast worker/wrapper for INLINABLESimon Peyton Jones2021-06-176-104/+220
* Fix error message for record updates, #19972Krzysztof Gogolewski2021-06-161-1/+1
* PPC NCG: Fix panic in linear register allocatorPeter Trommler2021-06-161-1/+1
* Remove the backend correction logic, as it is already been fixed at this pointDivam2021-06-161-27/+2
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-165-52/+71
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-1618-69/+86
* DerivingVia for Hsc instances. GND for NonDetFastString and LexicalFastString.Baldur Blöndal2021-06-163-26/+13
* Fix INLINE pragmas in desugarerSimon Peyton Jones2021-06-102-31/+46
* Reword: representation instead of levitysheaf2021-06-1044-259/+289
* Fix redundant importSylvain Henry2021-06-101-1/+2
* Do not add unfoldings to lambda-bindersSimon Peyton Jones2021-06-105-88/+23
* FinderCache: Also cache file hashing in interface file checksMatthew Pickering2021-06-093-17/+39
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-0817-198/+362
* Parser: make less DynFlags dependentSylvain Henry2021-06-077-33/+42
* Make Logger independent of DynFlagsSylvain Henry2021-06-0773-1271/+1265
* Drop absent bindings in worker/wrapperSimon Peyton Jones2021-06-056-75/+138
* Re-do rubbish literalsSimon Peyton Jones2021-06-0514-115/+237
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-053-24/+36
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-0536-113/+3429
* Fix #19682 by breaking cycles in DerivedsRichard Eisenberg2021-06-0510-569/+824
* Make some simple primops levity-polymorphicsheaf2021-06-046-20/+62
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-046-25/+80
* Follow up #12449: Improve function `Inspect.hs:check2`Roland Senn2021-06-031-20/+64
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-0324-446/+959
* Driver Rework PatchMatthew Pickering2021-06-0327-826/+769
* WW: Mark absent errors as diverging againSebastian Graf2021-06-024-56/+57
* Fix infinite looping in hptSomeModulesBelowMatthew Pickering2021-06-021-6/+14
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-023-11/+27
* Specify the reason for import for the backpack's extra importsDivam2021-06-022-9/+13
* Fail before checking instances in checkHsigIface if exports don't match (#19244)Zubin Duggal2021-06-021-0/+9
* Allow primops in a :print (and friends) command. Fix #19394Roland Senn2021-06-022-11/+38
* StgM: Use ReaderT rather than StateTBen Gamari2021-05-291-5/+5
* Use GHC's State monad consistentlyBen Gamari2021-05-2910-12/+22
* Split GHC.Utils.Monad.State into .Strict and .LazyBen Gamari2021-05-2910-9/+95
* Rip GHC.Tc.Solver.Monad asunder (only)Richard Eisenberg2021-05-2913-1926/+2029
* Fix and slight improvement to datacon worker/wrapper notesSylvain Henry2021-05-292-2/+5
* Bignum: match on DataCon workers in rules (#19892)Sylvain Henry2021-05-291-7/+26
* Fix Note [Positioning of forkM]Zubin Duggal2021-05-291-5/+4
* ghci: Enable -fkeep-going by defaultMatthew Pickering2021-05-291-1/+1
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-296-80/+117
* Add -Wmissing-exported-pattern-synonym-signaturesThomas Winant2021-05-293-128/+163
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-276-33/+36
* Enable strict dicts by default at -O2.Andreas Klebinger2021-05-272-17/+56
* Avoid fingerprinting the absolute path to the source filePepe Iborra2021-05-263-8/+45
* Support new parser types in GHCAlfredo Di Napoli2021-05-2620-1257/+1524
* Make tcIfaceCompleteMatch lazier.Zubin Duggal2021-05-251-2/+13
* Refactor driver code; de-duplicate and split APIs (#14095, !5555)Divam2021-05-258-367/+368
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-241-0/+1