summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* EPA: handling of con_bndrs in mkGadtDeclwip/az/T20558Alan Zimmerman2022-04-061-2/+1
* Ensure implicit parameters are liftedsheaf2022-04-011-5/+3
* Fix error when using empty case in arrow notationJakob Bruenker2022-04-012-13/+38
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-0133-490/+770
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-0120-120/+202
* driver: In oneshot mode, look for interface files in hidirMatthew Pickering2022-04-011-3/+10
* driver: Improve -Wunused-packages error message (and simplify implementation)Matthew Pickering2022-04-015-41/+37
* hlint: Ignore suggestions in generated HaddockLex fileMatthew Pickering2022-04-011-1/+1
* Fix panic when pretty printing HsCmdLamJakob Bruenker2022-04-011-0/+4
* Minor cleanupKrzysztof Gogolewski2022-04-017-50/+16
* Unify RuntimeRep arguments in ty_co_matchsheaf2022-04-011-12/+19
* new datatypes for parsedResultActionJakob Bruenker2022-04-012-7/+22
* Refactor handling of global initializersBen Gamari2022-04-0117-89/+372
* Fix mention of non-existent "rehydrateIface" function [skip ci]wip/t21303Matthew Pickering2022-03-301-1/+1
* Refactor: make primtypes independent of PrimRepsKrzysztof Gogolewski2022-03-304-123/+103
* Fix reference to Note [FunBind vs PatBind]Ben Gamari2022-03-301-2/+2
* Give parsing plugins access to errorsJakob Brünker2022-03-303-8/+26
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-2941-154/+154
* Consistently attach SrcSpans to sub-expressions in TH splicesRyan Scott2022-03-281-139/+173
* EPA: let stmt with semicolon has wrong anchorAlan Zimmerman2022-03-283-3/+14
* Add Red Herring to Note [What might equal later?]Richard Eisenberg2022-03-283-87/+130
* Modularize Tidy (#17957)Sylvain Henry2022-03-257-250/+328
* Make -ddump-rn-ast and -ddump-tc-ast work in GHCiMatthew Pickering2022-03-251-0/+6
* Add the OPAQUE pragmaChristiaan Baaij2022-03-2515-21/+233
* WorkWrap: Handle partial FUN apps in `isRecDataCon` (#21265)Sebastian Graf2022-03-242-93/+74
* Fix and simplify DeriveAnyClass's context inference using SubTypePredSpecRyan Scott2022-03-245-260/+467
* Define filterOut with filterSylvain Henry2022-03-231-3/+1
* Reverse dependency between StgToCmm and Runtime.Heap.LayoutSylvain Henry2022-03-233-43/+42
* Avoid redundant imports of GHC.Driver.SessionSylvain Henry2022-03-236-9/+2
* Improve error message when warning about unsupported LLVM version (#20958)Zubin Duggal2022-03-231-1/+1
* Fix behaviour of -Wunused-packages in ghciMatthew Pickering2022-03-232-25/+25
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-2351-644/+1589
* Avoid some SOURCE importsSylvain Henry2022-03-203-3/+2
* Revamp derived Eq instance code generation (#17240)nineonine2022-03-201-59/+82
* Remove dead code HsDoRnromes2022-03-192-6/+0
* codeGen: Fix signedness of jump table indexingBen Gamari2022-03-182-11/+47
* TTG: TH brackets finishing touchesromes2022-03-1810-193/+155
* TTG: Make HsQuote GhcTc isomorphic to NoExtFieldromes2022-03-182-18/+62
* TTG: Refactor bracket for desugaring during tcromes2022-03-1814-157/+151
* Separate constructors for typed and untyped bracketsromes2022-03-1818-195/+285
* Type-checking untyped bracketsromes2022-03-184-20/+47
* TTG: Refactor HsBracketromes2022-03-1814-79/+74
* Demand: Let `Boxed` win in `lubBoxity` (#21119)Sebastian Graf2022-03-163-117/+227
* TH: allow negative patterns in quotes (#20711)Zubin Duggal2022-03-161-1/+8
* Suggest FFI extensions as hints (#20116)Aaron Allen2022-03-162-5/+5
* Convert Diagnostics in GHC.Tc.Gen.ForeignAaron Allen2022-03-167-149/+385
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-1513-59/+111
* DmdAnal: Don't unbox recursive data types (#11545)Sebastian Graf2022-03-146-43/+107
* Fix isLiftedType_maybe and handle falloutsheaf2022-03-1446-374/+703
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-1419-444/+238