| Age | Commit message (Expand) | Author | Lines |
| 2023-07-01 | Auto merge of #111992 - ferrocene:pa-panic-abort-tests-bench, r=m-ou-se | bors | -118/+170 |
| 2023-07-01 | Auto merge of #113194 - lu-zero:intrinsics-inline, r=thomcc | bors | -3/+3 |
| 2023-07-01 | Return `Ok` on kill if process has already exited | Chris Denton | -14/+17 |
| 2023-07-01 | Rollup merge of #113153 - tshepang:patch-6, r=cuviper | Matthias Krüger | -4/+4 |
| 2023-07-01 | Rollup merge of #113072 - tshepang:patch-1, r=cuviper | Matthias Krüger | -40/+0 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -1/+1 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -300/+1518 |
| 2023-06-30 | std docs: factorize literal in Barrier example | Guilliam Xavier | -6/+8 |
| 2023-06-30 | Mark wrapped intrinsics as inline(always) | Luca Barbato | -3/+3 |
| 2023-06-30 | Rollup merge of #107624 - tgross35:const-cstr-methods, r=dtolnay | Matthias Krüger | -8/+10 |
| 2023-06-29 | Enable co-induction support for Safe Transmute | Bryan Garza | -0/+1 |
| 2023-06-29 | make HashMap::or_insert_with example more simple | Tshepang Mbambo | -4/+4 |
| 2023-06-29 | Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_in | Li Zhanhui | -14/+15 |
| 2023-06-29 | Rollup merge of #113054 - Rageking8:make-`rustc_on_unimplemented`-std-agnosti... | Matthias Krüger | -30/+60 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -6/+6 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -60/+23 |
| 2023-06-27 | std: remove an allocation in `Path::with_extension` | João M. Bezerra | -3/+21 |
| 2023-06-27 | std: edit [T]::swap docs | João M. Bezerra | -0/+2 |
| 2023-06-27 | Rollup merge of #112628 - gootorov:box_alloc_partialeq, r=joshtriplett | Matthias Krüger | -9/+26 |
| 2023-06-27 | Change the wording in `std::fmt::Write::write_str` | Tobias Bucher | -2/+2 |
| 2023-06-27 | Make `rustc_on_unimplemented` std-agnostic | Rageking8 | -30/+60 |
| 2023-06-26 | str docs: remove "Basic usage" text where not useful | Tshepang Mbambo | -40/+0 |
| 2023-06-26 | Rollup merge of #112677 - the8472:remove-unusued-field, r=JohnTitor | Takayuki Maeda | -9/+1 |
| 2023-06-26 | Auto merge of #113024 - Jerrody:master, r=thomcc | bors | -1/+1 |
| 2023-06-26 | Auto merge of #111850 - the8472:external-step-by, r=scottmcm | bors | -36/+482 |
| 2023-06-25 | Mark the StepBy specialization as unsafe | The 8472 | -8/+8 |
| 2023-06-25 | StepBy<Range<{int <= usize}>> can be TrustedLen | The 8472 | -1/+7 |
| 2023-06-25 | doccomments for StepBy specializations | The 8472 | -0/+41 |
| 2023-06-25 | Stabilize chown functions (`unix_chown`) | Yuki Okushi | -6/+3 |
| 2023-06-25 | Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc | bors | -49/+44 |
| 2023-06-25 | Always inline primitive data types. | George | -1/+1 |
| 2023-06-25 | Rollup merge of #113009 - ChrisDenton:remove-path, r=workingjubilee | Matthias Krüger | -1/+0 |
| 2023-06-25 | Rollup merge of #112956 - Amanieu:weak-intrinsics, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2023-06-25 | Rollup merge of #112950 - tshepang:patch-4, r=Mark-Simulacrum | Matthias Krüger | -2/+8 |
| 2023-06-24 | Remove unnecessary `path` attribute | Chris Denton | -1/+0 |
| 2023-06-24 | Move arm32 shim to c.rs | Chris Denton | -49/+44 |
| 2023-06-23 | Rollup merge of #112763 - Patryk27:bump-compiler-builtins, r=Amanieu | Michael Goulet | -1/+1 |
| 2023-06-23 | Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnay | Michael Goulet | -2/+2 |
| 2023-06-23 | Add `Read`, `Write` and `Seek` impls for `Arc<File>` where appropriate | Tobias Bucher | -0/+46 |
| 2023-06-23 | Forward `io::{Read,Seek,Write}` impls of `File` to `&File` | Tobias Bucher | -33/+20 |
| 2023-06-23 | Rollup merge of #112704 - RalfJung:dont-wrap-slices, r=ChrisDenton | Matthias Krüger | -10/+14 |
| 2023-06-23 | Expose `compiler-builtins-weak-intrinsics` feature for `-Zbuild-std` | Amanieu d'Antras | -0/+3 |
| 2023-06-23 | DirEntry::file_name: improve explanation | Tshepang Mbambo | -2/+8 |
| 2023-06-23 | add inline annotation to concrete impls | The 8472 | -0/+7 |
| 2023-06-23 | Specialize StepBy<Range<{integer}>> | The 8472 | -36/+428 |
| 2023-06-21 | Actually save all the files | Thom Chiovoloni | -7/+6 |
| 2023-06-21 | Update tvOS support elsewhere in the stdlib | Thom Chiovoloni | -7/+36 |
| 2023-06-21 | Avoid fork/exec spawning on tvOS/watchOS, as those functions are marked as pr... | Thom Chiovoloni | -4/+48 |
| 2023-06-21 | Finish up preliminary tvos support in libstd | Thom Chiovoloni | -8/+31 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -22/+84 |