Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge #1934 | bors[bot] | 2019-09-30 | 40 | -660/+870 | |
|\ \ \ | ||||||
| * | | | 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 | |
|\ \ \ | ||||||
| * | | | 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 | |
|\ \ \ | ||||||
| * | | | 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 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | 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 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
| |/ / |/| | | ||||||
* | | | Merge #1815 | bors[bot] | 2019-09-27 | 20 | -126/+373 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | 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 | |
|\ \ | ||||||
| * | | Add SubstsBuilder | Florian Diebold | 2019-09-26 | 11 | -126/+212 | |
|/ / | ||||||
* | | Merge #1921 | bors[bot] | 2019-09-26 | 13 | -87/+114 | |
|\ \ | |/ |/| | ||||||
| * | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 13 | -87/+114 | |
* | | Merge #1919 | bors[bot] | 2019-09-26 | 2 | -24/+45 | |
|\| | ||||||
| * | move diff to ra_syntax | Aleksey Kladov | 2019-09-26 | 2 | -24/+45 | |
|/ | ||||||
* | Merge #1918 | bors[bot] | 2019-09-26 | 9 | -250/+213 | |
|\ | ||||||
| * | keep ast creation API simple | Aleksey Kladov | 2019-09-26 | 9 | -250/+213 | |
|/ | ||||||
* | Merge #1917 | bors[bot] | 2019-09-26 | 2 | -8/+2 | |
|\ | ||||||
| * | disable periodic GC | Aleksey Kladov | 2019-09-26 | 2 | -8/+2 | |
* | | Merge #1823 | bors[bot] | 2019-09-26 | 6 | -257/+1218 | |
|\ \ | |/ |/| | ||||||
| * | Support all coercion places | uHOOCCOOHu | 2019-09-25 | 3 | -96/+216 | |
| * | Support custom `CoerceUnsized` | uHOOCCOOHu | 2019-09-25 | 4 | -247/+476 | |
| * | Better handle never type and branch merging | uHOOCCOOHu | 2019-09-25 | 5 | -181/+392 | |
| * | Support basic implicit type coerce | uHOOCCOOHu | 2019-09-25 | 2 | -142/+383 | |
| * | Support auto-deref in argument position | uHOOCCOOHu | 2019-09-25 | 2 | -1/+161 | |
* | | Merge #1916 | bors[bot] | 2019-09-26 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Missing word | nicrd | 2019-09-26 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #1912 | bors[bot] | 2019-09-25 | 7 | -31/+121 | |
|\ | ||||||
| * | add new editing API, suitable for modifying several nodes at once | Aleksey Kladov | 2019-09-25 | 7 | -31/+121 | |
* | | Merge #1914 | bors[bot] | 2019-09-25 | 5 | -19/+78 | |
|\ \ | ||||||
| * | | Resolve trait associated items | Florian Diebold | 2019-09-25 | 5 | -19/+78 | |
|/ / |