| Age | Commit message (Expand) | Author | Lines |
| 2024-10-10 | Run subprocesses async in vscode extension | David Richey | -32/+83 |
| 2024-10-09 | Skip #[test_case] expansion | David Richey | -2/+5 |
| 2024-10-09 | Auto merge of #18245 - boattime:master, r=davidbarsky | bors | -2/+2 |
| 2024-10-09 | Auto merge of #18247 - jhgg:lsp/fix-something-to-resolve, r=Veykril | bors | -7/+7 |
| 2024-10-09 | Auto merge of #18246 - ChayimFriedman2:fix-18238, r=Veykril | bors | -1/+34 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+6 |
| 2024-10-08 | Only Highlight Exit Points on `async` Token | Christopher Serr | -7/+13 |
| 2024-10-08 | include fn prefix for all callable defs | Jake | -36/+29 |
| 2024-10-08 | hir-ty: change struct constructor formatting. | Jake | -53/+54 |
| 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-08 | prettier format | kouhe3 | -14/+13 |
| 2024-10-08 | semicolon | kouhe3 | -1/+1 |
| 2024-10-08 | fix array sourceMap | kouhe3 | -9/+19 |
| 2024-10-08 | lldbdap env dict to string | kouhe3 | -2/+3 |
| 2024-10-08 | add knownEngines lldb-dap | kouhe3 | -0/+20 |
| 2024-10-06 | Use external stack in borrowck DFS | Chayim Refael Friedman | -58/+67 |
| 2024-10-07 | fix: Do not consider mutable usage of deref to `*mut T` as deref_mut | Shoyu Vanilla | -1/+37 |
| 2024-10-05 | lsp: fix completion_item something_to_resolve not being a latch to true | Jake | -7/+7 |
| 2024-10-05 | Fix `prettify_macro_expansion()` when the node isn't the whole file | Chayim Refael Friedman | -1/+34 |
| 2024-10-05 | Include description in label details when detail field is marked for resolution | Max | -2/+2 |
| 2024-10-05 | Fix IDE layer not correctly resolving opt-in extern crates | Lukas Wirth | -7/+18 |
| 2024-10-05 | Add excluded extern-prelude IDE resolution test | Lukas Wirth | -3/+9 |
| 2024-10-05 | Turn ImportSource into a struct | Lukas Wirth | -46/+54 |
| 2024-10-05 | Remove ImportSource::ExternCrate as the fixed point loop can't affect it | Lukas Wirth | -138/+102 |
| 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-02 | fix: Join rustfmt overrideCommand with project root | Kajetan Puchalski | -3/+3 |
| 2024-10-01 | fix: correctly parse `use` in generic parameters | SabrinaJewson | -1/+29 |
| 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 | Comment out cast checks for unknown ptr kind | Chayim Refael Friedman | -25/+48 |
| 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 |