Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 | |
* | | | fix: use raw idents in `make::name{_ref}` with keywords | Jonas Schievink | 2021-05-07 | 2 | -2/+32 | |
|/ / | ||||||
* | | Merge #8745 | bors[bot] | 2021-05-06 | 2 | -0/+24 | |
|\ \ | ||||||
| * | | Support goto_type_definition for types | Lukas Tobias Wirth | 2021-05-06 | 2 | -0/+24 | |
* | | | Merge #8280 | bors[bot] | 2021-05-06 | 6 | -30/+53 | |
|\ \ \ | ||||||
| * | | | Fix build | Dawer | 2021-05-06 | 1 | -1/+1 | |
| * | | | Hide implementation details of TokenText | Dawer | 2021-05-06 | 2 | -8/+20 | |
| * | | | Clean up | Dawer | 2021-05-06 | 1 | -15/+2 | |
| * | | | Borrow text from nodes of immutable syntax trees | Dawer | 2021-05-06 | 2 | -25/+49 | |
| * | | | Adapt to a new rowan borrowing node API. | Dawer | 2021-05-06 | 2 | -2/+2 | |
| * | | | Update to rowan 0.13.0-pre.5 | Dawer | 2021-05-06 | 1 | -1/+1 | |
* | | | | Reuse database in LowerCtx | Jonas Schievink | 2021-05-06 | 7 | -20/+15 | |
* | | | | Update crates/hir_def/src/nameres/tests/incremental.rs | Aleksey Kladov | 2021-05-06 | 1 | -1/+1 | |
* | | | | internal: add failing incremental test | Aleksey Kladov | 2021-05-06 | 1 | -0/+52 | |
* | | | | Don't store call-site text offsets in hygiene info | Jonas Schievink | 2021-05-06 | 18 | -93/+143 | |
* | | | | Small macro fix | Kirill Bulatov | 2021-05-06 | 1 | -1/+1 | |
* | | | | internal: use API stabilized in 1.52 | Aleksey Kladov | 2021-05-06 | 6 | -89/+15 |