summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Bump haddock submoduleZubin Duggal2022-07-261-0/+0
* Use correct arch for the FreeBSD triple in gen-data-layout.shGleb Popov2022-07-111-1/+1
* hadrian: detect if 'main' is not a haskell file and add it to appropriate lis...Zubin Duggal2022-05-133-3/+3
* Bump Haddock submodule to current ghc-9.2 headBen Gamari2022-02-171-0/+0
* Improve migration strategy for the XDG compliance change to the GHC applicationZubin Duggal2022-02-071-29/+47
* ghc-cabal: Manually specify -XHaskell2010Ben Gamari2021-12-111-1/+2
* Bump Haddock submodule to current state of ghc-9.2 branchBen Gamari2021-12-111-0/+0
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-10-251-0/+5
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-10-233-183/+176
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-10-231-2/+2
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-151-1/+5
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-131-6/+6
* EPA: Add comments to EpaDeltaAlan Zimmerman2021-10-134-25/+26
* EPA: Capture '+' location for NPlusKPatAlan Zimmerman2021-10-131-2/+10
* Remove ANN pragmas in check-ppr and check-exactMatthew Pickering2021-09-132-6/+0
* Bump haddock submoduleBen Gamari2021-08-061-0/+0
* Bump cabal submodule to 3.6.0.0Ben Gamari2021-08-043-3/+3
* packaging: Give ghc-pkg the same version as ProjectVersionMatthew Pickering2021-08-041-1/+1
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-07-283-17/+25
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-07-052-2/+5
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-07-052-16/+28
* Move showSDocUnsafe/showPprUnsafe back into GHC.Utils.OutputableSylvain Henry2021-06-285-5/+2
* Generate parser for DerivedConstants.hSylvain Henry2021-06-041-31/+89
* Remove dynamic-by-default (#16782)Sylvain Henry2021-06-041-4/+2
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-132-2/+7
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-122-2/+3
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-122-4/+17
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-122-1/+3
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-122-38/+25
* EPA: cleanups after the mergeAlan Zimmerman2021-04-219-426/+176
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-301-1/+1
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-295-45/+45
* EPA : rename AnnAnchor to EpaAnchorAlan Zimmerman2021-03-293-18/+18
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-293-14/+8
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-297-406/+380
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-295-61/+43
* EPA : Remove ApiAnn from ParsedModuleAlan Zimmerman2021-03-295-207/+170
* EPA: Run exactprint transformation tests as part of CIAlan Zimmerman2021-03-2980-1843/+868
* configure: Bump version to 9.2Ben Gamari2021-03-231-0/+0
* rts: Use long-path-aware statBen Gamari2021-03-232-2/+6
* check-ppr,check-exact: Write out result as binaryGHC GitLab CI2021-03-202-8/+19
* GHC Exactprint main commitAlan Zimmerman2021-03-2097-285/+9398
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-0/+0
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-103-3/+3
* FastMutInt: Ensure that newFastMutInt initializes valueBen Gamari2021-03-101-0/+0
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-093-3/+3
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-0/+0
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-0/+0
* Implement riscv64 LLVM backendAndreas Schwab2021-03-051-0/+3
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-9/+9