| Age | Commit message (Expand) | Author | Lines |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -0/+6 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -9/+5 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -0/+14 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+19 |
| 2023-03-01 | Merge two different equality specialization traits in `core` | Scott McMurray | -0/+4 |
| 2023-01-30 | stage-step cfgs | Mark Rousskov | -2/+0 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -61/+0 |
| 2022-12-22 | abort immediately on bad mem::zeroed/uninit | Ralf Jung | -1/+1 |
| 2022-12-21 | less specific wording | Ralf Jung | -2/+1 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -3/+4 |
| 2022-12-11 | Use rint instead of roundeven | Jules Bertholet | -5/+8 |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+16 |
| 2022-11-19 | constify `exact_div` intrinsic | Lukas Markeffsky | -0/+1 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -38/+38 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+3 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -38/+38 |
| 2022-11-05 | Enforce Tuple trait on Fn traits | Michael Goulet | -0/+66 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -6/+17 |
| 2022-10-26 | Rollup merge of #103287 - saethlin:faster-len-check, r=thomcc | Dylan DPC | -0/+10 |
| 2022-10-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ... | Thom Chiovoloni | -4/+4 |
| 2022-10-20 | Use a faster allocation size check in slice::from_raw_parts | Ben Kimock | -0/+10 |
| 2022-10-11 | use panic_fmt_nounwind for assert_unsafe_precondition | Ralf Jung | -2/+2 |
| 2022-09-27 | core: Mark all safe intrinsics with #[rustc_safe_intrinsic] | Arthur Cohen | -0/+38 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -65/+0 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -6/+19 |
| 2022-09-04 | Add `inline(always)` to function generated by macro | Deadbeef | -0/+1 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -62/+81 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+11 |
| 2022-08-27 | Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar... | Yuki Okushi | -2/+2 |
| 2022-08-25 | Do not include `const_ptr_sub_ptr` in this stabilization | Deadbeef | -1/+1 |
| 2022-08-25 | Stabilize `const_ptr_offset_from`. | Deadbeef | -2/+2 |
| 2022-08-23 | Remove aliases for old atomic intrinsics names | Tomasz Miąsko | -21/+0 |
| 2022-08-22 | Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm | Dylan DPC | -1/+1 |
| 2022-08-21 | Make use of `pointer::is_aligned[_to]` | Maybe Waffle | -1/+1 |
| 2022-08-21 | fix nitpicks from review | Maybe Waffle | -1/+1 |
| 2022-08-21 | Add pointer masking convenience functions | Maybe Waffle | -0/+11 |
| 2022-08-21 | Make some docs nicer wrt pointer offsets | Maybe Waffle | -1/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -217/+5 |
| 2022-08-11 | Rollup merge of #99511 - RalfJung:raw_eq, r=wesleywiser | Matthias Krüger | -1/+2 |
| 2022-08-10 | grammar | Ralf Jung | -1/+1 |
| 2022-08-03 | Rollup merge of #99614 - RalfJung:transmute-is-not-memcpy, r=thomcc | Dylan DPC | -13/+18 |
| 2022-08-02 | wordsmithing | Ralf Jung | -2/+4 |
| 2022-07-31 | typo | Ralf Jung | -1/+1 |
| 2022-07-26 | Rollup merge of #99084 - RalfJung:write_bytes, r=thomcc | Yuki Okushi | -37/+14 |
| 2022-07-24 | add miri-track-caller to some intrinsic-exposing methods | Ralf Jung | -0/+2 |
| 2022-07-24 | Auto merge of #98674 - RalfJung:miri-stacktrace-pruning, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-07-23 | say some more things about how transmute is UB | Ralf Jung | -11/+13 |
| 2022-07-22 | do not claim that transmute is like memcpy | Ralf Jung | -2/+3 |
| 2022-07-20 | add intrinsic to access vtable size and align | Ralf Jung | -0/+10 |