Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `AttrsWithOwner` and clean up `source_map` | Jonas Schievink | 2021-03-19 | 1 | -4/+4 |
| | |||||
* | Merge #8059 | bors[bot] | 2021-03-17 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | | | 8059: Move doc-comment highlight injection from AST to HIR r=matklad,jonas-schievink a=Veykril Fixes #5016 Co-authored-by: Lukas Wirth <[email protected]> | ||||
| * | Move doc-comment highlight injection from AST to HIR | Lukas Wirth | 2021-03-16 | 1 | -2/+3 |
| | | |||||
* | | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
|/ | | | | example: let x: String = String::from("hello world").into(); | ||||
* | Fix broken link in intra-doc | Daiki Ihara | 2021-01-22 | 1 | -0/+6 |
| | |||||
* | Implement HasAttrs for Type-, Const- and LifetimeParam | Lukas Wirth | 2021-01-02 | 1 | -9/+10 |
| | |||||
* | Impl HasAttrs for GenericParam | Lukas Wirth | 2021-01-01 | 1 | -3/+10 |
| | |||||
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -3/+3 |
| | |||||
* | Remove hir_def/docs.rs module | Lukas Wirth | 2020-12-07 | 1 | -1/+4 |
| | |||||
* | Remove documentation query | Lukas Wirth | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Tease apart orthogonal concerns in markdown link rewriting | Aleksey Kladov | 2020-08-26 | 1 | -79/+54 |
| | | | | | | | | | | | | `hir` should know nothing about URLs, markdown and html. It should only be able to: * resolve stringy path from documentation * generate canonical stringy path for a def In contrast, link rewriting should not care about semantics of paths and names resolution, and should be concern only with text mangling bits. | ||||
* | Remove monomorphisation from doclinks resolving code | Aleksey Kladov | 2020-08-25 | 1 | -20/+21 |
| | |||||
* | Remove AttrDef | Aleksey Kladov | 2020-08-25 | 1 | -39/+42 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-08-25 | 1 | -6/+6 |
| | |||||
* | Move attrs from code_module to a separate module | Aleksey Kladov | 2020-08-25 | 1 | -0/+132 |