| Age | Commit message (Expand) | Author | Lines |
| 2024-10-14 | chore: rename salsa to ra_salsa | David Barsky | -538/+540 |
| 2024-10-14 | Auto merge of #18291 - roife:fix-issue-18212, r=Veykril | bors | -20/+141 |
| 2024-10-14 | Auto merge of #18275 - darichey:fix-test-case-hang, r=Veykril | bors | -2/+5 |
| 2024-10-14 | Auto merge of #18265 - kouhe3:master, r=Veykril | bors | -0/+30 |
| 2024-10-14 | Auto merge of #18252 - ShoyuVanilla:issue-15799, r=Veykril | bors | -1/+37 |
| 2024-10-14 | Auto merge of #18242 - Veykril:veykril/push-tnynzqsmtnqw, r=Veykril | bors | -185/+174 |
| 2024-10-14 | Auto merge of #18229 - mrkajetanp:rustfmt-path, r=Veykril | bors | -3/+3 |
| 2024-10-14 | Auto merge of #18217 - ChayimFriedman2:cast-unknown-ptr, r=Veykril | bors | -25/+48 |
| 2024-10-14 | Auto merge of #18152 - CryZe:highlight-async-block-exit-points, r=Veykril | bors | -73/+101 |
| 2024-10-14 | Auto merge of #18226 - SabrinaJewson:fix-impl-use, r=Veykril | bors | -1/+29 |
| 2024-10-13 | feat: respect references.exclude_tests in call-hierarchy | roife | -20/+141 |
| 2024-10-12 | Auto merge of #18281 - darichey:async-subprocess, r=lnicola | bors | -32/+83 |
| 2024-10-12 | Fix panic when json project has relative buildfile paths | David Richey | -1/+1 |
| 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 | 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 |