| Age | Commit message (Expand) | Author | Lines |
| 2024-04-13 | Auto merge of #123897 - matthiaskrgr:rollup-v0vvcw2, r=matthiaskrgr | bors | -226/+128 |
| 2024-04-13 | Rollup merge of #123891 - RalfJung:miri, r=RalfJung | Matthias Krüger | -166/+99 |
| 2024-04-13 | Rollup merge of #123890 - klensy:cl, r=fee1-dead | Matthias Krüger | -48/+0 |
| 2024-04-13 | Rollup merge of #123888 - oli-obk:define_opaque_types4, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2024-04-13 | Rollup merge of #123876 - dpaoliello:backtrace, r=ChrisDenton | Matthias Krüger | -0/+0 |
| 2024-04-13 | Rollup merge of #123716 - Kriskras99:patch-2, r=Mark-Simulacrum | Matthias Krüger | -6/+5 |
| 2024-04-13 | Rollup merge of #123642 - onur-ozkan:restrict-llvm-option, r=Mark-Simulacrum | Matthias Krüger | -3/+14 |
| 2024-04-13 | Rollup merge of #123530 - 9names:build-rv32im, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2024-04-13 | Auto merge of #123854 - petrochenkov:searchdirs2, r=lqd | bors | -122/+23 |
| 2024-04-13 | Auto merge of #123656 - lqd:linker-features, r=petrochenkov | bors | -27/+223 |
| 2024-04-13 | Auto merge of #122603 - estebank:clone-o-rama, r=lcnr | bors | -143/+1742 |
| 2024-04-13 | remove some ancient debug output, looks unused? | klensy | -18/+0 |
| 2024-04-13 | Replace a `DefiningOpaqueTypes::No` with `Yes` by asserting that one side of ... | Oli Scherer | -1/+5 |
| 2024-04-13 | Auto merge of #123257 - ChrisDenton:enable-tls, r=fmease | bors | -4/+0 |
| 2024-04-13 | Auto merge of #3429 - eduardosm:shift, r=RalfJung | bors | -159/+97 |
| 2024-04-13 | fix coroutine witness doctest | Oli Scherer | -2/+2 |
| 2024-04-13 | Auto merge of #123884 - jhpratt:rollup-1kwk0jz, r=jhpratt | bors | -41/+77 |
| 2024-04-13 | Rollup merge of #123873 - cuviper:mailmap, r=lqd | Jacob Pratt | -0/+2 |
| 2024-04-13 | Rollup merge of #123872 - tgross35:fix-mailmap, r=lqd | Jacob Pratt | -1/+2 |
| 2024-04-13 | Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhpratt | Jacob Pratt | -23/+16 |
| 2024-04-13 | Rollup merge of #123835 - saethlin:vec-from-nonnull, r=the8472 | Jacob Pratt | -17/+57 |
| 2024-04-13 | Auto merge of #123874 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-12 | Update backtrace submodule | Daniel Paoliello | -0/+0 |
| 2024-04-12 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-12 | Auto merge of #121430 - madsmtm:mac-catalyst-iOSSupport, r=wesleywiser | bors | -0/+42 |
| 2024-04-12 | Avoid more NonNull-raw-NonNull roundtrips in Vec | Ben Kimock | -17/+57 |
| 2024-04-12 | Merge cuviper in the mailmap | Josh Stone | -0/+2 |
| 2024-04-12 | Fix Pietro's entry in the mailmap | Trevor Gross | -1/+2 |
| 2024-04-12 | review comments | Esteban Küber | -20/+48 |
| 2024-04-12 | Auto merge of #123869 - matthiaskrgr:rollup-9kif9c9, r=matthiaskrgr | bors | -145/+230 |
| 2024-04-12 | De-duplicate SSE2 sll/srl/sra code | Eduardo Sánchez Muñoz | -159/+97 |
| 2024-04-12 | Rollup merge of #123867 - eduardosm:unsafe-fns, r=ChrisDenton | Matthias Krüger | -12/+14 |
| 2024-04-12 | Rollup merge of #123858 - marijanp:fix-zkvm-cmath-path, r=joboet | Matthias Krüger | -2/+0 |
| 2024-04-12 | Rollup merge of #123857 - devnexen:tcp_listener_update_backlog, r=ChrisDenton | Matthias Krüger | -0/+4 |
| 2024-04-12 | Rollup merge of #123847 - eggyal:issue-123844, r=fmease | Matthias Krüger | -48/+22 |
| 2024-04-12 | Rollup merge of #123834 - compiler-errors:async-closure-with-tainted-body, r=... | Matthias Krüger | -3/+50 |
| 2024-04-12 | Rollup merge of #123807 - joboet:sys_common_thread, r=jhpratt | Matthias Krüger | -24/+22 |
| 2024-04-12 | Rollup merge of #123654 - jieyouxu:question-mark-span, r=Nadrieril | Matthias Krüger | -56/+118 |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -23/+16 |
| 2024-04-12 | Add `unsafe` to two functions with safety invariants | Eduardo Sánchez Muñoz | -12/+14 |
| 2024-04-12 | Auto merge of #121426 - madsmtm:remove-cc-syslibroot, r=pnkfelix | bors | -1/+7 |
| 2024-04-12 | Suppress erroneous suggestion | Alan Egerton | -48/+22 |
| 2024-04-12 | zkvm: remove cmath | Marijan Petričević | -2/+0 |
| 2024-04-12 | Auto merge of #123856 - matthiaskrgr:rollup-4v8rkfj, r=matthiaskrgr | bors | -117/+346 |
| 2024-04-12 | Don't do coroutine-closure-specific upvar analysis if tainted by errors | Michael Goulet | -3/+50 |
| 2024-04-12 | std::net: TcpListener shrinks the backlog argument to 32 for Haiku. | David Carlier | -0/+4 |
| 2024-04-12 | Rollup merge of #123852 - kamaboko123:fix_typo_in_std_lib_rs, r=lqd | Matthias Krüger | -1/+1 |
| 2024-04-12 | Rollup merge of #123849 - JimmyOhn:first_contribution, r=pnkfelix | Matthias Krüger | -0/+13 |
| 2024-04-12 | Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiser | Matthias Krüger | -44/+77 |
| 2024-04-12 | Rollup merge of #123833 - dpaoliello:stdarch, r=Amanieu | Matthias Krüger | -0/+1 |