| Age | Commit message (Expand) | Author | Lines |
| 2023-08-09 | Rollup merge of #114377 - Enselic:test_get_dbpath_for_term-utf-8, r=thomcc | Matthias Krüger | -7/+5 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -2/+8 |
| 2023-08-09 | Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgr | bors | -94/+160 |
| 2023-08-09 | Rollup merge of #114641 - kupiakos:ascii-char-to-not-as, r=scottmcm | Matthias Krüger | -4/+4 |
| 2023-08-09 | Rollup merge of #113939 - the8472:pidfd-from-child, r=Mark-Simulacrum | Matthias Krüger | -90/+156 |
| 2023-08-09 | Auto merge of #99747 - ankane:float_gamma, r=workingjubilee | bors | -2/+159 |
| 2023-08-08 | Rename copying `ascii::Char` methods from `as_` to `to_` | Alyssa Haroldsen | -4/+4 |
| 2023-08-08 | open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSG | The 8472 | -90/+156 |
| 2023-08-08 | Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnay | Matthias Krüger | -24/+25 |
| 2023-08-07 | Bump compiler_builtins to 0.1.100 | Andrew Kane | -1/+1 |
| 2023-08-07 | core: Remove #[macro_export] from `debug_assert_matches` | Arthur Cohen | -1/+0 |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-08-07 | impl Default for ExitStatus | Ian Jackson | -7/+7 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -1/+1 |
| 2023-08-07 | Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillot | Matthias Krüger | -15/+40 |
| 2023-08-07 | Rollup merge of #114365 - tshepang:patch-6, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2023-08-07 | Rollup merge of #114362 - tshepang:patch-1, r=Mark-Simulacrum | Matthias Krüger | -72/+1 |
| 2023-08-07 | Rollup merge of #98935 - kellerkindt:option_retain, r=Mark-Simulacrum | Matthias Krüger | -0/+35 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -15/+40 |
| 2023-08-06 | Rollup merge of #114519 - the8472:dirent-offset-of, r=dtolnay | Matthias Krüger | -25/+3 |
| 2023-08-05 | Auto merge of #111200 - a1phyr:spec_sized_iterators, r=the8472 | bors | -0/+130 |
| 2023-08-05 | use offset_of! to calculate dirent64 field offsets | The 8472 | -25/+3 |
| 2023-08-05 | Rollup merge of #114029 - Enselic:clone-doc, r=scottmcm | Matthias Krüger | -0/+40 |
| 2023-08-04 | Rollup merge of #114373 - xstaticxgpx:dev, r=the8472 | Matthias Krüger | -4/+14 |
| 2023-08-03 | unix/kernel_copy.rs: copy_file_range_candidate allows empty output files | xstaticxgpx | -4/+14 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -0/+12 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+12 |
| 2023-08-03 | Implement Option::take_if | Michael Watzko | -0/+35 |
| 2023-08-03 | Auto merge of #113220 - tgross35:cstr-bytes-docs, r=workingjubilee | bors | -6/+7 |
| 2023-08-02 | test_get_dbpath_for_term(): handle non-utf8 paths | Martin Nordholts | -6/+4 |
| 2023-08-02 | test_get_dbpath_for_term(): Use assert_eq!() | Martin Nordholts | -3/+3 |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -1/+2 |
| 2023-08-02 | str.rs: remove "Basic usage" text | Tshepang Mbambo | -6/+0 |
| 2023-08-02 | string.rs: remove "Basic usage" text | Tshepang Mbambo | -72/+1 |
| 2023-08-02 | Clarify documentation for `CStr` | Trevor Gross | -6/+7 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -12/+141 |
| 2023-08-01 | Add diagnostic items for `<*const _>::cast` and `ptr::from_mut` | Urgau | -0/+2 |
| 2023-08-01 | Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgr | bors | -1/+9 |
| 2023-08-01 | Rollup merge of #100455 - xfix:backtrace-ref-unwind-safe, r=dtolnay | Matthias Krüger | -1/+9 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -8/+13 |
| 2023-08-01 | Rollup merge of #111081 - mattfbacon:master, r=workingjubilee | Matthias Krüger | -4/+56 |
| 2023-07-31 | Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgr | bors | -38/+24 |
| 2023-07-31 | Rollup merge of #113701 - aswild:std-ffi-frombytesuntilnul, r=dtolnay | Matthias Krüger | -0/+2 |
| 2023-07-31 | Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay | Matthias Krüger | -38/+22 |
| 2023-07-31 | Rollup merge of #114111 - allaboutevemirolive:add-test-case-string, r=Mark-Si... | Matthias Krüger | -2/+46 |
| 2023-07-31 | Rollup merge of #113717 - cuishuang:master, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-07-31 | Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-07-31 | Work around missing <*str>::len | Matt Fellenz | -4/+4 |
| 2023-07-31 | impl SliceIndex<str> for (Bound<usize>, Bound<usize>) | Matt Fellenz | -4/+56 |