| Age | Commit message (Expand) | Author | Lines |
| 2024-09-29 | Fix ambiguity with CamelCase diagnostic messages | Matthew Wilding | -21/+21 |
| 2024-09-27 | Auto merge of #18192 - darichey:read-buildfile-into-vfs, r=Veykril | bors | -0/+16 |
| 2024-09-27 | Auto merge of #18196 - DropDemBits:sed-syntax-factory, r=Veykril | bors | -167/+221 |
| 2024-09-27 | Auto merge of #18197 - alibektas:buggy_flycheck_message, r=Veykril | bors | -1/+1 |
| 2024-09-27 | minor: Require both the existence of a target and check_workspace to be false... | Ali Bektas | -1/+1 |
| 2024-09-26 | minor: Use `SyntaxEditor` in `extract_variable` | DropDemBits | -66/+35 |
| 2024-09-26 | internal: Add `SyntaxFactory` to ease generating nodes with syntax mappings | DropDemBits | -101/+186 |
| 2024-09-26 | fix: Don't report a startup error when a discover command is configured | Wilfred Hughes | -12/+6 |
| 2024-09-26 | Include buildfiles in vfs | David Richey | -0/+16 |
| 2024-09-25 | Auto merge of #18180 - kpreid:search, r=davidbarsky | bors | -0/+16 |
| 2024-09-25 | Auto merge of #18181 - davidbarsky:davidbarsky/push-nzstpumovmmx, r=davidbarsky | bors | -4/+24 |
| 2024-09-25 | Prime caches for symbol search too. | Kevin Reid | -0/+16 |
| 2024-09-25 | internal: add tracing to project discovery and VFS loading | David Barsky | -4/+24 |
| 2024-09-25 | Add missing rustc_private | Laurențiu Nicola | -0/+7 |
| 2024-09-25 | Auto merge of #18183 - lnicola:sync-from-rust, r=lnicola | bors | -38/+58 |
| 2024-09-25 | Run rustfmt | Laurențiu Nicola | -3/+1 |
| 2024-09-25 | Pass all-targets for build scripts in more cli commands | Lukas Wirth | -12/+30 |
| 2024-09-25 | Add more LayoutError variants | Laurențiu Nicola | -3/+8 |
| 2024-09-25 | Merge from rust-lang/rust | Laurențiu Nicola | -38/+55 |
| 2024-09-24 | Auto merge of #18164 - ShoyuVanilla:use-as-alias, r=Veykril | bors | -13/+97 |
| 2024-09-24 | fix: Temporary fix for `remove_unused_imports` not handling import aliases co... | Shoyu Vanilla | -13/+97 |
| 2024-09-24 | Auto merge of #18166 - ChayimFriedman2:dollar-crate-root, r=Veykril | bors | -5/+33 |
| 2024-09-24 | Auto merge of #18161 - ChayimFriedman2:postfix-mut, r=Veykril | bors | -1/+52 |
| 2024-09-24 | Auto merge of #18160 - ChayimFriedman2:fix-18138, r=Veykril | bors | -13/+82 |
| 2024-09-24 | Auto merge of #18157 - davidbarsky:davidbarsky/respect-disabling-proc-macros-... | bors | -1/+5 |
| 2024-09-24 | Auto merge of #18123 - jhgg:fix-ambigius-package-cargo-check, r=Veykril | bors | -1/+1 |
| 2024-09-24 | Auto merge of #18175 - Wilfred:completion_marker, r=Veykril | bors | -1/+1 |
| 2024-09-24 | Auto merge of #18162 - ChayimFriedman2:gat-object-safe, r=Veykril | bors | -1/+14 |
| 2024-09-23 | internal: Make COMPLETION_MARKER more explicitly r-a | Wilfred Hughes | -1/+1 |
| 2024-09-23 | Small fixes | Kirill Bulatov | -6/+6 |
| 2024-09-23 | Support expect in attribute completion and hover | Laurențiu Nicola | -5/+52 |
| 2024-09-23 | Less clones | Kirill Bulatov | -5/+5 |
| 2024-09-23 | Resolve completion items | Kirill Bulatov | -11/+42 |
| 2024-09-23 | Omit completion fields to be resolved later | Kirill Bulatov | -62/+99 |
| 2024-09-23 | Prepare for omittiong parts of completion data that need to be resolved | Kirill Bulatov | -16/+99 |
| 2024-09-23 | Fix a bug in span map merge, and add explanations of how span maps are stored | Chayim Refael Friedman | -5/+33 |
| 2024-09-22 | Consider lifetime GATs object unsafe | Chayim Refael Friedman | -1/+14 |
| 2024-09-22 | Include dereferences in consuming postfix completions (e.g. `call`) | Chayim Refael Friedman | -0/+31 |
| 2024-09-22 | Properly account for mutable references when postfix-completing consuming com... | Chayim Refael Friedman | -1/+21 |
| 2024-09-22 | Fix name resolution when an import is resolved to some namespace and then lat... | Chayim Refael Friedman | -13/+82 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -0/+5 |
| 2024-09-20 | analysis-stats: respect --disable-proc-macros flag | David Barsky | -1/+5 |
| 2024-09-20 | Auto merge of #18132 - ChayimFriedman2:fix-closure-semi, r=Veykril | bors | -32/+100 |
| 2024-09-20 | Auto merge of #18151 - ChayimFriedman2:metavar-concat, r=Veykril | bors | -5/+303 |
| 2024-09-20 | Auto merge of #18108 - ChayimFriedman2:lint-level-cfg, r=Veykril | bors | -16/+120 |
| 2024-09-19 | When checking for forbidden expr kind matches, account for rawness | Chayim Refael Friedman | -1/+25 |
| 2024-09-19 | feat: Highlight exit points of async blocks | Christopher Serr | -71/+93 |
| 2024-09-19 | Handle lint attributes that are under `#[cfg_attr]` | Chayim Refael Friedman | -16/+120 |
| 2024-09-19 | Support the `${concat(...)}` metavariable expression | Chayim Refael Friedman | -5/+303 |
| 2024-09-19 | Auto merge of #18146 - ChayimFriedman2:allow-comment, r=Veykril | bors | -6/+24 |