| Age | Commit message (Expand) | Author | Lines |
| 2024-08-01 | when josh-proxy screws up the roundtrip, say what the involved commits are | Ralf Jung | -1/+4 |
| 2024-07-31 | docs: Fix JSON example for rust-analyzer.workspace.discoverConfig | Wilfred Hughes | -9/+7 |
| 2024-08-01 | Prevent redundant obigation push for assignee exprs | Shoyu Vanilla | -4/+8 |
| 2024-08-01 | fix: Apply `IndexMut` obligations for non-assigning mutable index usages, too | Shoyu Vanilla | -3/+71 |
| 2024-07-31 | Auto merge of #17750 - davidbarsky:david/remove-abspath-requirement-in-linked... | bors | -8/+6 |
| 2024-07-31 | fix: remove AbsPath requirement from linkedProjects | David Barsky | -8/+6 |
| 2024-07-31 | Add a test case | Shoyu Vanilla | -0/+2 |
| 2024-07-31 | fix: Errors on method call inferences with elided lifetimes | Shoyu Vanilla | -24/+72 |
| 2024-07-30 | Auto merge of #17744 - alibektas:debug_env_not_set, r=Veykril | bors | -1/+1 |
| 2024-07-30 | Set tracing level to debug when `cargo config get env` fails | Ali Bektas | -1/+1 |
| 2024-07-30 | Auto merge of #17735 - alibektas:ratoml_workspaces, r=Veykril | bors | -276/+337 |
| 2024-07-30 | Auto merge of #17742 - Veykril:wrong-retries, r=Veykril | bors | -4/+3 |
| 2024-07-30 | fix: Fix incorrect retrying of inlay hint requests | Lukas Wirth | -4/+3 |
| 2024-07-30 | Auto merge of #17741 - Veykril:include-raw, r=Veykril | bors | -2/+14 |
| 2024-07-30 | fix: Fix builtin includes rejecting raw string literals | Lukas Wirth | -2/+14 |
| 2024-07-29 | Remove clippy errors | Ali Bektas | -8/+5 |
| 2024-07-29 | Auto merge of #17707 - Veykril:proc-macro-err-cleanup, r=Veykril | bors | -826/+771 |
| 2024-07-29 | Add missing doc string | Lukas Wirth | -0/+1 |
| 2024-07-29 | Fix error spans for include! and compile_error! | Lukas Wirth | -29/+56 |
| 2024-07-29 | Auto merge of #17736 - hyf0:hyf_09234908234, r=Veykril | bors | -5/+13 |
| 2024-07-29 | Make basic use of spans for macro expansion errors | Lukas Wirth | -328/+387 |
| 2024-07-29 | Add test in `ide-completion/src/tests/item_list.rs` | Yunfei | -1/+3 |
| 2024-07-29 | Revert "Fix error message" | Yunfei | -5/+1 |
| 2024-07-29 | Auto merge of #17715 - Throne3d:fix/glob-may-override-vis-2, r=Veykril | bors | -32/+197 |
| 2024-07-29 | Auto merge of #17722 - joshka:jm/logs, r=Veykril | bors | -44/+46 |
| 2024-07-29 | Cargo fmt | Yunfei | -4/+8 |
| 2024-07-29 | Fix error message | Yunfei | -1/+5 |
| 2024-07-29 | feat(ide-completion): explictly show `async` keyword on `impl trait` | Yunfei | -2/+4 |
| 2024-07-29 | Remove unnec copying of source_root_ids | Ali Bektas | -4/+4 |
| 2024-07-29 | add skip_slow_tests to ratoml tests | Ali Bektas | -0/+61 |
| 2024-07-29 | Combine krate_ratoml and workspace_ratomls into one | Ali Bektas | -162/+163 |
| 2024-07-28 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+1 |
| 2024-07-28 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-07-28 | Auto merge of #17720 - ThouCheese:fix/doc-to-comment-naming, r=Veykril | bors | -2/+2 |
| 2024-07-28 | 17470 - run test explorer tests at the package level and add missing extra_te... | duncan | -10/+54 |
| 2024-07-27 | feat: add trace level to client logs | Josh McKinney | -0/+4 |
| 2024-07-27 | feat: use vscode log format for client logs | Josh McKinney | -46/+44 |
| 2024-07-28 | flip the naming of the doc comment to comment assist | Luuk Wester | -2/+2 |
| 2024-07-27 | Down to 1 failing test | Ali Bektas | -80/+66 |
| 2024-07-28 | Fix for #17497 - Invalid RA diagnostic error: expected 2 arguments, found 1 | Francis McKenzie | -3/+47 |
| 2024-07-27 | Auto merge of #17714 - Throne3d:patch-1, r=Veykril | bors | -1/+1 |
| 2024-07-27 | fix: let glob imports override other globs' visibility | Ryo Yoshida | -32/+197 |
| 2024-07-26 | docs: Reference cov_mark crate instead of test_utils/mark | Edward Jones | -1/+1 |
| 2024-07-26 | early exit if unresolved field is an index | Ali Bektas | -3/+45 |
| 2024-07-26 | fix: tweak hover/tooltip links | Young-Flash | -6/+11 |
| 2024-07-26 | Internal: Cleanup proc-macro error handling | Lukas Wirth | -522/+380 |
| 2024-07-26 | fix: Fix includes not working with expr fragment inputs | Lukas Wirth | -3/+18 |
| 2024-07-26 | Globals too are asking for sourcerootid | Ali Bektas | -86/+93 |
| 2024-07-26 | Turn root_ratoml into workspace_ratomls | Ali Bektas | -74/+83 |
| 2024-07-25 | Remove unused trace module | Lukas Wirth | -127/+46 |