Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: ![Screenshot_20190927_022136](https://user-images.githubusercontent.com/14816024/65714465-b4568f80-e0cd-11e9-8043-dd44c2ae8040.png) 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 |