Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parser: don't require the HomeUnitId | Sylvain Henry | 2020-10-13 | 1 | -1/+0 |
| | | | | | | | The HomeUnitId is only used by the Cmm parser and this one has access to the DynFlags, so it can grab the UnitId of the HomeUnit from them. Bump haddock submodule | ||||
* | Make the parser module less dependent on DynFlags | Sylvain Henry | 2020-09-29 | 1 | -0/+14 |
| | | | | Bump haddock submodule | ||||
* | DynFlags: add sm_pre_inline field into SimplMode (#17957) | Sylvain Henry | 2020-09-09 | 1 | -3/+3 |
| | | | | It avoids passing and querying DynFlags down in the simplifier. | ||||
* | DynFlags: add UnfoldingOpts and SimpleOpts | Sylvain Henry | 2020-09-09 | 1 | -0/+25 |
Milestone: after this patch, we only use 'unsafeGlobalDynFlags' for the state hack and for debug in Outputable. |