| Age | Commit message (Expand) | Author | Lines |
| 2025-07-25 | Improve and regularize comment placement in doc code | Josh Triplett | -2/+0 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -1/+1 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -1/+1 |
| 2025-05-15 | Updated std doctests for wasm | Eric Huss | -1/+1 |
| 2025-05-12 | update version placeholders | Pietro Albini | -1/+1 |
| 2025-05-08 | Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2025-05-08 | Indicate that the warning on black_box is a general property of Rust | Ben Kimock | -0/+4 |
| 2025-05-01 | Stabilize `select_unpredictable` | Amanieu d'Antras | -3/+1 |
| 2025-04-17 | Fix drop handling in `hint::select_unpredictable` | Amanieu d'Antras | -9/+21 |
| 2025-04-13 | Move `select_unpredictable` to the `hint` module | Amanieu d'Antras | -0/+49 |
| 2025-02-18 | update version placeholders | Josh Stone | -1/+1 |
| 2025-02-14 | core: Apply unsafe_op_in_unsafe_fn | Eric Huss | -1/+1 |
| 2025-02-11 | Change the issue number for `likely_unlikely` and `cold_path` | Trevor Gross | -3/+3 |
| 2025-01-27 | Stabilize `const_black_box` | Trevor Gross | -1/+3 |
| 2025-01-20 | Rollup merge of #133695 - x17jiri:hint_likely, r=Amanieu | Matthias Krüger | -0/+135 |
| 2025-01-20 | 1. Removed 'rustc_nounwind' 2. Rewording of comments | Jiri Bobek | -11/+6 |
| 2025-01-15 | Export likely(), unlikely() and cold_path() in std::hint | Jiri Bobek | -0/+140 |
| 2024-12-12 | feat: clarify how to use `black_box()` | BD103 | -3/+89 |
| 2024-11-27 | update cfgs | Boxy | -1/+0 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+1 |
| 2024-09-01 | add extra linebreaks so rustdoc can identify the first sentence | binarycat | -0/+1 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -2/+2 |
| 2024-07-04 | chore: remove repeat words | cuishuang | -1/+1 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -23/+74 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -5/+3 |
| 2024-06-19 | Update documentation for `hint::assert_unchecked` | Trevor Gross | -20/+73 |
| 2024-06-19 | reword the hint::blackbox non-guarantees | The 8472 | -1/+1 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -1/+1 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -2/+3 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -4/+7 |
| 2024-02-08 | Rewrite assert_unsafe_precondition around the new intrinsic | Ben Kimock | -1/+1 |
| 2024-01-04 | Fixed ambiguity in hint.rs | Ming, Bai | -1/+1 |
| 2023-12-19 | Add `hint::assert_unchecked` | Scott McMurray | -0/+48 |
| 2023-10-02 | Rollup merge of #116350 - Nilstrieb:in-situ, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2023-10-02 | Improve wording of `hint::black_box` docs | 4gboframram | -1/+1 |
| 2023-09-04 | Simplify `core::hint::spin_loop` | Maybe Waffle | -24/+17 |
| 2023-04-26 | Rollup merge of #108416 - pat-nel87:Issue-107957-black_box_docs, r=jyn514 | jyn | -6/+3 |
| 2023-04-22 | Fix grammar | Caleb Robson | -2/+2 |
| 2023-03-25 | Correct typo (`back_box` -> `black_box`) | Evie M | -1/+1 |
| 2023-03-07 | black_box hint - Adjust for improved readability | pat-nel87 | -6/+3 |
| 2023-02-23 | black_box doc corrections - Issue #107957 | pat-nel87 | -3/+3 |
| 2023-02-15 | clarify correctness of `black_box` | Callum Leslie | -1/+2 |
| 2023-01-07 | Improve the documentation of `black_box` | Trevor Gross | -0/+69 |
| 2022-12-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -1/+2 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -1/+1 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -1/+1 |
| 2022-10-07 | add a few more assert_unsafe_precondition | Ralf Jung | -1/+4 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+1 |