| Age | Commit message (Expand) | Author | Lines |
| 2022-04-11 | Implement Default for AssertUnwindSafe | Soni L | -0/+7 |
| 2022-04-11 | Rollup merge of #95743 - yaahc:binary-search-clarification, r=Mark-Simulacrum | Matthias Krüger | -2/+14 |
| 2022-04-10 | Rollup merge of #95566 - eduardosm:std_char_consts_and_methods, r=Mark-Simula... | Dylan DPC | -203/+54 |
| 2022-04-09 | Rollup merge of #95831 - redzic:xor-uppercase, r=workingjubilee | Dylan DPC | -2/+2 |
| 2022-04-09 | Rollup merge of #95805 - c410-f3r:meta-vars, r=petrochenkov | Dylan DPC | -13/+13 |
| 2022-04-09 | Rollup merge of #95361 - scottmcm:valid-align, r=Mark-Simulacrum | Dylan DPC | -6/+251 |
| 2022-04-09 | Rollup merge of #95787 - yaahc:panic-doc-update-v2, r=dtolnay | Dylan DPC | -12/+22 |
| 2022-04-08 | Make non-power-of-two alignments a validity error in `Layout` | Scott McMurray | -6/+251 |
| 2022-04-08 | Use bitwise XOR in to_ascii_uppercase | Redzic | -2/+2 |
| 2022-04-08 | Left overs of #95761 | Caio | -13/+13 |
| 2022-04-08 | Rollup merge of #95761 - c410-f3r:meta-var-stuff, r=petrochenkov | Dylan DPC | -116/+25 |
| 2022-04-08 | Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm | Dylan DPC | -0/+82 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+82 |
| 2022-04-07 | reword panic vs result section to remove recoverable vs unrecoverable framing | Jane Lusby | -12/+22 |
| 2022-04-07 | Kickstart the inner usage of macro_metavar_expr | Caio | -116/+25 |
| 2022-04-07 | Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPC | bors | -2/+2 |
| 2022-04-07 | Rollup merge of #95753 - ChayimFriedman2:patch-1, r=dtolnay | Dylan DPC | -2/+2 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -115/+48 |
| 2022-04-07 | Correct safety reasoning in `str::make_ascii_{lower,upper}case()` | Chayim Refael Friedman | -2/+2 |
| 2022-04-07 | Rollup merge of #95725 - hkBst:patch-1, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2022-04-07 | Rollup merge of #95708 - fee1-dead:doc_whitespace_trim, r=Dylan-DPC | Dylan DPC | -8/+11 |
| 2022-04-07 | Rollup merge of #95646 - mgeisler:mention-std-env-var, r=Dylan-DPC | Dylan DPC | -2/+8 |
| 2022-04-07 | Update library/core/src/slice/mod.rs | Dylan DPC | -1/+1 |
| 2022-04-07 | remove exclamation mark | Dylan DPC | -1/+1 |
| 2022-04-06 | add necessary closure for partition_point | Jane Lusby | -2/+2 |
| 2022-04-06 | Update binary_search example to instead redirect to partition_point | Jane Lusby | -2/+14 |
| 2022-04-06 | Revert "Mark Location::caller() as #[inline]" | bjorn3 | -1/+0 |
| 2022-04-06 | Mention `std::env::var` in `env!` | Martin Geisler | -2/+8 |
| 2022-04-06 | Message: Chunks cannot have a size of zero. | Marijn Schouten | -2/+2 |
| 2022-04-06 | Update documentation for `trim*` and `is_whitespace` to include newlines | Deadbeef | -8/+11 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -115/+48 |
| 2022-04-05 | Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er... | Dylan DPC | -0/+18 |
| 2022-04-05 | Rollup merge of #95547 - RalfJung:ptr-int-transmutes, r=scottmcm | Dylan DPC | -0/+10 |
| 2022-04-05 | diagnostics: tweak error message to give more rationale to unsafe Fn | Michael Howell | -3/+6 |
| 2022-04-05 | Rollup merge of #95660 - yaahc:panic-docs-update, r=Dylan-DPC | Dylan DPC | -7/+19 |
| 2022-04-04 | Fix bogus tidy errors | Michael Howell | -0/+3 |
| 2022-04-04 | diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMut | Michael Howell | -0/+12 |
| 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 #95438 - m-ou-se:sync-unsafe-cell, r=joshtriplett | Dylan DPC | -4/+109 |
| 2022-04-04 | Stabilize total_cmp | Pyry Kontio | -4/+2 |
| 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 |