| Age | Commit message (Expand) | Author | Lines |
| 2023-10-18 | Add discussion that concurrent access to the environment is unsafe | Tobias Bucher | -10/+28 |
| 2023-10-18 | Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errors | Ali MJ Al-Nasrawy | -1/+0 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+2 |
| 2023-10-18 | Stabilize `result_option_inspect` | Slanterns | -13/+4 |
| 2023-10-17 | Disable effects in libcore again | Oli Scherer | -1/+0 |
| 2023-10-17 | Auto merge of #115577 - RalfJung:atomic-load, r=Amanieu | bors | -0/+34 |
| 2023-10-17 | Auto merge of #116518 - vita-rust:vita, r=workingjubilee | bors | -5/+5 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -5/+5 |
| 2023-10-17 | remove 128bit atomics, they are anyway not exposed on those targets | Ralf Jung | -2/+1 |
| 2023-10-16 | Auto merge of #116820 - GuillaumeGomez:rollup-l54ri5q, r=GuillaumeGomez | bors | -60/+30 |
| 2023-10-16 | Create `windows/api.rs` for safer FFI | Chris Denton | -53/+212 |
| 2023-10-16 | Improve rewind documentation | Sean Linsley | -0/+4 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -60/+30 |
| 2023-10-16 | use target-arch based table | Ralf Jung | -5/+4 |
| 2023-10-16 | Add invariant to Vec::pop that len < cap if pop successful | Arthur Carcano | -0/+1 |
| 2023-10-16 | Add `#[track_caller]` to `Option::unwrap_or_else` | DaniPopes | -0/+1 |
| 2023-10-16 | Auto merge of #116782 - matthiaskrgr:rollup-t3yrgku, r=matthiaskrgr | bors | -10/+13 |
| 2023-10-16 | Rollup merge of #115955 - tgross35:ip-to-canonical, r=dtolnay | Matthias Krüger | -10/+13 |
| 2023-10-16 | Auto merge of #116775 - nnethercote:inline-Bytes-next, r=the8472 | bors | -0/+2 |
| 2023-10-16 | Auto merge of #114589 - ijackson:exit-code-default, r=dtolnay | bors | -1/+9 |
| 2023-10-15 | Auto merge of #113747 - clarfonthey:ip_bitops, r=dtolnay | bors | -0/+131 |
| 2023-10-15 | Auto merge of #116772 - matthiaskrgr:rollup-mpff3lh, r=matthiaskrgr | bors | -5/+169 |
| 2023-10-16 | Inline `Bytes::next` and `Bytes::size_hint`. | Nicholas Nethercote | -0/+2 |
| 2023-10-15 | Rollup merge of #116760 - Nilstrieb:triviality, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-10-15 | Rollup merge of #116341 - Ayush1325:uefi-args, r=Mark-Simulacrum | Matthias Krüger | -1/+165 |
| 2023-10-15 | Rollup merge of #116172 - joboet:recursive_tls_initialization, r=dtolnay | Matthias Krüger | -3/+3 |
| 2023-10-15 | Auto merge of #110604 - a1phyr:vecdeque_buf_read, r=dtolnay | bors | -0/+18 |
| 2023-10-15 | Deduplicate std::process Default impl feature names | David Tolnay | -2/+2 |
| 2023-10-15 | Auto merge of #110729 - ColinFinck:decode-utf16-fused-iterator, r=dtolnay | bors | -0/+4 |
| 2023-10-15 | acquire loads can be done as relaxed load; acquire fence | Ralf Jung | -0/+3 |
| 2023-10-15 | only guarantee for Relaxed; add ptr-size fallback | Ralf Jung | -18/+15 |
| 2023-10-15 | wording | Ralf Jung | -9/+13 |
| 2023-10-15 | define 'read-only memory' | Ralf Jung | -1/+8 |
| 2023-10-15 | add general powerpc64le bound | Ralf Jung | -7/+8 |
| 2023-10-15 | add ARM and RISC-V values | Ralf Jung | -3/+7 |
| 2023-10-15 | document when atomic loads are guaranteed read-only | Ralf Jung | -0/+20 |
| 2023-10-15 | Auto merge of #116527 - sthibaul:libc, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-10-15 | Implement args for UEFI | Ayush Singh | -1/+165 |
| 2023-10-15 | Add tests for `SocketAddrV6` ordering with scope_id and flowinfo | Maybe Waffle | -0/+11 |
| 2023-10-15 | Remove trivial cast in `guaranteed_eq` | Nilstrieb | -1/+1 |
| 2023-10-15 | Make File::create work on Windows hidden files | Chris Denton | -7/+64 |
| 2023-10-15 | Rollup merge of #116594 - tae-soo-kim:convert-tryfrom-doc, r=scottmcm | Matthias Krüger | -6/+5 |
| 2023-10-15 | Auto merge of #116683 - ChrisDenton:exists, r=Mark-Simulacrum | bors | -0/+56 |
| 2023-10-15 | Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcm | bors | -2/+121 |
| 2023-10-14 | Add Seek::seek_relative | Jonathan Behrens | -0/+36 |
| 2023-10-14 | Rollup merge of #116540 - daxpedda:once-cell-lock-try-insert, r=Mark-Simulacrum | Guillaume Gomez | -12/+77 |
| 2023-10-14 | Rollup merge of #116723 - ivmarkov:master, r=dtolnay | Matthias Krüger | -4/+24 |
| 2023-10-14 | Rollup merge of #115653 - joshlf:patch-9, r=dtolnay | Matthias Krüger | -0/+2 |
| 2023-10-14 | Fix broken build on ESP-IDF caused by #115108 | ivmarkov | -4/+24 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -149/+139 |