| 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 | -5825/+13288 |
| 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 | Rollup merge of #131355 - clubby789:old-tests, r=jieyouxu | Stuart Cook | -2/+24 |
| 2024-10-07 | Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=Kobzol | Jubilee | -96/+29 |
| 2024-10-07 | Migrate `emit-to-stdout` to new run-make | clubby789 | -4/+3 |
| 2024-10-07 | Add stdio configuring to run-make Rustc | clubby789 | -0/+24 |
| 2024-10-07 | Test for issue 23600 | clubby789 | -1/+0 |
| 2024-10-08 | add knownEngines lldb-dap | kouhe3 | -0/+20 |
| 2024-10-07 | Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr | bors | -89/+12 |
| 2024-10-07 | Rollup merge of #131353 - GuillaumeGomez:check_rustdoc_test_option, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-10-07 | Rollup merge of #131346 - jieyouxu:prune-invalid-directives, r=Zalathar | Matthias Krüger | -21/+3 |
| 2024-10-07 | Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2024-10-07 | Rollup merge of #131331 - onur-ozkan:131296, r=Kobzol | Matthias Krüger | -64/+0 |
| 2024-10-07 | Add documentation for `runtest::check_rustdoc_test_option` method | Guillaume Gomez | -0/+4 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -51/+47 |
| 2024-10-07 | Remove valgrind test suite from opt-dist | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-10-07 | Remove valgrind test suite and support from compiletest | 许杰友 Jieyou Xu (Joe) | -95/+29 |
| 2024-10-07 | Rename nested_meta to meta_item_inner | codemountains | -8/+7 |
| 2024-10-07 | Prune invalid `ignore-mode-*` directives | 许杰友 Jieyou Xu (Joe) | -21/+3 |
| 2024-10-07 | Avoid another `&Lrc<..>` in a return value. | Nicholas Nethercote | -0/+1 |
| 2024-10-07 | Convert `Option<&Lrc<T>>` return types to `Option<&T>`. | Nicholas Nethercote | -4/+4 |
| 2024-10-06 | Use external stack in borrowck DFS | Chayim Refael Friedman | -58/+67 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -1/+1 |
| 2024-10-07 | fix: Do not consider mutable usage of deref to `*mut T` as deref_mut | Shoyu Vanilla | -1/+37 |