| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | Add vec_deque::Iter::as_slices and friends | chloekek | -0/+142 |
| 2024-04-14 | Auto merge of #123719 - RalfJung:compiler_builtins, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-04-14 | Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum | bors | -15/+46 |
| 2024-04-14 | Auto merge of #123913 - matthiaskrgr:rollup-w8stnwl, r=matthiaskrgr | bors | -206/+289 |
| 2024-04-14 | Move msvc libs to core | Chris Denton | -0/+11 |
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -15/+35 |
| 2024-04-14 | Rollup merge of #123902 - ehuss:update-rustfix2, r=Mark-Simulacrum | Matthias Krüger | -4/+16 |
| 2024-04-14 | Rollup merge of #123898 - fmease:gci-cmp-impl-item-lt-params, r=compiler-errors | Matthias Krüger | -21/+31 |
| 2024-04-14 | Rollup merge of #123889 - onur-ozkan:improve-tidy, r=Mark-Simulacrum | Matthias Krüger | -9/+24 |
| 2024-04-14 | Rollup merge of #123879 - beetrees:missing-unsafe, r=Mark-Simulacrum | Matthias Krüger | -17/+24 |
| 2024-04-14 | Rollup merge of #123875 - Ghamza-Jd:master, r=joboet | Matthias Krüger | -6/+6 |
| 2024-04-14 | Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2024-04-14 | Rollup merge of #123699 - jieyouxu:rmake-refactor, r=Mark-Simulacrum | Matthias Krüger | -121/+146 |
| 2024-04-14 | Rollup merge of #123651 - tgross35:thread-local-updates, r=Mark-Simulacrum | Matthias Krüger | -28/+32 |
| 2024-04-14 | Auto merge of #123580 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -57/+57 |
| 2024-04-14 | Auto merge of #107462 - WaffleLapkin:from_iterator_for_tuple, r=dtolnay | bors | -0/+33 |
| 2024-04-14 | Auto merge of #123819 - joboet:fmt_usize_marker, r=Mark-Simulacrum | bors | -45/+53 |
| 2024-04-13 | Auto merge of #123644 - dtolnay:cc, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-04-13 | Auto merge of #123520 - cuviper:bootstrap-compiler-rustflags, r=Mark-Simulacrum | bors | -54/+59 |
| 2024-04-13 | Update rustfix to 0.8.1 | Eric Huss | -4/+16 |
| 2024-04-13 | Auto merge of #123175 - Nilstrieb:debug-strict-overflow, r=wesleywiser | bors | -27/+109 |
| 2024-04-13 | Auto merge of #123897 - matthiaskrgr:rollup-v0vvcw2, r=matthiaskrgr | bors | -226/+128 |
| 2024-04-13 | Check regions earlier when comparing impl with trait item def | León Orell Valerian Liehr | -21/+31 |
| 2024-04-13 | Add add/sub methods that only panic with debug assertions to rustc | Nilstrieb | -27/+109 |
| 2024-04-13 | run-make-support: add some top-level docs | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-04-13 | run-make-support: use macro to implement common methods | 许杰友 Jieyou Xu (Joe) | -112/+8 |
| 2024-04-13 | run-make-support: introduce macro for common methods to avoid repetition | 许杰友 Jieyou Xu (Joe) | -0/+124 |
| 2024-04-13 | run-make-support: make `handle_failed_output` take a `&Command` | 许杰友 Jieyou Xu (Joe) | -9/+9 |
| 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 | reduce tidy overheads in run-make checks | onur-ozkan | -9/+24 |
| 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 |