| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-10-11 | Make <*const/mut T>::offset_from `const fn` | Oliver Scherer | -0/+4 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -22/+0 |
| 2019-09-23 | Move `--cfg bootstrap` out of `rustc.rs` | Alex Crichton | -6/+6 |
| 2019-09-17 | improve Vec example soundness in mem::transmute docs | Andre Bogus | -11/+17 |
| 2019-08-16 | rustbuild: work around the stdarch cfg(bootstrap) bug. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-08-16 | Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}. | Eduard-Mihai Burtescu | -0/+22 |
| 2019-08-10 | Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung" | Tatsuyuki Ishi | -2/+17 |
| 2019-07-24 | re-enable debug checks in Miri | Ralf Jung | -2/+0 |
| 2019-07-21 | disable overlapping check with Miri (does not work without intptrcast) | Ralf Jung | -0/+2 |
| 2019-07-15 | Add debug assertions to write_bytes and copy* | Valentin Tolmer | -1/+32 |
| 2019-07-10 | Fix typo in libcore/intrinsics.rs | Taiki Endo | -1/+2 |
| 2019-07-05 | Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung | Mazdak Farrokhzad | -9/+7 |
| 2019-07-04 | Switch master to 1.38 | Mark Rousskov | -57/+0 |
| 2019-07-04 | Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. | Alex Gaynor | -9/+7 |
| 2019-06-15 | Help LLVM better optimize slice::Iter(Mut)::len | Scott McMurray | -0/+6 |
| 2019-06-10 | Rollup merge of #61501 - RalfJung:intrinsics, r=rkruppe | Mazdak Farrokhzad | -27/+16 |
| 2019-06-06 | Add intrinsics for floating-point min and max | varkor | -0/+57 |
| 2019-06-05 | Utilize cfg(bootstrap) over cfg(stage0) | Mark Rousskov | -3/+3 |
| 2019-06-03 | get rid of real_intrinsics module | Ralf Jung | -27/+16 |
| 2019-06-03 | add unchecked math intrinsics | lcnr/Bastian Kauschke | -0/+15 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -2/+2 |
| 2019-04-12 | Rollup merge of #59880 - solson:transmute-float, r=alexcrichton | Mazdak Farrokhzad | -10/+0 |
| 2019-04-11 | Remove note about transmute for float bitpatterns. | Scott Olson | -10/+0 |
| 2019-03-02 | Bootstrap compiler update for 1.35 release | Mark Rousskov | -2/+0 |
| 2019-02-13 | Move the intrinsics into a submodule | Valentin Tolmer | -215/+249 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -16/+16 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -6/+6 |
| 2019-01-29 | Use LLVM intrinsics for saturating add/sub | Nikita Popov | -0/+13 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -1/+0 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -4/+4 |
| 2018-12-31 | const-stabilize const_int_ops + reverse_bits | Mazdak Farrokhzad | -4/+4 |
| 2018-12-27 | panic when calling MaybeUninhabited::into_inner on uninhabited type | Ralf Jung | -0/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -3/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-11-15 | Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton | Pietro Albini | -0/+4 |
| 2018-11-15 | Rollup merge of #55507 - fhartwig:size_of_intrinsic_docs, r=frewsxcv | Pietro Albini | -0/+3 |
| 2018-11-13 | Remove unneeded newline. | Corey Farwell | -1/+0 |
| 2018-11-08 | Use T: ?Sized in intrinsics::forget | Stjepan Glavina | -1/+1 |
| 2018-11-08 | Allow unsized types in mem::drop and mem::forget | Stjepan Glavina | -0/+4 |
| 2018-11-03 | Implement rotate using funnel shift on LLVM >= 7 | Nikita Popov | -0/+14 |
| 2018-10-30 | Add link to std::mem::size_of to size_of intrinsic documentation | Florian Hartwig | -0/+4 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-09-21 | clarify write_bytes a bit | Ralf Jung | -0/+4 |
| 2018-09-17 | tweaks | Ralf Jung | -3/+3 |
| 2018-09-10 | fix typos | Nicole Mazzuca | -1/+1 |
| 2018-08-31 | fix doctests | Ralf Jung | -3/+5 |