| Age | Commit message (Expand) | Author | Lines |
| 2024-08-01 | Auto merge of #128490 - lnicola:sync-from-ra, r=lnicola | bors | -7886/+15238 |
| 2024-08-01 | when josh-proxy screws up the roundtrip, say what the involved commits are | Ralf Jung | -1/+4 |
| 2024-08-01 | Auto merge of #127060 - Oneirical:testificate, r=jieyouxu | bors | -1/+9 |
| 2024-07-31 | docs: Fix JSON example for rust-analyzer.workspace.discoverConfig | Wilfred Hughes | -9/+7 |
| 2024-08-01 | Prevent redundant obigation push for assignee exprs | Shoyu Vanilla | -4/+8 |
| 2024-08-01 | fix: Apply `IndexMut` obligations for non-assigning mutable index usages, too | Shoyu Vanilla | -3/+71 |
| 2024-07-31 | use llvm-nm in symbol-visibility rmake test | Oneirical | -2/+32 |
| 2024-07-31 | Auto merge of #17750 - davidbarsky:david/remove-abspath-requirement-in-linked... | bors | -8/+6 |
| 2024-07-31 | fix: remove AbsPath requirement from linkedProjects | David Barsky | -8/+6 |
| 2024-07-31 | Rollup merge of #126454 - cuviper:deterministic-bump, r=Kobzol | Matthias Krüger | -4/+2 |
| 2024-07-31 | Auto merge of #128420 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-07-31 | Add a test case | Shoyu Vanilla | -0/+2 |
| 2024-07-30 | Update cargo | Weihang Lo | -0/+0 |
| 2024-07-31 | Auto merge of #128075 - Oneirical:try-your-damnetest, r=jieyouxu | bors | -8/+97 |
| 2024-07-30 | bump-stage0: use IndexMap for determinism | Josh Stone | -4/+2 |
| 2024-07-30 | Rollup merge of #128398 - awilfox:awilfox/fix-tidy-quote, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-07-30 | Rollup merge of #128382 - RalfJung:cargo-miri-assert, r=oli-obk | Matthias Krüger | -1/+4 |
| 2024-07-30 | Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxu | Matthias Krüger | -5/+7 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -18/+18 |
| 2024-07-31 | fix: Errors on method call inferences with elided lifetimes | Shoyu Vanilla | -24/+72 |
| 2024-07-30 | invalid stdout_utf8 handling in run_make_support | Oneirical | -0/+6 |
| 2024-07-30 | rewrite symbol-visibility to rmake | Oneirical | -1/+3 |
| 2024-07-30 | Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiser | bors | -0/+1 |
| 2024-07-30 | Revert "opt-dist: dont overrwite config.toml when verifying" | Mark Rousskov | -14/+17 |
| 2024-07-30 | tidy: Fix quote in error message | A. Wilcox | -1/+1 |
| 2024-07-30 | Suppress must_use on eat calls in rustfmt | Michael Goulet | -5/+7 |
| 2024-07-30 | Test RUSTC_OVERRIDE_VERSION_STRING | Oli Scherer | -0/+1 |
| 2024-07-30 | Auto merge of #17744 - alibektas:debug_env_not_set, r=Veykril | bors | -1/+1 |
| 2024-07-30 | Set tracing level to debug when `cargo config get env` fails | Ali Bektas | -1/+1 |
| 2024-07-30 | cargo-miri: better error when we seem to run inside bootstrap but something i... | Ralf Jung | -1/+4 |
| 2024-07-30 | Auto merge of #17735 - alibektas:ratoml_workspaces, r=Veykril | bors | -276/+337 |
| 2024-07-30 | Auto merge of #17742 - Veykril:wrong-retries, r=Veykril | bors | -4/+3 |
| 2024-07-30 | fix: Fix incorrect retrying of inlay hint requests | Lukas Wirth | -4/+3 |
| 2024-07-30 | Auto merge of #17741 - Veykril:include-raw, r=Veykril | bors | -2/+14 |
| 2024-07-30 | fix: Fix builtin includes rejecting raw string literals | Lukas Wirth | -2/+14 |
| 2024-07-29 | Rollup merge of #126247 - notriddle:notriddle/word-wrap-item-table, r=Guillau... | Matthias Krüger | -0/+1 |
| 2024-07-29 | Fix tidy call in runtest with custom HTML element | Michael Howell | -0/+1 |
| 2024-07-29 | Remove clippy errors | Ali Bektas | -8/+5 |
| 2024-07-29 | rewrite raw-dylib-stdcall-ordinal to rmake | Oneirical | -1/+0 |
| 2024-07-29 | rewrite raw-dylib-link-ordinal to rmake | Oneirical | -1/+0 |
| 2024-07-29 | rewrite raw-dylib-import-name-type to rmake | Oneirical | -1/+0 |
| 2024-07-29 | rewrite share-generics-dylib to rmake | Oneirical | -1/+0 |
| 2024-07-29 | Auto merge of #17707 - Veykril:proc-macro-err-cleanup, r=Veykril | bors | -826/+771 |
| 2024-07-29 | Add missing doc string | Lukas Wirth | -0/+1 |
| 2024-07-29 | Fix error spans for include! and compile_error! | Lukas Wirth | -29/+56 |
| 2024-07-29 | Auto merge of #17736 - hyf0:hyf_09234908234, r=Veykril | bors | -5/+13 |
| 2024-07-29 | Make basic use of spans for macro expansion errors | Lukas Wirth | -328/+387 |
| 2024-07-29 | Add test in `ide-completion/src/tests/item_list.rs` | Yunfei | -1/+3 |
| 2024-07-29 | Revert "Fix error message" | Yunfei | -5/+1 |
| 2024-07-29 | Auto merge of #17715 - Throne3d:fix/glob-may-override-vis-2, r=Veykril | bors | -32/+197 |