| Age | Commit message (Expand) | Author | Lines |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -305/+172 |
| 2022-04-05 | Rollup merge of #95660 - yaahc:panic-docs-update, r=Dylan-DPC | Dylan DPC | -7/+19 |
| 2022-04-05 | Rollup merge of #95630 - declanvk:update-nonnull-doc, r=RalfJung | Dylan DPC | -4/+8 |
| 2022-04-05 | Rollup merge of #95588 - RalfJung:strict-provenance, r=scottmcm | Dylan DPC | -19/+217 |
| 2022-04-05 | Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi... | Dylan DPC | -0/+4 |
| 2022-04-04 | Update panic docs to make it clearer when to use panic vs Result | Jane Lusby | -7/+19 |
| 2022-04-04 | explicitly distinguish pointer::addr and pointer::expose_addr | Ralf Jung | -19/+217 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -0/+4 |
| 2022-04-04 | Rollup merge of #95467 - ChrisDenton:async-read-pipe, r=joshtriplett | Dylan DPC | -2/+140 |
| 2022-04-04 | Rollup merge of #95438 - m-ou-se:sync-unsafe-cell, r=joshtriplett | Dylan DPC | -4/+109 |
| 2022-04-04 | Rollup merge of #95431 - golddranks:stabilize_total_cmp, r=scottmcm | Dylan DPC | -6/+2 |
| 2022-04-04 | Rollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnay | Dylan DPC | -1/+1 |
| 2022-04-04 | Correct calling convention | Chris Denton | -2/+2 |
| 2022-04-04 | Bump windows CommandExt::raw_arg to 1.62 | David Tolnay | -1/+1 |
| 2022-04-04 | Stabilize total_cmp | Pyry Kontio | -6/+2 |
| 2022-04-04 | Update library/std/src/sys/windows/pipe.rs | Chris Denton | -4/+6 |
| 2022-04-03 | Add doc links referencing raw pointer methods | Declan Kelly | -4/+8 |
| 2022-04-03 | Auto merge of #95619 - bjorn3:inline_location_caller, r=scottmcm | bors | -0/+1 |
| 2022-04-03 | Rollup merge of #95618 - adamse:master, r=dtolnay | Dylan DPC | -5/+8 |
| 2022-04-03 | Rollup merge of #95617 - saethlin:swap-test-invalidation, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2022-04-03 | Fix &mut invalidation in ptr::swap doctest | Ben Kimock | -2/+3 |
| 2022-04-03 | Auto merge of #95610 - createyourpersonalaccount:derefmut-docfix, r=Dylan-DPC | bors | -1/+1 |
| 2022-04-03 | Mark Location::caller() as #[inline] | bjorn3 | -0/+1 |
| 2022-04-03 | core: document that the align_of* functions return the alignment in bytes | Adam Sandberg Ericsson | -5/+8 |
| 2022-04-03 | Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -124/+119 |
| 2022-04-03 | Auto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg, r=petrochenkov | bors | -2/+5 |
| 2022-04-03 | Improve doc example of DerefMut | Nikolaos Chatzikonstantinou | -1/+1 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -2/+5 |
| 2022-04-02 | Rollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-04-02 | Rollup merge of #95587 - m-ou-se:std-remove-associated-type-bounds, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2022-04-02 | Refer to u8 by absolute path in expansion of thread_local | David Tolnay | -3/+3 |
| 2022-04-02 | Rollup merge of #95557 - niluxv:issue-95533, r=dtolnay | Dylan DPC | -8/+8 |
| 2022-04-02 | Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnay | Dylan DPC | -0/+127 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -59/+57 |
| 2022-04-01 | Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgr | bors | -63/+74 |
| 2022-04-01 | Rollup merge of #95546 - autumnontape:allocator-realloc-align-docs, r=Amanieu | Matthias Krüger | -0/+6 |
| 2022-04-01 | Rollup merge of #95532 - RalfJung:utf8_char_counts, r=Dylan-DPC | Matthias Krüger | -4/+7 |
| 2022-04-01 | Rollup merge of #95528 - RalfJung:miri-is-too-slow, r=scottmcm | Matthias Krüger | -0/+10 |
| 2022-04-01 | Rollup merge of #95516 - RalfJung:ptrs-not-ints, r=dtolnay | Matthias Krüger | -5/+5 |
| 2022-04-01 | Fix `thread_local!` macro to be compatible with `no_implicit_prelude` | niluxv | -8/+8 |
| 2022-04-01 | Remove need for associated_type_bounds in std. | Mara Bos | -3/+4 |
| 2022-04-01 | Implement provenance preserving method on NonNull | Declan Kelly | -0/+127 |
| 2022-04-01 | Rollup merge of #95032 - m-ou-se:std-features, r=yaahc | Matthias Krüger | -63/+74 |
| 2022-03-31 | add notes about alignment-altering reallocs to Allocator docs | Autumn | -0/+6 |
| 2022-03-31 | Fix feature name of stable parts of strict_provenance | David Tolnay | -2/+2 |
| 2022-03-31 | Adjust MaybeUninit feature names to avoid changing unstable one | David Tolnay | -5/+5 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -58/+56 |
| 2022-03-31 | make utf8_char_counts test faster in Miri | Ralf Jung | -4/+7 |
| 2022-03-31 | Categorize and sort unstable features in std. | Mara Bos | -63/+74 |
| 2022-03-31 | skip slow int_log tests in Miri | Ralf Jung | -0/+10 |