Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use raw cfgs in json project and fix typo | oxalica | 2019-10-05 | 3 | -9/+18 |
| | |||||
* | Add docs | uHOOCCOOHu | 2019-10-02 | 2 | -0/+6 |
| | |||||
* | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 8 | -14/+76 |
| | |||||
* | Optimize | uHOOCCOOHu | 2019-10-02 | 5 | -13/+28 |
| | |||||
* | Refactor CfgOptions inside | uHOOCCOOHu | 2019-10-02 | 3 | -13/+20 |
| | |||||
* | Support cfg attribute on impl blocks | uHOOCCOOHu | 2019-10-02 | 5 | -13/+90 |
| | |||||
* | Enable CfgOptions `test` for workspace crates | uHOOCCOOHu | 2019-10-02 | 9 | -26/+134 |
| | |||||
* | Introduce ra_cfg to parse and evaluate CfgExpr | uHOOCCOOHu | 2019-10-02 | 11 | -27/+315 |
| | |||||
* | Pass attributes as token tree to DefCollector | uHOOCCOOHu | 2019-10-02 | 4 | -21/+54 |
| | |||||
* | Merge #1948 | bors[bot] | 2019-10-02 | 4 | -18/+18 |
|\ | | | | | | | | | | | | | | | 1948: Update pico-args, flexi_logger and either r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]> | ||||
| * | Update pico-args | kjeremy | 2019-10-02 | 4 | -10/+10 |
| | | |||||
| * | flexi_logger and either | kjeremy | 2019-10-02 | 1 | -8/+8 |
|/ | |||||
* | Merge #1938 | bors[bot] | 2019-09-30 | 1 | -85/+85 |
|\ | | | | | | | | | | | | | | | 1938: :arrow_up: deps r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | :arrow_up: deps | Aleksey Kladov | 2019-09-30 | 1 | -85/+85 |
|/ | |||||
* | Merge #1937 | bors[bot] | 2019-09-30 | 170 | -29/+413 |
|\ | | | | | | | | | | | | | | | 1937: Added test for check doc strings in directory crates/ r=andreevlex a=andreevlex #1856 Co-authored-by: Alexander Andreev <[email protected]> | ||||
| * | Change user message. | Alexander Andreev | 2019-09-30 | 1 | -1/+1 |
| | | |||||
| * | Drop debug strings. | Alexander Andreev | 2019-09-30 | 1 | -5/+1 |
| | | |||||
| * | Merge branch 'master' into feature/issue/1856 | Alexander Andreev | 2019-09-30 | 53 | -958/+1181 |
| |\ | |/ |/| | | | | | # Conflicts: # crates/ra_assists/src/ast_editor.rs | ||||
* | | Merge #1934 | bors[bot] | 2019-09-30 | 40 | -660/+870 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1934: Parse Path and AttrInput in Attr r=matklad a=uHOOCCOOHu [Syntax reference](https://doc.rust-lang.org/reference/attributes.html#attributes) Co-authored-by: uHOOCCOOHu <[email protected]> | ||||
| * | | Fixes | uHOOCCOOHu | 2019-09-30 | 2 | -19/+8 |
| | | | |||||
| * | | Fix API of Attr | uHOOCCOOHu | 2019-09-30 | 9 | -54/+32 |
| | | | |||||
| * | | Parse correct AttrInput | uHOOCCOOHu | 2019-09-30 | 33 | -601/+844 |
|/ / | |||||
* | | Merge #1936 | bors[bot] | 2019-09-30 | 10 | -286/+280 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1936: cleanup editor r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | cleanup editor | Aleksey Kladov | 2019-09-30 | 2 | -5/+11 |
| | | | |||||
| * | | remove ast_editor.rs | Aleksey Kladov | 2019-09-30 | 4 | -59/+16 |
| | | | |||||
| * | | move remove bounds to ast/edit.rs | Aleksey Kladov | 2019-09-30 | 3 | -18/+16 |
| | | | |||||
| * | | move field list to ast/edit.rs | Aleksey Kladov | 2019-09-30 | 5 | -108/+106 |
| | | | |||||
| * | | migrate add impl items to the new editing API | Aleksey Kladov | 2019-09-28 | 4 | -80/+109 |
| | | | |||||
| * | | simplify strip attrs | Aleksey Kladov | 2019-09-28 | 5 | -29/+35 |
|/ / | |||||
* | | Merge #1931 | bors[bot] | 2019-09-28 | 2 | -5/+21 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1931: Support the new deprecated tag r=matklad a=arsdragonfly Which is rendered as a strike-through line. Fixes #1671 . ![深度截图_选择区域_20190927162008](https://user-images.githubusercontent.com/4067473/65799714-ccb4c180-e142-11e9-8e45-ab18964605f3.png) Co-authored-by: arsdragonfly <[email protected]> | ||||
| * | | Fix | arsdragonfly | 2019-09-28 | 1 | -3/+1 |
| | | | |||||
| * | | Fix tests | arsdragonfly | 2019-09-27 | 2 | -6/+5 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer | arsdragonfly | 2019-09-27 | 22 | -129/+378 |
| |\ \ | |||||
| * | | | Support the new deprecated tag | arsdragonfly | 2019-09-27 | 1 | -1/+20 |
| | | | | |||||
* | | | | Merge #1932 | bors[bot] | 2019-09-28 | 1 | -6/+9 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | 1932: correctly reset chalk state after a panic r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | | correctly reset chalk state after a panic | Aleksey Kladov | 2019-09-28 | 1 | -6/+9 |
|/ / / | |||||
* | | | Merge #1930 | bors[bot] | 2019-09-27 | 2 | -3/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1930: replace horrible hack with a slightly less horrible one r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | | replace horrible hack with a slightly less horrible one | Aleksey Kladov | 2019-09-27 | 2 | -3/+5 |
|/ / / | |||||
| | * | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 171 | -29/+419 |
| |/ |/| | | | | | #1856 | ||||
* | | Merge #1815 | bors[bot] | 2019-09-27 | 20 | -126/+373 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]> | ||||
| * | Fix | uHOOCCOOHu | 2019-09-27 | 2 | -2/+2 |
| | | |||||
| * | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 14 | -37/+268 |
| | | |||||
| * | Store crate info in `MacroDefId` | uHOOCCOOHu | 2019-09-26 | 3 | -5/+11 |
| | | |||||
| * | Refactor `Name` ready for hygienic macro | uHOOCCOOHu | 2019-09-26 | 4 | -84/+94 |
| | | |||||
* | | Merge #1923 | bors[bot] | 2019-09-26 | 11 | -126/+212 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1923: Add SubstsBuilder r=flodiebold a=flodiebold + further refactoring. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | | Add SubstsBuilder | Florian Diebold | 2019-09-26 | 11 | -126/+212 |
|/ / | | | | | | | + further refactoring. | ||||
* | | Merge #1921 | bors[bot] | 2019-09-26 | 13 | -87/+114 |
|\ \ | |/ |/| | | | | | | | | | | | 1921: WIP: start simplifying editing API r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 13 | -87/+114 |
| | | |||||
* | | Merge #1919 | bors[bot] | 2019-09-26 | 2 | -24/+45 |
|\| | | | | | | | | | | | | | | | 1919: move diff to ra_syntax r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | move diff to ra_syntax | Aleksey Kladov | 2019-09-26 | 2 | -24/+45 |
|/ |