| 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 | Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba... | bors | -92/+471 |
| 2024-08-01 | Auto merge of #17761 - RalfJung:josh-roudntrip-error, r=lnicola | bors | -1/+4 |
| 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 #17756 - Wilfred:fix_adoc_json, r=Veykril | bors | -9/+7 |
| 2024-08-01 | Auto merge of #128481 - matthiaskrgr:rollup-efa706r, r=matthiaskrgr | bors | -114/+122 |
| 2024-08-01 | Rollup merge of #128478 - nnethercote:update-git-blame-ignore-revs, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-08-01 | Rollup merge of #128477 - Zalathar:bless-mcdc-19, r=cuviper | Matthias Krüger | -0/+5 |
| 2024-08-01 | Rollup merge of #128458 - clubby789:optimize-unused-attr, r=compiler-errors | Matthias Krüger | -0/+78 |
| 2024-08-01 | Rollup merge of #128450 - dpaoliello:coff, r=bjorn3 | Matthias Krüger | -5/+1 |
| 2024-08-01 | Rollup merge of #128437 - onur-ozkan:handle-llvm-tools-properly, r=albertlars... | Matthias Krüger | -3/+34 |
| 2024-08-01 | Rollup merge of #128416 - maurer:remove-android-hack, r=tgross35 | Matthias Krüger | -106/+2 |
| 2024-08-01 | Auto merge of #127060 - Oneirical:testificate, r=jieyouxu | bors | -124/+188 |
| 2024-08-01 | Ignore `use` declaration reformatting in `.git-blame-ignore-revs`. | Nicholas Nethercote | -0/+2 |
| 2024-08-01 | Finish blessing `coverage/mcdc` tests after LLVM 19 upgrade | Zalathar | -0/+5 |
| 2024-08-01 | Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgr | bors | -1332/+1590 |
| 2024-08-01 | Auto merge of #128469 - matthiaskrgr:rollup-00svite, r=matthiaskrgr | bors | -212/+488 |
| 2024-07-31 | docs: Fix JSON example for rust-analyzer.workspace.discoverConfig | Wilfred Hughes | -9/+7 |
| 2024-08-01 | Rollup merge of #128452 - dingxiangfei2009:smart-ptr-require-maybe-sized, r=c... | Matthias Krüger | -37/+69 |
| 2024-08-01 | Rollup merge of #128449 - Urgau:tmp-allow-negative-lit-lint, r=compiler-errors | Matthias Krüger | -13/+20 |
| 2024-08-01 | Rollup merge of #128443 - compiler-errors:async-unreachable, r=fmease | Matthias Krüger | -21/+67 |
| 2024-08-01 | Rollup merge of #128296 - heiher:update-metadata, r=Urgau | Matthias Krüger | -6/+6 |
| 2024-08-01 | Rollup merge of #128162 - ChrisDenton:cleanup, r=joboet | Matthias Krüger | -41/+28 |
| 2024-08-01 | Rollup merge of #127567 - joboet:once_wait, r=Amanieu | Matthias Krüger | -94/+298 |
| 2024-07-31 | Rollup merge of #128457 - juntyr:once-lock-docs, r=tgross35 | Matthias Krüger | -3/+3 |
| 2024-07-31 | Rollup merge of #128438 - Bryanskiy:empty-array-dropck, r=lcnr | Matthias Krüger | -2/+32 |
| 2024-07-31 | Rollup merge of #128431 - biabbas:master, r=Urgau | Matthias Krüger | -6/+58 |
| 2024-07-31 | Rollup merge of #128244 - compiler-errors:move-clone-sugg, r=estebank | Matthias Krüger | -351/+111 |
| 2024-07-31 | Rollup merge of #127159 - Nadrieril:hide-candidate, r=matthewjasper | Matthias Krüger | -907/+971 |
| 2024-07-31 | Rollup merge of #126697 - vincenzopalazzo:macros/find_the_expression_tok, r=e... | Matthias Krüger | -1/+83 |
| 2024-07-31 | Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkov | Matthias Krüger | -62/+332 |
| 2024-07-31 | Emit an error if `#[optimize]` is applied to an incompatible item | clubby789 | -0/+78 |
| 2024-07-31 | tweak comment on `NonterminalKind::Expr` | Michael Goulet | -1/+1 |
| 2024-07-31 | Fix docs for OnceLock::get_mut_or_init | Juniper Tyree | -3/+3 |
| 2024-07-31 | Auto merge of #126991 - cjgillot:gvn-prof, r=oli-obk | bors | -76/+74 |
| 2024-07-31 | tests: add the _ as expr test for cargo fix | Vincenzo Palazzo | -2/+2 |
| 2024-07-31 | rustc_parser: consider the in 2024 an expression | Vincenzo Palazzo | -1/+83 |
| 2024-07-31 | Auto merge of #17755 - ShoyuVanilla:issue-17738, r=davidbarsky | bors | -4/+76 |
| 2024-08-01 | reject pointee without ?Sized | Ding Xiang Fei | -37/+69 |
| 2024-08-01 | Prevent redundant obigation push for assignee exprs | Shoyu Vanilla | -4/+8 |
| 2024-07-31 | Create COFF archives for non-LLVM backends | Daniel Paoliello | -5/+1 |
| 2024-07-31 | Temporarily switch `ambiguous_negative_literals` lint to allow | Urgau | -13/+20 |
| 2024-08-01 | fix: Apply `IndexMut` obligations for non-assigning mutable index usages, too | Shoyu Vanilla | -3/+71 |
| 2024-07-31 | Properly mark loop as diverging if it has no breaks | Michael Goulet | -21/+67 |
| 2024-07-31 | std: fix busy-waiting in `Once::wait_force`, add more tests | joboet | -4/+55 |
| 2024-07-31 | std: implement the `once_wait` feature | joboet | -94/+247 |
| 2024-07-31 | Auto merge of #128435 - matthiaskrgr:rollup-l76vu3i, r=matthiaskrgr | bors | -1030/+1415 |
| 2024-07-31 | improve bootstrap to allow selecting llvm tools individually | onur-ozkan | -3/+34 |
| 2024-07-31 | use llvm-nm in symbol-visibility rmake test | Oneirical | -11/+52 |
| 2024-07-31 | Auto merge of #17750 - davidbarsky:david/remove-abspath-requirement-in-linked... | bors | -8/+6 |