| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | Revert "Prepare for omittiong parts of completion data that need to be resolved" | Kirill Bulatov | -99/+16 |
| 2024-11-25 | Revert "Omit completion fields to be resolved later" | Kirill Bulatov | -99/+62 |
| 2024-11-25 | Revert "Resolve completion items" | Kirill Bulatov | -42/+11 |
| 2024-11-25 | Revert "Less clones" | Kirill Bulatov | -5/+5 |
| 2024-11-25 | Revert "Small fixes" | Kirill Bulatov | -6/+6 |
| 2024-11-25 | Revert "Use completion item indices instead of property matching when searchi... | Kirill Bulatov | -33/+15 |
| 2024-11-13 | Use completion item indices instead of property matching when searching for t... | Kirill Bulatov | -15/+33 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+6 |
| 2024-10-08 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+7 |
| 2024-10-06 | Use external stack in borrowck DFS | Chayim Refael Friedman | -58/+67 |
| 2024-10-04 | Auto merge of #18227 - davidbarsky:davidbarsky/push-lmntvwvznyyx, r=davidbarsky | bors | -61/+181 |
| 2024-10-04 | internal: add JSON formatting for hprof | David Barsky | -61/+181 |
| 2024-10-04 | Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykril | bors | -70/+114 |
| 2024-10-04 | internal: Filter out opaque tokens in some of IDE feature macro descensions | Lukas Wirth | -70/+114 |
| 2024-10-01 | Fix: Handle block exprs as modules when finding their parents | Shoyu Vanilla | -7/+46 |
| 2024-09-30 | internal: remove `Default` from OpQueue | David Barsky | -24/+40 |
| 2024-09-30 | Auto merge of #18210 - ChayimFriedman2:label-macro, r=Veykril | bors | -27/+71 |
| 2024-09-30 | When resolving labels in `break` and `continue` for the IDE, do not resolve t... | Chayim Refael Friedman | -24/+40 |
| 2024-09-30 | Auto merge of #18167 - SomeoneToIgnore:fat-completions, r=Veykril | bors | -74/+225 |
| 2024-09-30 | Auto merge of #18207 - mbwilding:master, r=Veykril | bors | -21/+21 |
| 2024-09-30 | Auto merge of #18085 - ChayimFriedman2:gate-test, r=Veykril | bors | -18/+93 |
| 2024-09-30 | Gate `#[test]` expansion under `cfg(test)`. | Chayim Refael Friedman | -45/+78 |
| 2024-09-30 | Provide an config option to not set `cfg(test)` | Chayim Refael Friedman | -15/+57 |
| 2024-09-29 | Auto merge of #18205 - noahmbright:object_safety, r=HKalbasi | bors | -105/+111 |
| 2024-09-29 | When glueing together tokens from macros, merge their spans | Chayim Refael Friedman | -3/+31 |
| 2024-09-29 | Auto merge of #18208 - davidbarsky:davidbarsky/push-qkwkmttnukqt, r=lnicola | bors | -3/+12 |
| 2024-09-29 | internal: allow overriding proc macro server in analysis-stats | David Barsky | -3/+12 |
| 2024-09-29 | Rename object_safety to dyn_compatibility | Noah Bright | -105/+111 |
| 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 |