Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update crates/ide/src/view_crate_graph.rs | Jonas Schievink | 2021-05-11 | 1 | -2/+2 |
* | Distinguish crates with identical name | Jonas Schievink | 2021-05-11 | 1 | -1/+1 |
* | Allow viewing the crate graph in a webview | Jonas Schievink | 2021-05-11 | 6 | -0/+102 |
* | Merge #8800 | bors[bot] | 2021-05-11 | 1 | -16/+34 |
|\ | |||||
| * | Make "pull assignments up" assist work in more cases | Jesse Bakker | 2021-05-11 | 1 | -16/+34 |
* | | Merge #8794 | bors[bot] | 2021-05-10 | 7 | -60/+70 |
|\ \ | |||||
| * | | Update docs | Lukas Wirth | 2021-05-10 | 1 | -2/+2 |
| * | | Give MergeBehaviour variants better names | Lukas Wirth | 2021-05-10 | 7 | -60/+70 |
* | | | Corrected 2 typos on line 83 | mixio | 2021-05-10 | 1 | -1/+1 |
|/ / | |||||
* | | feat: auto-indent use tree lists | Jonas Schievink | 2021-05-10 | 1 | -0/+115 |
* | | simplify | Aleksey Kladov | 2021-05-10 | 2 | -12/+12 |
* | | feat: auto-insert `}` when typing `{` in use item | Jonas Schievink | 2021-05-09 | 1 | -19/+131 |
* | | Merge #8783 | bors[bot] | 2021-05-09 | 14 | -117/+104 |
|\ \ | |||||
| * | | internal: introduce `ast::make::ext` module with common shortcuts | Aleksey Kladov | 2021-05-09 | 14 | -117/+104 |
* | | | Merge #8782 | bors[bot] | 2021-05-09 | 4 | -44/+49 |
|\| | | |||||
| * | | internal: fix make API | Aleksey Kladov | 2021-05-09 | 4 | -44/+49 |
* | | | Merge #8781 | bors[bot] | 2021-05-09 | 7 | -100/+100 |
|\| | | |||||
| * | | internal: rewrite **Repalce impl Trait** assist to mutable syntax trees | Aleksey Kladov | 2021-05-09 | 2 | -23/+20 |
| * | | cleanups | Aleksey Kladov | 2021-05-09 | 3 | -5/+6 |
| * | | cleanups | Aleksey Kladov | 2021-05-09 | 4 | -17/+25 |
| * | | minor: fix test style | Aleksey Kladov | 2021-05-09 | 2 | -67/+31 |
| * | | fix: join lines doesn't add space before closing quote | Aleksey Kladov | 2021-05-09 | 1 | -0/+30 |
* | | | Merge #8776 | bors[bot] | 2021-05-09 | 10 | -74/+119 |
|\ \ \ | |/ / |/| | | |||||
| * | | Test that none of the macros are reparsed | Jonas Schievink | 2021-05-09 | 1 | -0/+6 |
| * | | Precompute macro fragment kind | Jonas Schievink | 2021-05-09 | 9 | -74/+113 |
* | | | fix: join lines doesn't add space before closing quote | Aleksey Kladov | 2021-05-09 | 1 | -9/+32 |
* | | | Merge #8777 | bors[bot] | 2021-05-09 | 2 | -4/+4 |
|\ \ \ | |||||
| * | | | Escape characters in builtin macros correctly | Edwin Cheng | 2021-05-09 | 2 | -4/+4 |
| |/ / | |||||
* | | | Merge #8774 | bors[bot] | 2021-05-09 | 3 | -37/+82 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use RUSTC_BOOTSTRAP=1 instead of +nightly when discovering rust_cfgs throughs... | Lukas Wirth | 2021-05-08 | 2 | -40/+35 |
| * | | Discover rustc_cfg through unstable cargo options | Lukas Wirth | 2021-05-08 | 3 | -33/+83 |
* | | | Merge #8773 | bors[bot] | 2021-05-08 | 6 | -78/+222 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Don't handle Self as a usage for TraitDefs | Lukas Wirth | 2021-05-08 | 2 | -23/+27 |
| * | | Fix builtintype def_to_ty | Lukas Wirth | 2021-05-08 | 1 | -8/+14 |
| * | | Correctly support SelfType when searching for usages | Lukas Wirth | 2021-05-08 | 6 | -76/+210 |
* | | | Merge #8775 | bors[bot] | 2021-05-08 | 2 | -2/+23 |
|\ \ \ | |||||
| * | | | Add `=` to pattern recovery | Lukas Wirth | 2021-05-08 | 2 | -2/+23 |
| |/ / | |||||
* | | | minor: remove dead code | Aleksey Kladov | 2021-05-08 | 1 | -11/+1 |
* | | | feat: add "mentoring instructions" test for pull up assist | Aleksey Kladov | 2021-05-08 | 1 | -1/+32 |
* | | | internal: pull_assignment_up uses mutable trees | Aleksey Kladov | 2021-05-08 | 2 | -69/+71 |
* | | | minor: add missing test | Aleksey Kladov | 2021-05-08 | 1 | -16/+36 |
|/ / | |||||
* | | dead code | Aleksey Kladov | 2021-05-08 | 1 | -121/+1 |
* | | internal: remove one more usage of SyntaxRewriter | Aleksey Kladov | 2021-05-08 | 1 | -56/+46 |
|/ | |||||
* | internal: remove one more syntax rewriter | Aleksey Kladov | 2021-05-08 | 3 | -65/+38 |
* | internal: add rust-analyzer version to panic context | Aleksey Kladov | 2021-05-08 | 1 | -4/+17 |
* | internal: expose cfg attrs from hir::Crate | Aleksey Kladov | 2021-05-07 | 3 | -1/+7 |
* | Use package renaming so source doesn't say tikv | John Renner | 2021-05-07 | 2 | -4/+4 |
* | Switch from jemalloc to tikv-jemalloc | John Renner | 2021-05-07 | 2 | -4/+4 |
* | Merge #8751 | bors[bot] | 2021-05-07 | 1 | -6/+13 |
|\ | |||||
| * | minor: standard snippet | Aleksey Kladov | 2021-05-07 | 1 | -6/+13 |