summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Bump Cabal submoduleBen Gamari2022-02-104-17/+12
* Add suggestion mode to notes-utilMatthew Pickering2022-02-083-4/+33
* Fix some notesMatthew Pickering2022-02-082-2/+2
* Add notes linter to testsuiteMatthew Pickering2022-02-085-855/+40
* gitlab-ci: Add lint-notes jobBen Gamari2022-02-081-2/+3
* notes-util: initial commitBen Gamari2022-02-086-0/+1144
* Purge DynFlags from GHC.StgJohn Ericson2022-02-061-1/+1
* testsuite: Run testsuite dependency calculation before GHC is builtMatthew Pickering2022-02-042-57/+0
* Fix a few Note inconsistenciesBen Gamari2022-02-016-8/+7
* Improve migration strategy for the XDG compliance change to the GHC applicationZubin Duggal2022-01-311-29/+47
* Fix parsing & printing of unboxed sumssheaf2022-01-111-0/+6
* Perf: use SmallArray for primops' Ids cache (#20857)Sylvain Henry2022-01-061-2/+2
* Multiple Home UnitsMatthew Pickering2021-12-283-5/+5
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-0/+0
* Add OpenBSD to llvm-targetsGreg Steuck2021-12-141-0/+7
* libiserv: Rename Lib module to IServBen Gamari2021-12-141-1/+1
* iserv: Remove network dependent parts of libiservMatthew Pickering2021-12-124-521/+0
* Explicit Data.List import list in check-ppr (#20789)Sebastian Graf2021-12-071-1/+1
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-0/+0
* ghc-cabal: Manually specify -XHaskell2010Ben Gamari2021-12-011-1/+2
* rts: Refactor SRT representation selectionBen Gamari2021-12-011-2/+3
* TTG: replace Void/NoExtCon with DataConCantHappenKrzysztof Gogolewski2021-11-291-0/+0
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-201-0/+5
* ghc-cabal: Use bootstrap compiler's text packageBen Gamari2021-11-181-9/+1
* Bump text and parsec submodulesBen Gamari2021-11-181-1/+6
* Bump Cabal submoduleBen Gamari2021-11-181-1/+1
* ghc-cabal, make: Add support for building C++ object codeBen Gamari2021-11-181-0/+1
* Make: Get rid of `BUILD_.*_INCLUDE_DIRS`John Ericson2021-11-162-3/+1
* Hadrian: fix windows cross-build (#20657)Sylvain Henry2021-11-151-0/+7
* Make: Get rid of GHC_INCLUDE_DIRSJohn Ericson2021-11-152-3/+3
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-121-0/+0
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-061-2/+2
* Avoid GHC_STAGE and other include bitsJohn Ericson2021-11-051-1/+2
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-023-10/+14
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-023-20/+21
* make build system: RTS should use dist-install not distJohn Ericson2021-10-291-1/+1
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-241-6/+6
* Refactor package importsSylvain Henry2021-10-222-1/+2
* Remove IndefiniteSylvain Henry2021-10-221-3/+2
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-0/+0
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-141-1/+2
* testsuite: strip windows line endings for haddockZubin Duggal2021-10-131-0/+0
* EPA: Add comments to EpaDeltaAlan Zimmerman2021-10-074-25/+26
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-041-5/+2
* Trees That Grow refactor for HsTick and HsBinTickAndrea Condoluci2021-09-301-4/+0
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-231-0/+1
* deriveConstants: Add hie.yamlSven Tennie2021-09-231-0/+1
* Remove Cabal dependency from check-exact and check-ppr executablesMatthew Pickering2021-09-172-2/+0
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-171-2/+2
* EPA: Capture '+' location for NPlusKPatAlan Zimmerman2021-09-081-2/+10