| Age | Commit message (Expand) | Author | Lines |
| 2023-02-28 | Auto merge of #107987 - EFanZh:inline-poll-methods, r=Mark-Simulacrum | bors | -0/+5 |
| 2023-02-28 | add missing feature in core/tests | Ralf Jung | -0/+1 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -1/+1 |
| 2023-02-27 | Remove or justify use of #[rustc_box] | Ben Kimock | -9/+7 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -1/+0 |
| 2023-02-27 | Add `Atomic*::from_ptr` | Maybe Waffle | -0/+135 |
| 2023-02-27 | Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDenton | Matthias Krüger | -29/+78 |
| 2023-02-27 | Rollup merge of #104265 - faern:move-ipaddr-to-core, r=joshtriplett | Matthias Krüger | -3784/+4079 |
| 2023-02-27 | Clarify that Copy is a trait in array docs | Coca162 | -2/+2 |
| 2023-02-27 | Update docs to show [expr; N] can repeat const expr | Coca162 | -4/+8 |
| 2023-02-27 | Add vectored positioned I/O on Unix | Benoît du Garreau | -3/+121 |
| 2023-02-27 | use `as_ptr` to determine the address of atomics | Stefan Lankes | -3/+3 |
| 2023-02-26 | remove unused imports | Stefan Lankes | -1/+0 |
| 2023-02-26 | Add tracking issue | Josh Triplett | -1/+1 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -3784/+4079 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -1/+1 |
| 2023-02-26 | Rollup merge of #108475 - Sp00ph:fix_shrink_to, r=thomcc | Matthias Krüger | -55/+104 |
| 2023-02-26 | Rollup merge of #108299 - scottmcm:literal-bits, r=Nilstrieb | Matthias Krüger | -36/+46 |
| 2023-02-26 | std: disconnect senders before discarding messages | joboet | -4/+5 |
| 2023-02-26 | std: use random HashMap keys on Hermit | joboet | -2/+17 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -1/+1 |
| 2023-02-26 | Disambiguate comments | Markus Everling | -2/+2 |
| 2023-02-26 | Fix `VecDeque::shrink_to` and add tests. | Markus Everling | -55/+104 |
| 2023-02-26 | Rollup merge of #108432 - klensy:test-deps, r=Mark-Simulacrum | Matthias Krüger | -2/+0 |
| 2023-02-26 | Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-02-25 | Auto merge of #107405 - hermitcore:bsd, r=bjorn3 | bors | -476/+584 |
| 2023-02-25 | [stdio][windows] Use MBTWC and WCTMB | Nicole Mazzuca | -29/+78 |
| 2023-02-25 | Add test for VecDeque::append ZST capacity overflow | pommicket | -0/+14 |
| 2023-02-25 | Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr | bors | -2/+2 |
| 2023-02-25 | Use checked_add in VecDeque::append for ZSTs to avoid overflow | pommicket | -1/+1 |
| 2023-02-25 | Rollup merge of #108407 - notriddle:notriddle/vec-get-mut, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-02-25 | Auto merge of #108233 - ChrisDenton:move-std-tests, r=thomcc | bors | -12/+115 |
| 2023-02-25 | binary_heap: Unify Extend implementation. | Tatsuyuki Ishi | -34/+2 |
| 2023-02-25 | binary_heap: Make RebuildOnDrop a common helper. | Tatsuyuki Ishi | -17/+17 |
| 2023-02-25 | Auto merge of #107638 - zhangyunhao116:pdqsort-rand, r=cuviper | bors | -10/+14 |
| 2023-02-24 | test: drop unused deps | klensy | -2/+0 |
| 2023-02-24 | avoid the usage of libc during the creation of documentation | Stefan Lankes | -9/+7 |
| 2023-02-24 | remove code duplications | Stefan Lankes | -393/+129 |
| 2023-02-24 | move IO traits to std/src/os/hermit | Stefan Lankes | -73/+102 |
| 2023-02-24 | add support of RustyHermit's BSD socket layer | Stefan Lankes | -457/+802 |
| 2023-02-24 | Rollup merge of #108391 - sunfishcode:sunfishcode/is-terminal-file-length, r=... | Dylan DPC | -19/+21 |
| 2023-02-24 | Rollup merge of #108370 - fbq:time-doc-fix, r=thomcc | Dylan DPC | -3/+3 |
| 2023-02-24 | Rollup merge of #106918 - dtolnay:heapretain, r=the8472 | Dylan DPC | -6/+37 |
| 2023-02-24 | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomcc | Dylan DPC | -0/+77 |
| 2023-02-23 | Stabilize atomic_as_ptr | Trevor Gross | -7/+7 |
| 2023-02-23 | black_box doc corrections - Issue #107957 | pat-nel87 | -3/+3 |
| 2023-02-23 | docs: use intra-doc links for `Vec::get(_mut)` | Michael Howell | -2/+2 |
| 2023-02-23 | Fix `is_terminal`'s handling of long paths on Windows. | Dan Gohman | -19/+21 |
| 2023-02-23 | Add lint against `Iterator::map` receiving a callable that returns `()` | Obei Sideg | -0/+2 |
| 2023-02-22 | Require `literal`s for some `(u)int_impl!` parameters | Scott McMurray | -36/+46 |