summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Bump hsc2hs submodule to 0.68.8Ben Gamari2023-02-211-0/+0
* Fix colors in emacs terminalBodigrim2023-02-071-2/+4
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-02-012-5/+11
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-02-012-4/+9
* EPA: exact print HsDocTyAlan Zimmerman2023-02-012-0/+5
* ghc-pkg does not have to depend on terminfoBodigrim2023-01-252-45/+17
* Bump hsc2hs submoduleCheng Shao2023-01-251-0/+0
* check-exact: Fix build with -WerrorMatthew Pickering2023-01-061-1/+2
* 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
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-211-0/+0
* Add notes to ghc-prim Haddocks that users should not import itTom Ellis2022-09-201-1/+3
* Relax instances for Functor combinators; put superclass on Class1 and Class2 ...John Ericson2022-09-201-0/+0
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-193-9/+10
* Clean up some. In particular:M Farkas-Dyck2022-09-171-0/+0
* Add native delimited continuations to the RTSAlexis King2022-09-113-6/+14
* Drop mkdirhierBen Gamari2022-08-252-19/+0
* Drop make build systemBen Gamari2022-08-2519-761/+0
* Implement Response File support for HPCPeter Becich2022-08-177-16/+85
* Bump haddock submoduleBen Gamari2022-08-161-0/+0
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-113-6/+12
* rts: Move thread labels into TSOBen Gamari2022-08-061-0/+1
* genprimopcode: Drop ArrayArray# referencesBen Gamari2022-08-061-2/+0
* ghc-cabal: allow Cabal 3.8 to unbreak make buildsternenseemann2022-07-251-2/+2
* Fix exact printing of the HsRule nameAlan Zimmerman2022-07-061-2/+2
* Remove many GHC dependencies from L.H.Sromes2022-07-064-42/+36
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-037-27/+27
* Remove the traces of i386-*-openbsd, long live amd64Greg Steuck2022-06-271-1/+0
* Bump ghc-prim and base versionsBen Gamari2022-06-271-0/+0
* Use correct arch for the FreeBSD triple in gen-data-layout.shGleb Popov2022-06-221-1/+1
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-203-14/+10