| Age | Commit message (Expand) | Author | Lines |
| 2022-11-19 | fix: Fix nested macro diagnostics pointing at macro expansion files | Lukas Wirth | -19/+25 |
| 2022-11-18 | fix: Fix proc-macro-srv search paths for Arch Linux | Lukas Wirth | -48/+25 |
| 2022-11-17 | Auto merge of #13629 - jonas-schievink:remove-dbg-selection, r=jonas-schievink | bors | -7/+56 |
| 2022-11-17 | Make "Remove dbg!()" assist work on selections | Jonas Schievink | -7/+56 |
| 2022-11-16 | Auto merge of #13625 - lowr:fix/proc-macro-src-test, r=lnicola | bors | -3/+3 |
| 2022-11-17 | Update proc-macro-srv tests | Ryo Yoshida | -3/+3 |
| 2022-11-16 | Auto merge of #13624 - lowr:fix/unsize-array-inference-variable, r=lnicola | bors | -1/+17 |
| 2022-11-16 | fix: resolve inference variable before applying adjustments | Ryo Yoshida | -1/+17 |
| 2022-11-15 | Auto merge of #13615 - mati865:miow-update, r=jonas-schievink | bors | -40/+54 |
| 2022-11-15 | Auto merge of #13623 - jonas-schievink:strip-trait-item-completions, r=jonas-... | bors | -6/+76 |
| 2022-11-15 | Strip comments and attributes off of all trait item completions | Jonas Schievink | -6/+76 |
| 2022-11-15 | Auto merge of #13622 - jonas-schievink:fix-gat-completions, r=jonas-schievink | bors | -14/+63 |
| 2022-11-15 | Fix GAT completion not including generic parameters | Jonas Schievink | -14/+63 |
| 2022-11-13 | Update several crates to bring support for the new Tier 3 Windows targets | Mateusz Mikuła | -40/+54 |
| 2022-11-11 | Auto merge of #13607 - Veykril:proc-macro-error, r=Veykril | bors | -5/+5 |
| 2022-11-11 | internal: Add version info to unsupported proc macro abi error | Lukas Wirth | -5/+5 |
| 2022-11-11 | Auto merge of #13606 - Veykril:trait-alias, r=Veykril | bors | -22/+37 |
| 2022-11-11 | fix: Add trait alias grammar to rust.ungram | Lukas Wirth | -22/+37 |
| 2022-11-11 | Auto merge of #13605 - Veykril:empty-ws-error, r=Veykril | bors | -9/+6 |
| 2022-11-11 | fix: Fix r-a eagerly showing no discovered workspace errors | Lukas Wirth | -9/+6 |
| 2022-11-11 | Auto merge of #13604 - Veykril:hover-attr, r=Veykril | bors | -1/+8 |
| 2022-11-11 | fix: Fix hover in attributed items not preferring similar kinded tokens | Lukas Wirth | -1/+8 |
| 2022-11-11 | Auto merge of #13602 - lowr:fix/nameres-transitive-visibility, r=Veykril | bors | -99/+145 |
| 2022-11-11 | Auto merge of #13548 - lowr:fix/tt-punct-spacing, r=Veykril | bors | -65/+229 |
| 2022-11-11 | Auto merge of #13603 - Veykril:no-workspaces, r=Veykril | bors | -3/+16 |
| 2022-11-11 | Send status notification if there are no found workspaces | Lukas Wirth | -3/+16 |
| 2022-11-11 | Fix tests that depended on loose visibility restriction | Ryo Yoshida | -89/+90 |
| 2022-11-11 | Resolve invisible defs in `fix_visibility` assist | Ryo Yoshida | -10/+14 |
| 2022-11-11 | fix: check visibility of each segment in path resolution | Ryo Yoshida | -0/+41 |
| 2022-11-10 | Test `TokenTree`s' equality modulo `Punct`s' spacing | Ryo Yoshida | -8/+33 |
| 2022-11-10 | Ignore outermost non-delimited `Subtree` when reversing fixups | Ryo Yoshida | -14/+28 |
| 2022-11-09 | Auto merge of #13590 - Veykril:proc-macro-rustc-src, r=Veykril | bors | -28/+41 |
| 2022-11-09 | Add proc-macro dependency to rustc_private crates | Lukas Wirth | -28/+41 |
| 2022-11-08 | Auto merge of #13584 - jonas-schievink:fix-signature-panic, r=jonas-schievink | bors | -28/+54 |
| 2022-11-08 | Don't canonicalize self type when querying FnOnce signature | Jonas Schievink | -28/+54 |
| 2022-11-08 | Auto merge of #13582 - lnicola:nest-cargo-toml, r=lnicola | bors | -0/+5 |
| 2022-11-08 | Nest Cargo.lock under Cargo.toml in Code | Laurențiu Nicola | -0/+5 |
| 2022-11-08 | Auto merge of #13581 - Veykril:unit-struct-compl, r=Veykril | bors | -2/+38 |
| 2022-11-08 | fix: Fix item completions not working properly after unit structs and outline... | Lukas Wirth | -2/+38 |
| 2022-11-07 | Auto merge of #13573 - Veykril:invalid-file-range, r=Veykril | bors | -2/+4 |
| 2022-11-07 | internal: error instead of panic on invalid file range | Lukas Wirth | -2/+4 |
| 2022-11-07 | Auto merge of #13572 - Veykril:cancellable, r=Veykril | bors | -43/+44 |
| 2022-11-07 | internal: Use Cancellable in favor of Result for clarity | Lukas Wirth | -43/+44 |
| 2022-11-07 | Auto merge of #13571 - Veykril:unique-references, r=Veykril | bors | -0/+2 |
| 2022-11-07 | Deduplicate reference search results | Lukas Wirth | -0/+2 |
| 2022-11-07 | Auto merge of #13568 - noritada:fix/len-of-byte-string-with-escaped-newlines,... | bors | -6/+40 |
| 2022-11-07 | Auto merge of #13570 - Veykril:dedup-crates-for, r=Veykril | bors | -18/+7 |
| 2022-11-07 | Remove code duplication | Lukas Wirth | -18/+7 |
| 2022-11-07 | Add test code for unescaping byte strings | Noritada Kobayashi | -0/+25 |
| 2022-11-07 | Auto merge of #13545 - Veykril:adjustment-hints, r=Veykril | bors | -105/+304 |