summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* compiler: Use compact representation for SourceTextZubin Duggal2023-05-161-13/+13
* Bump hsc2hs submoduleCheng Shao2023-05-101-0/+0
* Add hashes to unit-ids created by hadrianromes2023-05-041-1/+2
* Hardwire a better unit-id for ghcromes2023-05-041-10/+13
* Add sized primitive literal syntaxBen Orchard2023-05-032-0/+6
* EPA: Use ExplicitBraces only in HsModuleAlan Zimmerman2023-04-262-33/+21
* Misc cleanupKrzysztof Gogolewski2023-04-171-1/+0
* driver: Unit State Data.Map -> GHC.Unique.UniqMapdoyougnu2023-04-011-0/+0
* Handle records in the renamersheaf2023-03-292-8/+10
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-242-4/+4
* Rename () into Unit, (,,...,,) into Tuple<n> (#21294)Andrei Borzenkov2023-03-211-0/+0
* Update commit for utils/hpc git submoduleDavid Binder2023-03-081-0/+0
* Update commit for utils/hpc git submoduleDavid Binder2023-03-081-0/+0
* Add git submodule for utils/hpcDavid Binder2023-03-081-0/+0
* Remove utils/hpc subdirectory and its contentsDavid Binder2023-03-0814-2069/+0
* Bump hsc2hs submodule to 0.68.8Ben Gamari2023-02-241-0/+0
* Merge libiserv with ghciSylvain Henry2023-02-173-92/+5
* Fix colors in emacs terminalBodigrim2023-02-041-2/+4
* Disable several ignore-warning flags in genapply.j2023-02-031-8/+6
* Assorted changes to avoid Data.List.{head,tail}Bodigrim2023-01-285-12/+14
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-232-4/+10
* ghc-pkg does not have to depend on terminfoBodigrim2023-01-182-45/+17
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-01-162-4/+9
* Bump hsc2hs submoduleCheng Shao2023-01-131-0/+0
* EPA: exact print HsDocTyAlan Zimmerman2023-01-092-1/+6
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-052-7/+7
* check-exact: Fix build with -WerrorMatthew Pickering2023-01-041-1/+2
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-225-32/+56
* Bump GHC version to 9.7ghc-9.7-startBen Gamari2022-12-221-0/+0
* base: Bump version to 4.18Ben Gamari2022-12-212-0/+0
* Support mtl-2.3 in check-exactBodigrim2022-12-083-4/+7
* Add initial support for LoongArch Architecture.lrzlin2022-12-081-0/+3
* Add BufSpan to EpaLocation (#22319, #22558)Vladislav Zavialov2022-12-054-12/+12
* Refactor TyCon to have a top-level productSimon Peyton Jones2022-12-021-0/+0
* Add Javascript backendSylvain Henry2022-11-291-18/+66
* Assorted fixes to avoid Data.List.{head,tail}Bodigrim2022-11-252-4/+7
* utils/unlit: adjust parser to match Report specJonathan Dowland2022-11-221-2/+2
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-112-1/+1
* rts: workaround cmm's improper variadic ccall breaking wasm32 typecheckingCheng Shao2022-11-111-3/+4
* deriveConstants: parse .ll output for wasm32 due to broken nmCheng Shao2022-11-111-2/+21
* Fix Cmm symbol kindCheng Shao2022-11-111-0/+26
* gen-dll: Drop itBen Gamari2022-11-033-560/+0
* llvm-targets: Add datalayouts for big-endian AArch64 targetsBen Gamari2022-10-251-0/+3
* Class layout info (#19623)Vladislav Zavialov2022-10-233-10/+13
* Allow configuration of error message printingMatthew Pickering2022-10-183-18/+12
* use heredocEric Lindblad2022-10-171-3/+4
* remove redirectEric Lindblad2022-10-171-1/+1
* example rewriteEric Lindblad2022-10-171-2/+2
* Update the check-exact infrastructure to match ghc-exactprintAlan Zimmerman2022-10-1711-3095/+3818
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-272-1/+1