Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support unlifted datatypes in GHCi | Luite Stegeman | 2021-07-02 | 1 | -5/+5 |
| | | | | fixes #19628 | ||||
* | Remove useless {-# LANGUAGE CPP #-} pragmas | Sylvain Henry | 2021-05-12 | 1 | -1/+1 |
| | |||||
* | Fully remove HsVersions.h | Sylvain Henry | 2021-05-12 | 1 | -2/+0 |
| | | | | | | | | | | Replace uses of WARN macro with calls to: warnPprTrace :: Bool -> SDoc -> a -> a Remove the now unused HsVersions.h Bump haddock submodule | ||||
* | Generate GHCi bytecode from STG instead of Core and support unboxed | Luite Stegeman | 2021-03-20 | 1 | -35/+63 |
| | | | | | | tuples and sums. fixes #1257 | ||||
* | Core: introduce Alt/AnnAlt/IfaceAlt datatypes | Sylvain Henry | 2021-01-22 | 1 | -1/+1 |
| | | | | | | Alt, AnnAlt and IfaceAlt were using triples. This patch makes them use dedicated types so that we can try to make some fields strict (for example) in the future. | ||||
* | compiler/ByteCode: Allow 2^32 local labels | Ben Gamari | 2020-10-15 | 1 | -1/+2 |
| | | | | | | This widens LocalLabel to 2^16, avoiding the crash observed in #14334. Closes #14334. | ||||
* | compiler/ByteCode: Make LocalLabel a newtype | Ben Gamari | 2020-10-15 | 1 | -2/+6 |
| | |||||
* | Lint the compiler for extraneous LANGUAGE pragmas | Hécate | 2020-10-10 | 1 | -1/+1 |
| | |||||
* | Modules: Utils and Data (#13009) | Sylvain Henry | 2020-04-26 | 1 | -3/+3 |
| | | | | | | | Update Haddock submodule Metric Increase: haddock.compiler | ||||
* | Modules (#13009) | Sylvain Henry | 2020-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * SysTools * Parser * GHC.Builtin * GHC.Iface.Recomp * Settings Update Haddock submodule Metric Decrease: Naperian parsing001 | ||||
* | Modules: Types (#13009) | Sylvain Henry | 2020-03-29 | 1 | -5/+5 |
| | | | | | | | Update Haddock submodule Metric Increase: haddock.compiler | ||||
* | Modules: Core (#13009) | Sylvain Henry | 2020-03-16 | 1 | -1/+1 |
| | | | | Update submodule: haddock | ||||
* | Modules: Core (#13009) | Sylvain Henry | 2020-02-26 | 1 | -2/+2 |
| | | | | Update haddock submodule | ||||
* | Module hierarchy: ByteCode and Runtime (cf #13009) | Sylvain Henry | 2020-02-12 | 1 | -0/+373 |
Update haddock submodule |