Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export pprTrace and friends from GHC.Prelude. | Andreas Klebinger | 2022-11-03 | 1 | -1/+1 |
| | | | | | Introduces GHC.Prelude.Basic which can be used in modules which are a dependency of the ppr code. | ||||
* | Avoid GHC_STAGE and other include bits | John Ericson | 2021-11-05 | 1 | -4/+1 |
| | | | | | | | | | We should strive to make our includes in terms of the RTS as much as possible. One place there that is not possible, the llvm version, we make a new tiny header Stage numbers are somewhat arbitrary, if we simple need a newer RTS, we should say so. | ||||
* | Move GlobalVar macros into GHC.Utils.GlobalVars | Sylvain Henry | 2021-05-12 | 1 | -5/+30 |
| | | | | | That's the only place where they are used and they shouldn't be used elsewhere. | ||||
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 1 | -1/+1 |
| | |||||
* | Remove unsafeGlobalDynFlags (#17957, #14597) | Sylvain Henry | 2020-09-30 | 1 | -0/+112 |
There are still global variables but only 3 booleans instead of a single DynFlags. |