Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix API of Attr | uHOOCCOOHu | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | cleanup editor | Aleksey Kladov | 2019-09-30 | 1 | -4/+7 |
| | |||||
* | remove ast_editor.rs | Aleksey Kladov | 2019-09-30 | 1 | -5/+4 |
| | |||||
* | move remove bounds to ast/edit.rs | Aleksey Kladov | 2019-09-30 | 1 | -2/+1 |
| | |||||
* | migrate add impl items to the new editing API | Aleksey Kladov | 2019-09-28 | 1 | -8/+7 |
| | |||||
* | simplify strip attrs | Aleksey Kladov | 2019-09-28 | 1 | -9/+3 |
| | |||||
* | Merge #1815 | bors[bot] | 2019-09-27 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1815: Support correct `$crate` expansion in macros r=uHOOCCOOHu a=uHOOCCOOHu This PR makes normal use cases of `$crate` from macros work as expected. It makes more macros from `std` work. Type inference works well with `panic`, `unimplemented`, `format`, and maybe more. Sadly that `vec![1, 2, 3]` still not works, but it is not longer an issue about macro. Screenshot:  Co-authored-by: uHOOCCOOHu <[email protected]> | ||||
| * | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 1 | -1/+1 |
| | | |||||
* | | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 2 | -6/+3 |
|/ | |||||
* | keep ast creation API simple | Aleksey Kladov | 2019-09-26 | 3 | -21/+23 |
| | |||||
* | add new editing API, suitable for modifying several nodes at once | Aleksey Kladov | 2019-09-25 | 1 | -20/+19 |
| | |||||
* | shorten AstBuilder names | Aleksey Kladov | 2019-09-25 | 3 | -23/+17 |
| | |||||
* | minor builder cleanups | Aleksey Kladov | 2019-09-25 | 2 | -4/+4 |
| | |||||
* | move ast builder to a separate file | Aleksey Kladov | 2019-09-25 | 3 | -6/+3 |
| | |||||
* | move assists to subdir | Aleksey Kladov | 2019-09-25 | 18 | -0/+4550 |