| 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 "Fix the test" | Kirill Bulatov | -1/+1 |
| 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-25 | Revert "Update the file hash" | Kirill Bulatov | -1/+1 |
| 2024-11-13 | Update the file hash | Kirill Bulatov | -1/+1 |
| 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-08 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-10-08 | Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGET | Laurențiu Nicola | -3/+3 |
| 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 | -62/+190 |
| 2024-10-04 | internal: add JSON formatting for hprof | David Barsky | -62/+190 |
| 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 | Auto merge of #18219 - Veykril:veykril/push-ytnzuvtoswqz, r=Veykril | bors | -3/+4 |
| 2024-10-01 | fix: Fix bootstrap error message being incorrect | Lukas Wirth | -3/+4 |
| 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 | -75/+226 |
| 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/+109 |
| 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/+73 |
| 2024-09-29 | Auto merge of #18205 - noahmbright:object_safety, r=HKalbasi | bors | -109/+117 |
| 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 | -106/+112 |
| 2024-09-29 | Fix ambiguity with CamelCase diagnostic messages | Matthew Wilding | -21/+21 |
| 2024-09-28 | Update handlers.rs to handlers/requests.rs | Noah Bright | -3/+5 |
| 2024-09-27 | Auto merge of #18192 - darichey:read-buildfile-into-vfs, r=Veykril | bors | -0/+16 |
| 2024-09-27 | Update cc to 1.1.22 | Chris Denton | -2/+11 |
| 2024-09-27 | Auto merge of #17923 - basvandriel:feature/build-before-restart-debug, r=Veykril | bors | -1/+63 |
| 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 | Require rust 1.81 | David Richey | -1/+1 |
| 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 |