| Age | Commit message (Expand) | Author | Lines |
| 2024-08-06 | Replace "`ra_ap_ide`" with "`ide` (aka `ra_ap_ide`)" | Vincent Esche | -1/+1 |
| 2024-08-06 | Fix spelling of "data structure" | Vincent Esche | -2/+2 |
| 2024-08-06 | Fix spelling of "object-oriented" | Vincent Esche | -2/+2 |
| 2024-08-06 | Fix obsolete repository URL in `[package.repository]` of `rust-analyzer` crate | Vincent Esche | -1/+1 |
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+31 |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' `[package.... | Vincent Esche | -33/+33 |
| 2024-08-06 | fix: Panic in path transform with default type parameters | Shoyu Vanilla | -5/+46 |
| 2024-08-05 | Auto merge of #17802 - Veykril:arg-mismatch-no-ty-mismatch, r=Veykril | bors | -3/+18 |
| 2024-08-05 | Surpress type mismatches in calls with mismatched arg counts | Lukas Wirth | -3/+18 |
| 2024-08-05 | Auto merge of #17771 - Veykril:parallel-vfs-config, r=Veykril | bors | -113/+181 |
| 2024-08-05 | Slightly optimize watch list in vfs | Lukas Wirth | -12/+29 |
| 2024-08-05 | Auto merge of #17791 - ShoyuVanilla:await-outside-of-async, r=Veykril | bors | -17/+187 |
| 2024-08-05 | Auto merge of #17775 - ShoyuVanilla:segregate-diags, r=Veykril | bors | -146/+255 |
| 2024-08-05 | perf: Segregate syntax and semantic diagnostics | Shoyu Vanilla | -146/+255 |
| 2024-08-05 | feat: Implement diagnostic for `await` outside of `async` | Shoyu Vanilla | -17/+187 |
| 2024-08-05 | Auto merge of #17799 - Veykril:syntax-bridge, r=Veykril | bors | -137/+246 |
| 2024-08-05 | Auto merge of #17784 - Young-Flash:block_with_label, r=Veykril | bors | -3/+31 |
| 2024-08-05 | Simplify | Lukas Wirth | -7/+1 |
| 2024-08-05 | Newtype ErasedFileAstId | Lukas Wirth | -37/+51 |
| 2024-08-05 | Split out syntax-bridge into a separate crate | Lukas Wirth | -137/+246 |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -86/+78 |
| 2024-08-05 | Auto merge of #17795 - Veykril:library-dep-loading, r=Veykril | bors | -192/+156 |
| 2024-08-05 | feat: Load sysroot library via cargo metadata | Lukas Wirth | -192/+156 |
| 2024-08-05 | fix: Insert a generic arg for `impl Trait` when lowering generic args | Shoyu Vanilla | -0/+24 |
| 2024-08-04 | test: add test case for inlay hint support for expr with label | Young-Flash | -0/+13 |
| 2024-08-02 | Wait with change processing until the vfs is done | Lukas Wirth | -30/+34 |
| 2024-08-02 | internal: Load VFS config changes in parallel | Lukas Wirth | -81/+128 |
| 2024-08-02 | internal: Remove AbsPathBuf::TryFrom impl that checks too many things at once | Lukas Wirth | -95/+89 |
| 2024-08-02 | Make toggle_macro_delimiters work only for macro_calls | Ali Bektas | -62/+112 |
| 2024-08-01 | feat: support inlay hint for more expr with label | Young-Flash | -3/+24 |
| 2024-08-01 | fix: Insert a tail `Ok(())` for expr block instead of wrapping with `Ok` | Shoyu Vanilla | -2/+68 |
| 2024-08-01 | Add new assist toggle_macro_delimiter | Ali Bektas | -0/+229 |
| 2024-07-31 | docs: Fix JSON example for rust-analyzer.workspace.discoverConfig | Wilfred Hughes | -4/+3 |
| 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 | -804/+770 |
| 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 |