| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | mv std libs to library/ | mark | -2284/+0 |
| 2020-07-23 | replace miri_start_panic intrinsic by 'extern fn' | Ralf Jung | -8/+0 |
| 2020-07-23 | Rollup merge of #74141 - euclio:typos, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -1/+11 |
| 2020-07-17 | Make unreachable_unchecked a const fn | Nazım Can Altınova | -0/+1 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -1/+11 |
| 2020-07-17 | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini | bors | -7/+0 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -7/+0 |
| 2020-07-16 | Fix typo in std::mem::transmute documentation | ColoredCarrot | -1/+1 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -1/+3 |
| 2020-07-09 | libstd/libcore: fix various typos | Andy Russell | -4/+4 |
| 2020-07-05 | variant_count: avoid incorrect dummy implementation | Ralf Jung | -6/+0 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -1/+34 |
| 2020-07-02 | Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakis | Manish Goregaokar | -3/+10 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -0/+2 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -1/+0 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 1 | LeSeulArtichaut | -3/+11 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -1/+34 |
| 2020-06-26 | Make `likely` and `unlikely` const | Gary Guo | -0/+2 |
| 2020-06-25 | Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytm | Manish Goregaokar | -0/+15 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -0/+15 |
| 2020-06-23 | Rollup merge of #73614 - lcnr:patch-4, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-06-22 | fix `intrinsics::needs_drop` docs | Bastian Kauschke | -1/+1 |
| 2020-06-20 | Satisfy tidy | Oliver Scherer | -1/+1 |
| 2020-06-19 | Tidy got confused on `rustc_const_unstable` `issue`s | Oliver Scherer | -4/+4 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -0/+10 |
| 2020-06-19 | Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-Simulacrum | Ralf Jung | -5/+12 |
| 2020-06-17 | Update src/libcore/intrinsics.rs | Rich Kadel | -1/+1 |
| 2020-06-16 | memory access sanity checks: abort instead of panic | Ralf Jung | -5/+12 |
| 2020-06-15 | Update src/libcore/intrinsics.rs | Rich Kadel | -1/+1 |
| 2020-06-15 | Add case for count_code_region() extern lang_item | Rich Kadel | -15/+6 |
| 2020-06-15 | removed experiments for cleaner github PR | Rich Kadel | -8/+9 |
| 2020-06-15 | explained lang_item function body (count_code_region) | Rich Kadel | -0/+6 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+9 |
| 2020-06-03 | Bump to 1.46 | Mark Rousskov | -5/+0 |
| 2020-05-25 | core: Make pointer offset methods "const fn" | Joe Richey | -0/+2 |
| 2020-05-19 | update libcore, add `discriminant_kind` lang-item | Bastian Kauschke | -0/+6 |
| 2020-05-18 | Rollup merge of #72143 - rust-lang:steveklabnik-must-use, r=sfackler | Ralf Jung | -0/+2 |
| 2020-05-17 | make many ptr functions must_use | Steve Klabnik | -0/+2 |
| 2020-05-17 | make abort intrinsic safe, and correct its documentation | Ralf Jung | -1/+1 |
| 2020-04-29 | document stable counterparts of intrinsics | Bastian Kauschke | -12/+84 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -33/+0 |
| 2020-04-18 | Add example in the alternative in std::mem::transmute docs | huangjiahua | -0/+18 |
| 2020-04-03 | Replace max/min_value() with MAX/MIN assoc consts | Linus Färnstrand | -6/+6 |
| 2020-03-29 | Stabilize float::to_int_unchecked | Mark Rousskov | -0/+8 |
| 2020-03-29 | Rollup merge of #70101 - tmiasko:intrinsics-copy, r=eddyb | Mazdak Farrokhzad | -112/+112 |
| 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-19 | Add copy bound to numeric intrinsics | Tomasz Miąsko | -31/+31 |
| 2020-03-19 | Add copy bound to atomic intrinsics | Tomasz Miąsko | -81/+81 |