summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-063-48/+133
* Refactoring module dependenciesSylvain Henry2021-08-131-1/+2
* Refactor HsStmtContext and remove HsDoRnArtyom Kuznetsov2021-08-102-16/+3
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-093-14/+14
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-3/+14
* Properly escape arguments in ghc-cabalZubin Duggal2021-08-031-3/+17
* packaging: Give ghc-pkg the same version as ProjectVersionMatthew Pickering2021-07-271-1/+1
* Generalise reallyUnsafePtrEquality# and use itsheaf2021-07-231-2/+8
* Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920Alfredo Di Napoli2021-07-084-7/+7
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-0/+0
* [iserv] learn -wait cli flagMoritz Angermann2021-06-241-5/+18
* EPA: Bringing over tests and updates from ghc-exactprintAlan Zimmerman2021-06-246-463/+288
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-162-23/+23