summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't print the number of deps in count-deps testswip/enumerate-deps-only-no-countJohn Ericson2022-06-071-2/+1
* TTG: Rework and improve splicesromes2022-06-012-27/+12
* hadrian: Fix building from source-dist without alex/happyMatthew Pickering2022-05-302-2/+12
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-301-7/+30
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-263-13/+13
* Desugar RecordUpd in `tcExpr`wip/T18802CarrieMY2022-05-251-0/+0
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-232-8/+6
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-0/+0
* Don't store LlvmConfig into DynFlagsSylvain Henry2022-05-171-1/+1
* EPA: do statement with leading semicolon has wrong anchorAlan Zimmerman2022-05-111-3/+4
* genprimopcode: Replace LaTeX documentation syntax with HaddockAlexis King2022-05-042-204/+5
* genprimopcode: Support Unicode properlyAlexis King2022-05-042-20/+36
* rts: Refactor handling of dead threads' stacksBen Gamari2022-04-291-3/+5
* Revert "rts: Refactor handling of dead threads' stacks"Matthew Pickering2022-04-281-1/+0
* Remove unused lineTamar Christina2022-04-281-1/+0
* winio: add support to iserv.Tamar Christina2022-04-281-6/+26
* configure: Bump GHC version to 9.5Ben Gamari2022-04-281-0/+0
* rts: Refactor handling of dead threads' stacksBen Gamari2022-04-251-0/+1
* Drop remaining vestiges of libtoolBen Gamari2022-04-252-13/+11
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-082-0/+2
* Rename [] to List (#21294)Vladislav Zavialov2022-04-071-0/+0
* Fix a few new warnings when booting with GHC 9.2.2Ben Gamari2022-04-062-2/+6
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-2/+2
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-013-8/+16
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-012-2/+3
* Refactor: make primtypes independent of PrimRepsKrzysztof Gogolewski2022-03-301-3/+3
* Add the OPAQUE pragmaChristiaan Baaij2022-03-251-0/+0
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-236-42/+48
* TTG: Make HsQuote GhcTc isomorphic to NoExtFieldromes2022-03-181-3/+1