| Age | Commit message (Expand) | Author | Lines |
| 2025-05-05 | Auto merge of #140651 - lnicola:sync-from-ra, r=lnicola | bors | -1704/+2427 |
| 2025-05-05 | Add ui test fn-trait-use-named-params | xizheyin | -0/+26 |
| 2025-05-05 | Do not gather local all together at the beginning of typeck | Michael Goulet | -277/+292 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -60/+54 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -33/+41 |
| 2025-05-05 | Resolve instance for SymFn in global/naked asm | Michael Goulet | -2/+72 |
| 2025-05-05 | Merge pull request #4310 from RalfJung/addr-space-conservation | Ralf Jung | -8/+17 |
| 2025-05-05 | Merge pull request #4309 from RalfJung/both-borrows-tests | Ralf Jung | -532/+94 |
| 2025-05-05 | alloc_addresses: when we are running out of addresses, start reusing more agg... | Ralf Jung | -8/+17 |
| 2025-05-05 | consistent folder naming: stacked-borrows -> stacked_borrows | Ralf Jung | -6/+6 |
| 2025-05-05 | Make -Zfixed-x18 into a target modifier | Alice Ryhl | -1/+38 |
| 2025-05-05 | Merge pull request #4306 from yoctocell/fix-unsafecell-inside-box | Ralf Jung | -1/+43 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -117/+246 |
| 2025-05-05 | move tests that are identical between SB and TB to shared files | Ralf Jung | -764/+326 |
| 2025-05-05 | update unstable book | dianne | -7/+24 |
| 2025-05-05 | always peel `&mut`, to allow matching on `&mut str` | dianne | -6/+153 |
| 2025-05-05 | match ergonomics for string and byte string literal patterns | dianne | -63/+223 |
| 2025-05-05 | update `cc_detect` tests | onur-ozkan | -6/+6 |
| 2025-05-05 | collect all Fuchsia bindings into the `fuchsia` module | joboet | -282/+122 |
| 2025-05-05 | Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkov | bors | -117/+1534 |
| 2025-05-05 | feat: Added capability to add multiple dependencies for an LLVMFeature | Madhav Madhusoodanan | -17/+20 |
| 2025-05-05 | Merge pull request #4307 from JoJoDeveloping/remove-unique-is-unique | Ralf Jung | -451/+12 |
| 2025-05-05 | Auto merge of #140650 - tgross35:rollup-0mp4h1s, r=tgross35 | bors | -367/+546 |
| 2025-05-05 | Rollup merge of #140648 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -4/+4 |
| 2025-05-05 | Rollup merge of #140644 - the8472:revert-copy-clone-adapters, r=Mark-Simulacrum | Trevor Gross | -163/+20 |
| 2025-05-05 | Rollup merge of #140307 - mejrs:condition_parser, r=nnethercote | Trevor Gross | -194/+510 |
| 2025-05-05 | Rollup merge of #135734 - nk9:extract_if-doc-equivalent, r=tgross35 | Trevor Gross | -6/+12 |
| 2025-05-04 | move logic for telling whether to peel smart pointers into a helper | dianne | -17/+27 |
| 2025-05-05 | Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -242/+299 |
| 2025-05-04 | Temporarily downgrade backtrace to 0.3.71 | Mark Rousskov | -18/+33 |
| 2025-05-04 | Auto merge of #140646 - tgross35:rollup-z3hjbm6, r=tgross35 | bors | -37/+181 |
| 2025-05-04 | Update `compiler-builtins` to 0.1.157 | Trevor Gross | -4/+4 |
| 2025-05-04 | extract_if's sample equivalent now really equivalent. | Nick Kocharhook | -6/+12 |
| 2025-05-04 | Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r... | Trevor Gross | -1/+5 |
| 2025-05-04 | Rollup merge of #140627 - dtolnay:rustdoctracing, r=GuillaumeGomez | Trevor Gross | -7/+32 |
| 2025-05-04 | Rollup merge of #140625 - paolobarbolini:vec-extract-if-alt-is-retain_mut, r=... | Trevor Gross | -2/+2 |
| 2025-05-04 | Rollup merge of #140619 - jieyouxu:validate_attr_cleanups, r=Urgau | Trevor Gross | -15/+91 |
| 2025-05-04 | Rollup merge of #140457 - fneddy:fix_s390x_codegen_const_vector, r=Mark-Simul... | Trevor Gross | -1/+5 |
| 2025-05-04 | Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr | Trevor Gross | -11/+46 |
| 2025-05-04 | Revert "Avoid unused clones in Cloned<I> and Copied<I>" | The 8472 | -163/+20 |
| 2025-05-04 | Auto merge of #140599 - petrochenkov:rawerann, r=jieyouxu | bors | -196/+208 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -117/+1534 |
| 2025-05-04 | Add comment on creation of lifetime inside opaque types | John Kåre Alsaker | -0/+4 |
| 2025-05-04 | Add comment on creation of `SyntheticCoroutineBody` | John Kåre Alsaker | -0/+2 |
| 2025-05-04 | Fix tidy dep list | Mark Rousskov | -7/+3 |
| 2025-05-04 | Remove -Zunique-is-unique | Johannes Hostert | -451/+12 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -196/+208 |
| 2025-05-04 | Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-se | bors | -49/+114 |
| 2025-05-04 | implement `PanicTracker` to track `t` panics | onur-ozkan | -5/+26 |
| 2025-05-04 | Make attribute safety validation logic more obvious | Jieyou Xu | -15/+91 |