Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the result of Const, FunctionRender and TypeAliasRender constructors ↵ | Nick Spain | 2021-01-02 | 1 | -5/+4 |
| | | | | | | optional They use source() which now returns an Option so they need to too. | ||||
* | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 1 | -0/+1 |
| | |||||
* | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 1 | -1/+1 |
| | | | | To start migrating HasSource::source to return an Option. | ||||
* | Get rid of do-er antipattern | Igor Aleksanov | 2020-11-03 | 1 | -3/+10 |
| | |||||
* | Add doc-comments to the new files | Igor Aleksanov | 2020-11-03 | 1 | -0/+2 |
| | |||||
* | Add TypeAliasRender | Igor Aleksanov | 2020-11-03 | 1 | -2/+1 |
| | |||||
* | Add ConstRender | Igor Aleksanov | 2020-11-03 | 1 | -0/+47 |