| Age | Commit message (Expand) | Author | Lines |
| 2023-05-20 | Rollup merge of #111665 - est31:offset_of_tests, r=WaffleLapkin | Dylan DPC | -0/+15 |
| 2023-05-20 | Auto merge of #111524 - scottmcm:escape-using-ascii, r=cuviper | bors | -50/+65 |
| 2023-05-19 | docs: Add missing period | Ed Page | -1/+1 |
| 2023-05-19 | Auto merge of #111453 - scottmcm:constify-as-slice, r=Mark-Simulacrum | bors | -6/+6 |
| 2023-05-19 | Add slice::{split_,}{first,last}_chunk{,_mut} | ltdk | -0/+258 |
| 2023-05-19 | Auto merge of #109773 - beetrees:set-file-time-improvements, r=Amanieu | bors | -28/+196 |
| 2023-05-19 | tidy | Ibraheem Ahmed | -2/+1 |
| 2023-05-19 | remove unstable `Poll::ready` | Ibraheem Ahmed | -94/+3 |
| 2023-05-19 | constify `slice_as_chunks` (unstable) | Scott McMurray | -6/+6 |
| 2023-05-19 | Auto merge of #111590 - dtolnay:panictemporaries, r=bjorn3 | bors | -14/+14 |
| 2023-05-18 | Add tracking issue ID for `bufread_skip_until` feature gate | William Venner | -1/+1 |
| 2023-05-18 | Move `BufRead::skip_until` test to a more appropriate location | William Venner | -28/+28 |
| 2023-05-18 | Add `BufRead::skip_until` test | William Venner | -0/+28 |
| 2023-05-18 | Option::map_or_else: Show an example of integrating with Result | Colin Walters | -1/+20 |
| 2023-05-18 | Add more tests for the offset_of!() macro | est31 | -0/+15 |
| 2023-05-18 | Fix doc comment for `ConstParamTy` derive | Juniper Tyree | -1/+1 |
| 2023-05-18 | Auto merge of #111710 - Dylan-DPC:rollup-eutrx54, r=Dylan-DPC | bors | -0/+27 |
| 2023-05-18 | Document `Pin` memory layout | Jules Bertholet | -0/+2 |
| 2023-05-18 | Rollup merge of #111527 - knickish:bind_port_0_documentation, r=Mark-Simulacrum | Dylan DPC | -0/+18 |
| 2023-05-18 | Rollup merge of #111168 - DaniPopes:arguments-to-string, r=Mark-Simulacrum | Dylan DPC | -0/+9 |
| 2023-05-17 | docs: Clarify OsStr is self-synchronizing | Ed Page | -7/+15 |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -5/+6 |
| 2023-05-17 | Rollup merge of #111654 - JoJoJet:unsafe-cell-from-mut-lib, r=joshtriplett | Dylan DPC | -0/+21 |
| 2023-05-17 | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwU | Dylan DPC | -0/+8 |
| 2023-05-17 | Rollup merge of #111043 - jmillikin:cstr-is-empty, r=dtolnay | Dylan DPC | -3/+2 |
| 2023-05-16 | docs: Add examples of OsStr safety violation | Ed Page | -4/+7 |
| 2023-05-16 | Use an unbounded lifetime in String::leak. | Finn Bear | -2/+2 |
| 2023-05-16 | add `UnsafeCell::from_mut` | JoJoJet | -0/+21 |
| 2023-05-16 | Rollup merge of #111592 - Nemo157:fix-vec-capacity-examples, r=joshtriplett | Matthias Krüger | -6/+6 |
| 2023-05-16 | Add derive for `core::marker::ConstParamTy` | Nilstrieb | -0/+8 |
| 2023-05-16 | Hide repr attribute from doc of types without guaranteed repr | David Tolnay | -10/+10 |
| 2023-05-16 | Use code with reliable branchless code-gen for slice::sort merge | Lukas Bergdoll | -26/+12 |
| 2023-05-16 | Rollup merge of #111617 - kesleta:master, r=Dylan-DPC | Nilstrieb | -1/+1 |
| 2023-05-16 | Fix duplicate `arcinner_layout_for_value_layout` calls | marc0246 | -6/+19 |
| 2023-05-16 | Auto merge of #111134 - GilShoshan94:remove-send-bound-on-error, r=dtolnay | bors | -3/+3 |
| 2023-05-16 | Auto merge of #111044 - jmillikin:nonzero-negation, r=dtolnay | bors | -18/+12 |
| 2023-05-15 | Fixed typo | Benjamin Atelsek | -1/+1 |
| 2023-05-15 | Mark internal functions and traits unsafe | LegionMammal978 | -32/+57 |
| 2023-05-15 | Give better error when collecting into `&[T]` | Chayim Refael Friedman | -0/+10 |
| 2023-05-15 | Rollup merge of #111587 - cbeuw:copy-for-deref, r=oli-obk | Matthias Krüger | -1/+2 |
| 2023-05-15 | Rollup merge of #110049 - SkiFire13:localkey-with-docs-fix, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2023-05-15 | Rollup merge of #108356 - gftea:master, r=workingjubilee | Matthias Krüger | -1/+3 |
| 2023-05-15 | Rollup merge of #108291 - chenyukang:yukang/fix-benchmarks, r=workingjubilee | Matthias Krüger | -30/+30 |
| 2023-05-15 | Add test for `FileTimes` | beetrees | -2/+52 |
| 2023-05-15 | Add creation time support to `FileTimes` on apple and windows | beetrees | -26/+144 |
| 2023-05-15 | Change Vec examples to not assert exact capacity except where it is guaranteed | Wim Looman | -6/+6 |
| 2023-05-15 | Shorten lifetime of even more panic temporaries | David Tolnay | -14/+14 |
| 2023-05-15 | Documentation | Andy Wang | -1/+1 |
| 2023-05-15 | Add CopyForDeref to custom MIR | Andy Wang | -0/+1 |
| 2023-05-15 | Rollup merge of #111582 - Vagelis-Prokopiou:fix/wanting, r=workingjubilee | Matthias Krüger | -2/+2 |