| Age | Commit message (Expand) | Author | Lines |
| 2023-09-21 | offset_from: docs improvements | Ralf Jung | -4/+20 |
| 2023-09-21 | Auto merge of #116013 - matthiaskrgr:rollup-mv5i4fd, r=matthiaskrgr | bors | -29/+29 |
| 2023-09-21 | Rollup merge of #116008 - m-ou-se:boxmeup, r=oli-obk | Matthias Krüger | -29/+29 |
| 2023-09-20 | Auto merge of #115542 - saethlin:fileencoder-is-bufwriter, r=WaffleLapkin | bors | -0/+1 |
| 2023-09-20 | PR feedback | Ben Kimock | -0/+1 |
| 2023-09-20 | Fix typo. | Mara Bos | -1/+1 |
| 2023-09-20 | Rename BoxMeUp to PanicPayload. | Mara Bos | -29/+29 |
| 2023-09-20 | Call panic_display directly in const_panic_fmt. | Mara Bos | -1/+2 |
| 2023-09-20 | Auto merge of #115753 - tgross35:threadinfo-refactor, r=thomcc | bors | -16/+21 |
| 2023-09-20 | fix rustdoc tests | Deadbeef | -1/+1 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -5/+6 |
| 2023-09-20 | Auto merge of #114443 - tgross35:cstr-len, r=dtolnay | bors | -34/+72 |
| 2023-09-19 | Auto merge of #115979 - GuillaumeGomez:rollup-06ujzgh, r=GuillaumeGomez | bors | -0/+2 |
| 2023-09-19 | Rollup merge of #115958 - RalfJung:mystery-plus, r=Mark-Simulacrum,notriddle | Guillaume Gomez | -0/+2 |
| 2023-09-19 | explain mysterious addition in float minimum/maximum | Ralf Jung | -0/+2 |
| 2023-09-19 | Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-se | bors | -32/+7 |
| 2023-09-19 | Replace 'mutex' with 'lock' in RwLock documentation | Kriskras99 | -2/+2 |
| 2023-09-19 | Rollup merge of #115946 - the8472:panic-on-sched_getaffinity-bug, r=Mark-Simu... | Guillaume Gomez | -2/+4 |
| 2023-09-19 | Rollup merge of #115839 - Dirreke:bump-libc, r=dtolnay | Guillaume Gomez | -1/+1 |
| 2023-09-19 | Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 | bors | -7/+2478 |
| 2023-09-18 | Stabilize `{IpAddr, Ipv6Addr}::to_canonical` | Trevor Gross | -10/+13 |
| 2023-09-18 | panic when encountering an illegal cpumask | The 8472 | -2/+4 |
| 2023-09-18 | Rollup merge of #115494 - RalfJung:primitive_docs, r=Mark-Simulacrum | Matthias Krüger | -1626/+12 |
| 2023-09-18 | Rollup merge of #109409 - WaffleLapkin:progamer, r=dtolnay | Matthias Krüger | -0/+85 |
| 2023-09-18 | Fill-in tracking issue for `feature(cmp_minmax)` | Maybe Waffle | -3/+3 |
| 2023-09-18 | Add `minmax*` functions to `core::cmp` | Maybe Waffle | -0/+85 |
| 2023-09-18 | get rid of duplicate primitive_docs | Ralf Jung | -1626/+12 |
| 2023-09-18 | Auto merge of #108043 - a1phyr:string_write_fmt, r=workingjubilee | bors | -2/+22 |
| 2023-09-18 | Auto merge of #115547 - WaffleLapkin:spin_looping, r=Mark-Simulacrum | bors | -24/+17 |
| 2023-09-17 | Specialize `fmt::Write::write_fmt` for `Sized` types | Benoît du Garreau | -2/+22 |
| 2023-09-17 | Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnay | Dylan DPC | -225/+219 |
| 2023-09-17 | Rollup merge of #115434 - soqb:ascii-char-manual-debug, r=dtolnay | Dylan DPC | -2/+39 |
| 2023-09-17 | Rollup merge of #114965 - benschulz:mpsc-drop, r=dtolnay | Dylan DPC | -15/+0 |
| 2023-09-17 | Auto merge of #113748 - clarfonthey:ip-step, r=dtolnay | bors | -1/+66 |
| 2023-09-17 | Auto merge of #115782 - a1phyr:improve_pad_adapter, r=dtolnay | bors | -0/+8 |
| 2023-09-17 | Auto merge of #113753 - dvdsk:master, r=dtolnay | bors | -1/+81 |
| 2023-09-16 | Rollup merge of #115895 - 52:patch-docs-vec-truncate, r=dtolnay | Matthias Krüger | -4/+4 |
| 2023-09-16 | Rollup merge of #115560 - ShE3py:format-results, r=dtolnay | Matthias Krüger | -6/+10 |
| 2023-09-16 | Rollup merge of #115487 - ModProg:patch-1, r=dtolnay | Matthias Krüger | -2/+2 |
| 2023-09-16 | Rollup merge of #115329 - xzmeng:fix-std-doc, r=dtolnay | Matthias Krüger | -7/+7 |
| 2023-09-16 | Rollup merge of #115247 - the8472:life-before-main, r=dtolnay | Matthias Krüger | -1/+25 |
| 2023-09-16 | Auto merge of #112229 - clarfonthey:range-iter-count, r=dtolnay | bors | -0/+20 |
| 2023-09-16 | edit `std::collections::VecDeque` docs | mxnkarou | -2/+2 |
| 2023-09-16 | edit `std::vec::Vec::truncate` docs | mxnkarou | -2/+2 |
| 2023-09-16 | Rollup merge of #115607 - RalfJung:safe-traits-unsafe-code, r=dtolnay | Matthias Krüger | -0/+35 |
| 2023-09-16 | fix a comment about assert_receiver_is_total_eq | Ralf Jung | -3/+3 |
| 2023-09-16 | Specialize count for range iterators | ltdk | -0/+20 |
| 2023-09-16 | impl Step for IP addresses | ltdk | -1/+66 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -1/+22 |
| 2023-09-16 | Auto merge of #115520 - Finomnis:const_transmute_copy, r=dtolnay | bors | -2/+1 |