| Age | Commit message (Expand) | Author | Lines |
| 2020-06-25 | Rollup merge of #73673 - ehuss:fix-ptr-docs, r=oli-obk | Manish Goregaokar | -4/+0 |
| 2020-06-25 | Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytm | Manish Goregaokar | -0/+46 |
| 2020-06-25 | Auto merge of #72717 - poliorcetics:try-from-int-to-nzint, r=dtolnay | bors | -0/+58 |
| 2020-06-24 | Implement associated lang items | Aaron Hill | -0/+1 |
| 2020-06-24 | Fix tests | Nathan Corbyn | -0/+1 |
| 2020-06-24 | Fix tests | Nathan Corbyn | -0/+2 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -0/+43 |
| 2020-06-23 | Fix ptr doc warnings. | Eric Huss | -4/+0 |
| 2020-06-23 | Rollup merge of #73614 - lcnr:patch-4, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -3/+163 |
| 2020-06-22 | fix `intrinsics::needs_drop` docs | Bastian Kauschke | -1/+1 |
| 2020-06-21 | deprecate wrapping_offset_from | Ralf Jung | -0/+13 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -0/+3 |
| 2020-06-20 | Rollup merge of #73411 - ehuss:bump-stage0, r=Mark-Simulacrum | Manish Goregaokar | -2/+6 |
| 2020-06-20 | Fix broken inner_deref doc tests. | Eric Huss | -2/+6 |
| 2020-06-20 | Revise according to review | Jon Gjengset | -21/+19 |
| 2020-06-20 | Doctests need feature | Jon Gjengset | -0/+2 |
| 2020-06-20 | core/time: Add Duration methods for zero | Jon Gjengset | -1/+42 |
| 2020-06-20 | Address review comments | Oliver Scherer | -42/+13 |
| 2020-06-20 | Satisfy tidy | Oliver Scherer | -1/+1 |
| 2020-06-20 | Add ClashingExternDecl lint. | jumbatm | -0/+3 |
| 2020-06-19 | Rollup merge of #71899 - cuviper:try_find_map, r=dtolnay | Manish Goregaokar | -11/+18 |
| 2020-06-19 | Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper | Manish Goregaokar | -1/+1 |
| 2020-06-19 | Refactor `try_find` a little | Josh Stone | -11/+18 |
| 2020-06-19 | Rollup merge of #71568 - hbina:document_unsafety_slice_sort, r=joshtriplett | Manish Goregaokar | -3/+70 |
| 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 | -2/+191 |
| 2020-06-19 | Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-Simulacrum | Ralf Jung | -12/+33 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+7 |
| 2020-06-19 | Rollup merge of #73142 - ehuss:std-benches, r=dtolnay | Ralf Jung | -0/+3 |
| 2020-06-18 | Rollup merge of #73447 - lzutao:stabilize-result_as_deref, r=dtolnay | Manish Goregaokar | -16/+40 |
| 2020-06-18 | Rollup merge of #73425 - poliorcetics:zeroed-functions-pointers, r=dtolnay | Manish Goregaokar | -5/+7 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2020-06-18 | Rollup merge of #72628 - MikailBag:array-default-tests, r=shepmaster | Manish Goregaokar | -0/+49 |
| 2020-06-18 | Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakis | Manish Goregaokar | -0/+67 |
| 2020-06-18 | Disable core benches on wasm (benches not supported). | Eric Huss | -0/+2 |
| 2020-06-18 | Ensure std benchmarks get tested. | Eric Huss | -0/+1 |
| 2020-06-18 | Improve document for `Result::as_deref(_mut)` | Lzu Tao | -16/+40 |
| 2020-06-17 | Remove duplicate sentence fragment from mem::zeroed doc | David Tolnay | -4/+4 |
| 2020-06-17 | Update src/libcore/intrinsics.rs | Rich Kadel | -1/+1 |
| 2020-06-17 | Don't imply function pointers are references | Poliorcetics | -2/+2 |
| 2020-06-16 | Mention functions pointers in the documentation | Alexis Bourget | -5/+7 |
| 2020-06-16 | Added some more documentations to unsafety blocks in slice/sort.rs | Hanif Bin Ariffin | -11/+39 |
| 2020-06-16 | memory access sanity checks: abort instead of panic | Ralf Jung | -12/+33 |
| 2020-06-16 | Rollup merge of #73381 - ratijas:fix-typo-std-mem, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-06-16 | Rollup merge of #73373 - lzutao:bug-trackcaller, r=Amanieu | Dylan DPC | -8/+4 |
| 2020-06-16 | libcore tests: use min_specialization | Ralf Jung | -1/+1 |
| 2020-06-16 | add tracking issue | Ralf Jung | -2/+2 |
| 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 |