| Age | Commit message (Expand) | Author | Lines |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -6/+85 |
| 2023-12-03 | library: use c string literals | klensy | -26/+26 |
| 2023-12-03 | Auto merge of #118487 - RalfJung:exposed-provenance, r=thomcc | bors | -56/+71 |
| 2023-12-03 | Auto merge of #118128 - RalfJung:bad-intrinsics, r=the8472 | bors | -0/+10 |
| 2023-12-02 | Auto merge of #118484 - blyxxyz:os-str-slice, r=BurntSushi | bors | -2/+131 |
| 2023-12-02 | std: Invert logic for inclusion of `sys_common::net` | Alex Crichton | -8/+8 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -1022/+2123 |
| 2023-12-02 | Remove link to core::arch::x86_64 | Caleb Zulawski | -1/+1 |
| 2023-12-02 | Add diagnostic item to PartialEq::{eq,ne} | Urgau | -0/+2 |
| 2023-12-02 | Add substring API for `OsStr` | Jan Verbeek | -2/+131 |
| 2023-12-01 | Attempt to try to resolve blocking concerns | Caio | -0/+143 |
| 2023-12-01 | Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-se | bors | -1/+1 |
| 2023-12-01 | update addr docs | Ralf Jung | -8/+8 |
| 2023-11-30 | move exposed-provenance APIs into separate feature gate and explain the relat... | Ralf Jung | -48/+63 |
| 2023-11-29 | Use OnceCell in cell module documentation | Marcin Serwin | -4/+4 |
| 2023-11-29 | Auto merge of #118315 - WaffleLapkin:don't-repeat_byte, r=m-ou-se | bors | -16/+2 |
| 2023-11-29 | Rollup merge of #118231 - RalfJung:const-raw-slice-empty, r=cuviper | Matthias Krüger | -3/+21 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -4/+108 |
| 2023-11-29 | Rollup merge of #118383 - shepmaster:unused-tuple-struct-field-cleanup-stdlib... | Matthias Krüger | -0/+1 |
| 2023-11-29 | Rollup merge of #118398 - mu001999:std/add_cfgs, r=thomcc | Matthias Krüger | -0/+11 |
| 2023-11-29 | Rollup merge of #118265 - RalfJung:memcpy, r=cuviper | Matthias Krüger | -3/+2 |
| 2023-11-29 | Rollup merge of #116839 - joboet:xous_thread_parking, r=m-ou-se | Matthias Krüger | -1/+95 |
| 2023-11-29 | Auto merge of #114841 - bvanjoi:fix-114814, r=cuviper | bors | -0/+14 |
| 2023-11-28 | Address unused tuple struct fields in the standard library | Jake Goulding | -0/+1 |
| 2023-11-28 | Rollup merge of #118222 - the8472:copy-use-vec-write, r=m-ou-se | Matthias Krüger | -107/+91 |
| 2023-11-28 | Rollup merge of #118193 - max-heller:command-typo, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -71/+488 |
| 2023-11-28 | Rollup merge of #118397 - Zalathar:nonzero, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2023-11-28 | Rollup merge of #118314 - WaffleLapkin:rename_collectionstests, r=cuviper | Matthias Krüger | -2/+2 |
| 2023-11-28 | Rollup merge of #118299 - frewsxcv:patch-2, r=cuviper | Matthias Krüger | -9/+41 |
| 2023-11-28 | Rollup merge of #118236 - ksw2000:update_mod_comment, r=cuviper | Matthias Krüger | -3/+3 |
| 2023-11-28 | Rollup merge of #115331 - the8472:chars_advance, r=cuviper | Matthias Krüger | -0/+80 |
| 2023-11-28 | Add proper cfgs | r0cky | -0/+11 |
| 2023-11-28 | Fix comments for unsigned non-zero `checked_add`, `saturating_add` | Zalathar | -2/+2 |
| 2023-11-27 | optimize str::iter::Chars::advance_by | The 8472 | -0/+61 |
| 2023-11-27 | benchmarks for Chars::advance_by | The 8472 | -0/+19 |
| 2023-11-27 | use the usual attributes for panic_misaligned_pointer_dereference | Ralf Jung | -2/+2 |
| 2023-11-27 | make sure panic_nounwind_fmt can still be fully inlined (e.g. for panic_immed... | Ralf Jung | -1/+4 |
| 2023-11-27 | Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notr... | bors | -1/+1 |
| 2023-11-27 | Simplify Default for tuples | DaniPopes | -9/+6 |
| 2023-11-27 | Auto merge of #118313 - WaffleLapkin:fixup_comments_in_some_nonzero_ops, r=th... | bors | -14/+44 |
| 2023-11-26 | Auto merge of #117697 - WaffleLapkin:non-null-convenience-ops, r=Amanieu | bors | -19/+1029 |
| 2023-11-26 | unify read_to_end and io::copy impls for reading into a Vec | The 8472 | -107/+91 |
| 2023-11-26 | Add `is_aligned{,_to}` convenience methods to `NonNull` | Maybe Waffle | -0/+234 |
| 2023-11-26 | Add `align_offset` convenience method to `NonNull` | Maybe Waffle | -0/+60 |
| 2023-11-26 | Add `replace` and `swap` convenience methods to `NonNull` | Maybe Waffle | -0/+35 |
| 2023-11-26 | Add `offset_from`-ish convenience methods to `NonNull` | Maybe Waffle | -11/+209 |
| 2023-11-26 | Add offset-ish convenience methods to `NonNull` | Maybe Waffle | -0/+274 |
| 2023-11-26 | Add read/write/copy convenience methods to `NonNull` | Maybe Waffle | -14/+223 |
| 2023-11-26 | rustdoc: Remove space from fake-variadic fn ptr impls | Maybe Waffle | -1/+1 |