summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* EPA: AnnAt missing for type application in patternsghc-9.2-az-4Alan Zimmerman2021-06-144-13/+16
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-06-142-3/+8
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-06-144-17/+14
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-0836-115/+3431
* Constants: add a note and fix minor doc glitchesSylvain Henry2021-06-042-26/+76
* Read constants header instead of global platformConstantsSylvain Henry2021-06-047-27/+64
* Remove dynamic-by-default (#16782)Sylvain Henry2021-06-041-12/+1
* Bignum: match on DataCon workers in rules (#19892)Sylvain Henry2021-06-011-7/+26
* EPA: update some comments in Annotations.Alan Zimmerman2021-05-171-119/+82
* Disallow -XDerivingVia when -XSafe is on (#19786)Aaron Allen2021-05-131-1/+11
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-131-1/+1
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-121-3/+1
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-124-12/+26
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-122-6/+8
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-123-25/+43
* Make sized division primops ok-for-spec (#19026)Sylvain Henry2021-05-122-14/+47
* Propagate free variables in extract_lctxt correctlyRyan Scott2021-05-121-1/+1
* Fix Haddock referenceBen Gamari2021-05-121-1/+1
* Eliminate unsafeEqualityProof in CorePrepSimon Peyton Jones2021-05-1219-200/+410
* Fix magicDict in ghci (and in the presence of other ticks)Matthew Pickering2021-05-122-2/+7
* fix sub-word literals in GHCiLuite Stegeman2021-05-121-9/+26
* hie: Initialise the proper environment for calling dsExprMatthew Pickering2021-05-051-8/+13
* Fix handling ze_meta_tv_env in GHC.Tc.Utils.ZonkSimon Peyton Jones2021-04-231-31/+42
* EPA: cleanups after the mergeAlan Zimmerman2021-04-2117-403/+414
* codeGen: Teach unboxed sum rep logic about levityBen Gamari2021-04-193-33/+50
* Add {lifted,unlifted}DataConKey to pretendNameIsInScope's list of NamesRyan Scott2021-04-141-1/+6
* Fix some negation issues when creating FractionalLitMatthew Pickering2021-04-142-3/+7
* Test #19665 as expect_broken, with commentarywip/backport-MR4826-to-9.2Richard Eisenberg2021-04-132-8/+14
* Clarify commentary around the constraint solverRichard Eisenberg2021-04-133-32/+104
* Kick out fewer equalities by thinking harderRichard Eisenberg2021-04-132-27/+44
* Tweak kick-out condition K2b to deal with LHSsRichard Eisenberg2021-04-133-52/+180
* Add missing axiom exports for CharToNat/NatToCharwip/backport-9.2-chartonat-axiomVladislav Zavialov2021-04-081-0/+2
* [armv7] PIC by default + [aarch64-linux] T11276 metric increasewip/angerman/linker-fixes-backportsMoritz Angermann2021-03-301-0/+1
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-301-4/+3
* Implement -Wmissing-kind-signatureswip/ghc-9.2-mergeOleg Grenrus2021-03-296-10/+47
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-294-87/+92
* EPA : rename AnnAnchor to EpaAnchorAlan Zimmerman2021-03-2911-94/+94
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-2912-37/+37
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-2918-618/+618
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-2911-172/+171
* EPA: Tidy up some GHC.Parser.Annotation commentsAlan Zimmerman2021-03-291-14/+33
* EPA : Remove ApiAnn from ParsedModuleAlan Zimmerman2021-03-298-29/+16
* Fix the binder-swap transformation in OccurAnalSimon Peyton Jones2021-03-292-53/+116
* Move loader state into InterpSylvain Henry2021-03-2317-553/+619
* PPC NCG: Fix int to float conversionPeter Trommler2021-03-231-6/+26
* UniqSM: oneShot-ifyBen Gamari2021-03-221-10/+21
* Short-circuit warning generation for partial type signaturesSimon Peyton Jones2021-03-221-2/+28
* compiler: Introduce mutableByteArrayContents# primopBen Gamari2021-03-222-0/+8
* Remove unnecessary extendTyVarEnvFVRn functionRyan Scott2021-03-213-11/+6
* Fix literals for unregisterized backend of small typesJohn Ericson2021-03-201-5/+16