| Commit message (Expand) | Author | Age | Files | Lines |
* | gitignore: don't ignore all aclocal.m4 files | Ben Gamari | 2022-07-18 | 1 | -1/+2 |
* | Ignore .hie-bioswip/T20836 | Sebastian Graf | 2022-06-20 | 1 | -0/+1 |
* | Introduce package to capture dependency on C++ stdlib | Ben Gamari | 2022-05-17 | 1 | -0/+1 |
* | docs: Fix path to GHC API docs in index.html | Matthew Pickering | 2022-05-10 | 1 | -1/+0 |
* | Add /linters/*/dist-install/ to .gitignore | Ryan Scott | 2022-04-06 | 1 | -0/+1 |
* | gitignore all (build) directories headed by _ | Sebastian Graf | 2022-03-11 | 1 | -2/+2 |
* | Reinstallable GHC | Zubin Duggal | 2022-02-21 | 1 | -0/+1 |
* | Generate ghcversion.h with the top-level configure | John Ericson | 2021-11-12 | 1 | -8/+0 |
* | Remove target dependent CPP for Word64/Int64 (#11470) | Sylvain Henry | 2021-11-06 | 1 | -1/+0 |
* | Avoid GHC_STAGE and other include bits | John Ericson | 2021-11-05 | 1 | -0/+1 |
* | Make build system: Put make generated include's in RTS distdirs | John Ericson | 2021-10-31 | 1 | -4/+2 |
* | make build system: RTS should use dist-install not dist | John Ericson | 2021-10-29 | 1 | -1/+1 |
* | Move `/includes` to `/rts/include`, sort per package better | John Ericson | 2021-08-09 | 1 | -3/+8 |
* | packaging: Give ghc-pkg the same version as ProjectVersion | Matthew Pickering | 2021-07-27 | 1 | -0/+1 |
* | Break up aclocal.m4 | Ben Gamari | 2021-05-05 | 1 | -0/+1 |
* | ghc-in-ghci: Drop it | Ben Gamari | 2021-02-14 | 1 | -5/+0 |
* | Add driver/ghci/ghci-wrapper.cabal to .gitignore | Ryan Scott | 2021-02-01 | 1 | -0/+1 |
* | hadrian: Introduce ghci-wrapper package | Ben Gamari | 2021-01-30 | 1 | -0/+6 |
* | Add _validatebuild to .gitignore | Cheng Shao | 2021-01-23 | 1 | -0/+1 |
* | .gitignore *.hiedb files | Sebastian Graf | 2020-09-10 | 1 | -0/+3 |
* | Ignore more files | Sven Tennie | 2020-08-31 | 1 | -2/+9 |
* | Add docs/users_guide/.log to .gitignore | Ryan Scott | 2019-10-14 | 1 | -1/+2 |
* | Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.h | John Ericson | 2019-10-04 | 1 | -3/+1 |
* | Update .gitignore | Matthew Pickering | 2019-08-04 | 1 | -1/+11 |
* | gitignore: Add .mypy_cache | Ben Gamari | 2019-07-31 | 1 | -0/+1 |
* | Deduplicate "unique subdir" code between GHC and Cabal | John Ericson | 2019-07-09 | 1 | -1/+0 |
* | Add /includes/dist to .gitignore | Ryan Scott | 2019-05-07 | 1 | -0/+1 |
* | Force LF line ending for md5sum [skip-ci] | Tamar Christina | 2019-03-22 | 1 | -0/+1 |
* | Git ignore .hadrian_ghci (generated by the ./hadrian/ghci.sh) | David Eichmann | 2019-03-15 | 1 | -0/+1 |
* | Rip out object splitting | Ben Gamari | 2019-03-05 | 1 | -1/+0 |
* | Cleanup iserv/iserv-proxy | Moritz Angermann | 2019-02-28 | 1 | -0/+1 |
* | Bump ghc version to 8.9 | Ryan Scott | 2019-02-20 | 1 | -0/+1 |
* | Use autoconf to generate version numbers for libiserv and friends | Ryan Scott | 2018-11-26 | 1 | -1/+4 |
* | Ignore .gdb_history files | Ben Gamari | 2018-11-11 | 1 | -0/+1 |
* | resolve T13704 | chessai | 2018-10-02 | 1 | -1/+7 |
* | Use -fobject-code in the GHCi script for loading GHC | Michael Sloan | 2018-08-06 | 1 | -0/+5 |
* | Embrace -XTypeInType, add -XStarIsType | Vladislav Zavialov | 2018-06-14 | 1 | -0/+1 |
* | Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv` | Moritz Angermann | 2018-06-07 | 1 | -2/+1 |
* | Add HeapView functionality | Patrick Dougherty | 2018-05-20 | 1 | -0/+1 |
* | Remove MAX_PATH restrictions from RTS, I/O manager and various utilities | Tamar Christina | 2018-03-31 | 1 | -0/+5 |
* | Add bindist-list.uniq to .gitignore | Ömer Sinan Ağacan | 2018-03-07 | 1 | -0/+1 |
* | Update .gitignore | Ömer Sinan Ağacan | 2018-02-26 | 1 | -0/+2 |
* | Revert "Move `iserv` into `utils` and change package name | Ben Gamari | 2018-02-20 | 1 | -1/+2 |
* | Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv` | Moritz Angermann | 2018-02-15 | 1 | -2/+1 |
* | Remove hadrian sub-dir from .gitignore | Matthew Pickering | 2017-11-21 | 1 | -1/+0 |
* | Fix rts.cabal.in | Moritz Angermann | 2017-11-18 | 1 | -0/+1 |
* | Revert "Move check-ppr and check-api-annotations to testsuite/utils" | Ben Gamari | 2017-11-02 | 1 | -1/+0 |
* | Move check-ppr and check-api-annotations to testsuite/utils | Ben Gamari | 2017-09-27 | 1 | -0/+1 |
* | Add gen-dll as replacement for dll-split | Tamar Christina | 2017-08-29 | 1 | -0/+1 |
* | users_guide: Convert mkUserGuidePart generation to a Sphinx extension | Patrick Dougherty | 2017-08-18 | 1 | -1/+1 |