| Age | Commit message (Expand) | Author | Lines |
| 2023-06-21 | Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkin | bors | -2/+3 |
| 2023-06-21 | Rollup merge of #112863 - clubby789:stderr-typo, r=albertlarsan68 | Guillaume Gomez | -2/+2 |
| 2023-06-21 | Rollup merge of #99587 - ibraheemdev:park-orderings, r=m-ou-se | Guillaume Gomez | -11/+21 |
| 2023-06-21 | "Memory Orderings" -> "Memory Ordering" | Mara Bos | -1/+1 |
| 2023-06-21 | Warn on unused offset_of!() result | Chayim Refael Friedman | -2/+3 |
| 2023-06-21 | Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb | bors | -2/+7 |
| 2023-06-21 | Rollup merge of #112632 - gootorov:vec_alloc_partialeq, r=dtolnay | Nilstrieb | -2/+7 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -10/+10 |
| 2023-06-21 | Fix typo in `eprintln` docs | clubby789 | -2/+2 |
| 2023-06-20 | relaxed orderings in `thread::park` example | Ibraheem Ahmed | -3/+4 |
| 2023-06-20 | Merge proc_macro_span_shrink and proc_macro_span | Jacob Pratt | -2/+2 |
| 2023-06-20 | Add `Span::{line, column}` | Jacob Pratt | -0/+18 |
| 2023-06-20 | `Span::{before, after}` → `Span::{start, end}` | Jacob Pratt | -6/+6 |
| 2023-06-20 | Remove `LineColumn`, `Span::start`, `Span::end` | Jacob Pratt | -56/+1 |
| 2023-06-20 | Rollup merge of #112464 - eval-exec:exec/fix-connect_timeout-overflow, r=Chri... | Guillaume Gomez | -1/+12 |
| 2023-06-20 | Remove useless unit tests | Eval EXEC | -21/+0 |
| 2023-06-20 | Ignore `connect_timeout` unit test on SGX platform | Eval EXEC | -0/+1 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -7/+16 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -13/+16 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+6 |
| 2023-06-20 | Auto merge of #112817 - compiler-errors:rollup-0eqomra, r=compiler-errors | bors | -14/+8 |
| 2023-06-19 | Implement slice::split_once and slice::rsplit_once | Benjamin Lee | -0/+77 |
| 2023-06-19 | Rollup merge of #112606 - clarfonthey:ip-display, r=thomcc | Michael Goulet | -13/+7 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -1/+1 |
| 2023-06-20 | Auto merge of #111849 - eholk:uniquearc, r=Mark-Simulacrum | bors | -3/+184 |
| 2023-06-19 | Introduce `alloc::::UniqueRc` | Eric Holk | -3/+184 |
| 2023-06-19 | Rollup merge of #112757 - Danvil:patch-1, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-06-19 | Rollup merge of #109970 - danielhenrymantilla:add-poll-fn-pin-clarifications,... | Matthias Krüger | -0/+87 |
| 2023-06-19 | Document thread names for SGX compilation target | Vas | -1/+9 |
| 2023-06-19 | Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrum | bors | -12/+5 |
| 2023-06-18 | Bump compiler_builtins | Patryk Wychowaniec | -1/+1 |
| 2023-06-18 | [doc] poll_fn: explain how to pin captured state safely | Daniel Henry-Mantilla | -0/+87 |
| 2023-06-18 | Same for BorrowRef | David Weikersdorfer | -1/+1 |
| 2023-06-18 | Add unit test to connect to an unreachable address | Eval EXEC | -0/+11 |
| 2023-06-18 | Use BorrowFlag instead of explicit isize | David Weikersdorfer | -1/+1 |
| 2023-06-18 | Rollup merge of #112685 - cuviper:wasm-dlmalloc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-06-18 | Rollup merge of #107200 - mina86:c, r=Amanieu | Matthias Krüger | -5/+6 |
| 2023-06-18 | alloc: Allow comparing `Box`s over different allocators | Igor Gutorov | -9/+26 |
| 2023-06-18 | alloc: Implement PartialOrd for `Vec`s over different allocators | Igor Gutorov | -2/+7 |
| 2023-06-18 | Auto merge of #112599 - saethlin:cleaner-panics, r=thomcc | bors | -2/+3 |
| 2023-06-17 | Auto merge of #112595 - hargoniX:l4re_fix, r=Mark-Simulacrum | bors | -3/+23 |
| 2023-06-17 | Auto merge of #112746 - matthiaskrgr:rollup-se59bfd, r=matthiaskrgr | bors | -0/+0 |
| 2023-06-18 | Add unit test for `TcpStream::connect_timeout` | Eval EXEC | -0/+20 |
| 2023-06-18 | Fix windows `Socket::connect_timeout` overflow | Eval EXEC | -1/+1 |
| 2023-06-17 | Rollup merge of #112610 - scottmcm:update-stdarch, r=Amanieu | Matthias Krüger | -0/+0 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -21/+28 |
| 2023-06-17 | Auto merge of #112739 - matthiaskrgr:rollup-8cfggml, r=matthiaskrgr | bors | -10/+19 |
| 2023-06-17 | Rollup merge of #112644 - zica87:nonZeroTypes, r=Mark-Simulacrum | Matthias Krüger | -9/+12 |
| 2023-06-17 | Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomcc | Matthias Krüger | -1/+7 |
| 2023-06-17 | Extend io::copy buffer reuse to BufReader too | The 8472 | -74/+207 |