| Age | Commit message (Expand) | Author | Lines |
| 2023-03-28 | Rollup merge of #109682 - clubby789:c-str-inline, r=scottmcm | Matthias Krüger | -0/+5 |
| 2023-03-28 | Add "Platform-specific behavior" heading and link to changes disclaimer | Josh Triplett | -0/+5 |
| 2023-03-28 | Document the heuristics IsTerminal uses on Windows | Josh Triplett | -0/+4 |
| 2023-03-28 | Add `#[inline]` to CStr trait implementations | clubby789 | -0/+5 |
| 2023-03-27 | socket ancillary data implementation for FreeBSD (from 13 and above). | David CARLIER | -21/+208 |
| 2023-03-27 | Fix ASCII case comment | clubby789 | -1/+1 |
| 2023-03-27 | fix advance_by impl for vec_deque and add tests | The 8472 | -7/+30 |
| 2023-03-27 | update documentation | The 8472 | -8/+10 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -271/+340 |
| 2023-03-27 | Use the FnPtr trait to avoid implementing common traits via macros | Oli Scherer | -107/+162 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -0/+15 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -352/+315 |
| 2023-03-27 | Rollup merge of #102742 - bjorn3:cleanup_rust_start_panic, r=ChrisDenton | Matthias Krüger | -15/+10 |
| 2023-03-27 | Rollup merge of #98651 - mattfbacon:master, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2023-03-27 | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | -12/+6 |
| 2023-03-26 | Auto merge of #109357 - saethlin:inline-as-deref, r=thomcc | bors | -0/+4 |
| 2023-03-26 | Remove unnecessary raw pointer in __rust_start_panic arg | bjorn3 | -15/+10 |
| 2023-03-26 | Rollup merge of #109620 - eievui5:patch-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-26 | Auto merge of #105096 - LegionMammal978:copied-allocators, r=Amanieu | bors | -3/+3 |
| 2023-03-25 | Correct typo (`back_box` -> `black_box`) | Evie M | -1/+1 |
| 2023-03-25 | Improve documentation for str::replace() and str::replacen() | Veera | -2/+2 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+371 |
| 2023-03-25 | Auto merge of #109546 - saethlin:inline-into, r=scottmcm | bors | -0/+1 |
| 2023-03-24 | Add #[inline] to the Into for From impl | Ben Kimock | -0/+1 |
| 2023-03-24 | Auto merge of #109216 - martingms:unicode-case-lut-shrink, r=Mark-Simulacrum | bors | -1794/+783 |
| 2023-03-24 | Rollup merge of #109406 - WaffleLapkin:🥛, r=cuviper | Matthias Krüger | -13/+0 |
| 2023-03-24 | Rollup merge of #109368 - hermitcore:typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-03-24 | Rollup merge of #109142 - the8472:mutex-block-docs, r=cuviper | Matthias Krüger | -7/+17 |
| 2023-03-24 | Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomcc | Matthias Krüger | -0/+3 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+14 |
| 2023-03-23 | Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgr | bors | -2/+10 |
| 2023-03-23 | Rollup merge of #106964 - workingjubilee:crouching-ioerror-hidden-documentati... | Matthias Krüger | -2/+10 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -0/+8 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -23/+6 |
| 2023-03-23 | Rollup merge of #109504 - steffahn:stabilize_a_rc_into_inner, r=joshtriplett | Matthias Krüger | -23/+6 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -0/+1 |
| 2023-03-23 | Stabilize `arc_into_inner` and `rc_into_inner`. | Frank Steffahn | -23/+6 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+8 |
| 2023-03-22 | Rollup merge of #109359 - Nilstrieb:bump-stdarch, r=Amanieu | Matthias Krüger | -0/+1 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -1/+16 |
| 2023-03-22 | Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegen | Matthias Krüger | -1/+16 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -72/+42 |
| 2023-03-23 | Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDenton | Dylan DPC | -14/+26 |
| 2023-03-21 | Rollup merge of #108164 - joboet:discard_messages_mpmc_array, r=Amanieu | Matthias Krüger | -26/+98 |
| 2023-03-21 | Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett | Matthias Krüger | -38/+62 |
| 2023-03-21 | Rollup merge of #108326 - tmiasko:read-buf, r=thomcc | nils | -31/+250 |
| 2023-03-21 | Rollup merge of #106434 - clubby789:document-sum-result, r=the8472 | nils | -4/+42 |
| 2023-03-21 | Use hex literal for INDEX_MASK | Martin Gammelsæter | -1/+1 |
| 2023-03-21 | Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomcc | bors | -11/+2 |
| 2023-03-21 | Auto merge of #108717 - TDecki:dec2flt-inline, r=thomcc | bors | -1/+18 |