| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-20 | Implement using @set values | Nixon Enraght-Moony | -1/+2 | |
| 2021-02-20 | Implement @set | Nixon Enraght-Moony | -0/+3 | |
| 2021-02-20 | Add @is command to jsondocck | Nixon Enraght-Moony | -10/+10 | |
| 2021-02-08 | Add comment + move derive helper | Rune Tynan | -0/+4 | |
| 2021-02-08 | Make `header` a vec of modifiers, make FunctionPointer consistent with ↵ | Rune Tynan | -0/+49 | |
| Function and Method. | ||||
| 2021-02-05 | Add abi field to `Method` | Rune Tynan | -0/+25 | |
| 2021-02-05 | Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514 | Mara Bos | -0/+7 | |
| Remove struct_type from union output Also bumps the format number and adds a test Rationale: It's illegal to have unions of the form `union Union(i32, f32);`, or `union Union;`. The struct_type field was recently removed from the rustdoc Union AST, at which time this field was changed to always just read "union". It makes sense to completely remove it, as it provides no information. | ||||
| 2021-01-28 | Remove struct_type from union output and bump format | Rune Tynan | -0/+7 | |
| 2021-01-28 | Remove leading newline | Rune Tynan | -1/+0 | |
| 2021-01-28 | Fix has_body for trait methods | Rune Tynan | -0/+22 | |
| 2021-01-19 | Address review v2 | Rune Tynan | -46/+40 | |
| 2021-01-19 | Add jsondocck tool, and use it for rustdoc JSON | Rune Tynan | -988/+63 | |
| 2021-01-15 | Add warning to compare.py about error messages | Rune Tynan | -0/+3 | |
| 2021-01-15 | Fix JSON test | Rune Tynan | -2/+2 | |
| 2020-12-05 | Use true ID for def_id. | Nixon Enraght-Moony | -0/+203 | |
| 2020-12-02 | Normalize windows path seperators. | Nixon Enraght-Moony | -3/+6 | |
| 2020-12-01 | Address review comments. | Nixon Enraght-Moony | -46/+23 | |
| Go back to CRATE_DEF_INDEX Minor niceness improvements Don't output hidden items Remove striped items from fields Add $TEST_BASE_DIR Small catch | ||||
| 2020-12-01 | Add tests for rustdoc json | Nixon Enraght-Moony | -0/+809 | |
| Move rustdoc/rustdoc-json to rustdoc-json Scaffold rustdoc-json test mode Implement run_rustdoc_json_test Fix up python Make tidy happy | ||||
