| Age | Commit message (Expand) | Author | Lines |
| 2020-03-22 | Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung | bors | -0/+11 |
| 2020-03-21 | Allow calculating the layout behind a pointer | CAD97 | -0/+11 |
| 2020-03-17 | Rollup merge of #69922 - RalfJung:less-intrinsic, r=oli-obk | Mazdak Farrokhzad | -39/+1 |
| 2020-03-14 | adjust Miri interaction with panic runtime | Ralf Jung | -3/+5 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -6/+8 |
| 2020-03-12 | rename panic_if_ intrinsics to assert_ | Ralf Jung | -2/+8 |
| 2020-03-11 | implement zeroed and uninitialized with MaybeUninit | Ralf Jung | -39/+1 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2020-03-11 | Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb | Mazdak Farrokhzad | -0/+10 |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -0/+1 |
| 2020-03-05 | Simplify the try intrinsic by using a callback in the catch block | Amanieu d'Antras | -6/+8 |
| 2020-03-02 | Rollup merge of #68682 - LeSeulArtichaut:stable-intrinsics, r=steveklabnik | Dylan DPC | -7/+471 |
| 2020-02-29 | Fix typo | Ralf Jung | -1/+1 |
| 2020-02-29 | transmute: improve Vec example | Ralf Jung | -6/+10 |
| 2020-02-29 | mem::zeroed/uninit: panic on types that do not permit zero-initialization | Ralf Jung | -0/+10 |
| 2020-02-29 | Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrum | bors | -4/+6 |
| 2020-02-27 | avoid a negation in is_nonoverlapping | Ralf Jung | -2/+3 |
| 2020-02-22 | Add rustdoc aliases to `ptr::copy` and `ptr::copy_nonoverlapping` | memoryruins | -0/+2 |
| 2020-02-16 | debug_assert a few more raw pointer methods | Ralf Jung | -4/+5 |
| 2020-02-11 | Document stabilized versions of atomic singlethreaded fences | LeSeulArtichaut | -0/+24 |
| 2020-02-11 | Remove references to `wrapping` methods | LeSeulArtichaut | -10/+10 |
| 2020-02-11 | Fix mistake in atomic comparaison docs | LeSeulArtichaut | -19/+19 |
| 2020-02-11 | Add newline between summary and stable version documentation | LeSeulArtichaut | -1/+144 |
| 2020-02-11 | Document stable versions of number-related intrinsics | LeSeulArtichaut | -2/+32 |
| 2020-02-11 | Document stable versions of memory-related intrinsics | LeSeulArtichaut | -0/+25 |
| 2020-02-11 | Document stable versions of `type_name` and `type_id` | LeSeulArtichaut | -0/+4 |
| 2020-02-11 | Document stable versions of `f32` and `f64` intrinsics | LeSeulArtichaut | -0/+238 |
| 2020-02-04 | Const-stabilize some arithmetic intrinsics | Dylan MacKenzie | -0/+5 |
| 2019-12-25 | Use issue = "none" instead of "0" in intrinsics | Konrad Borowski | -6/+6 |
| 2019-12-23 | Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril | Mazdak Farrokhzad | -0/+43 |
| 2019-12-23 | Fix typo | Oliver Scherer | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -23/+23 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -3/+3 |
| 2019-12-21 | Add a big notice about const intrinsics | Oliver Scherer | -0/+16 |
| 2019-12-20 | Require const stability attributes on intrinsics to be able to use them in co... | Oliver Scherer | -1/+28 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -7/+1 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -1/+5 |
| 2019-12-06 | Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methods | Simon Sapin | -0/+5 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -0/+1 |
| 2019-11-30 | libunwind_panic: adjust miri panic hack | Ralf Jung | -1/+3 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-13 | Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -2/+0 |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -2/+0 |
| 2019-11-11 | Use proper intrinsic type | Aaron Hill | -6/+1 |
| 2019-11-11 | More work on miri_start_panic | Aaron Hill | -1/+6 |
| 2019-11-11 | Fix up intrinsic implementation | Aaron Hill | -1/+1 |
| 2019-11-11 | Add explicit Miri support to libpanic_unwind | Aaron Hill | -0/+5 |
| 2019-11-02 | Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic | bors | -0/+4 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -0/+4 |
| 2019-10-25 | Add {String,Vec}::into_raw_parts | Jake Goulding | -0/+1 |