| Age | Commit message (Expand) | Author | Lines |
| 2020-07-01 | Rollup merge of #73846 - pierwill:pierwill-patch-2, r=joshtriplett | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -0/+3 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -12/+6 |
| 2020-06-29 | Auto merge of #73032 - yoshuawuyts:stabilize-leading_trailing_ones, r=Amanieu | bors | -13/+12 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -5/+5 |
| 2020-06-28 | Remove uses of `const_loop` in `rustc` | Dylan MacKenzie | -1/+1 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -4/+4 |
| 2020-06-28 | Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe... | Manish Goregaokar | -2/+2 |
| 2020-06-28 | Rollup merge of #73800 - nikic:hash_i, r=kennytm | Manish Goregaokar | -5/+5 |
| 2020-06-28 | Rollup merge of #73577 - VillSnow:master, r=Amanieu | Manish Goregaokar | -0/+95 |
| 2020-06-28 | Update src/libcore/slice/mod.rs | VillSnow | -1/+1 |
| 2020-06-28 | Update tracking issue number | VillSnow | -1/+1 |
| 2020-06-28 | Update doc comment | VillSnow | -6/+10 |
| 2020-06-28 | Merge branch 'master' of https://github.com/VillSnow/rust | VillSnow | -1/+2 |
| 2020-06-28 | Update src/libcore/slice/mod.rs | VillSnow | -1/+2 |
| 2020-06-28 | Add comment on use of unsafe | VillSnow | -0/+9 |
| 2020-06-28 | Fix comma in debug_assert! docs | pierwill | -1/+1 |
| 2020-06-27 | Rollup merge of #73672 - nellshamrell:async-fix, r=estebank | Manish Goregaokar | -0/+1 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -2/+2 |
| 2020-06-27 | Forward Hash::write_iN to Hash::write_uN | Nikita Popov | -5/+5 |
| 2020-06-26 | Rollup merge of #73738 - nbdd0121:comment, r=nikomatsakis | Manish Goregaokar | -5/+0 |
| 2020-06-26 | Rollup merge of #73579 - RalfJung:doc-missing-links, r=shepmaster | Manish Goregaokar | -2/+4 |
| 2020-06-26 | Make `likely` and `unlikely` const | Gary Guo | -0/+3 |
| 2020-06-26 | Rollup merge of #73707 - LeSeulArtichaut:patch-3, r=kennytm | Manish Goregaokar | -0/+2 |
| 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 | Adds a clearer message for when the async keyword is missing from a function | Nell Shamrell | -0/+1 |
| 2020-06-25 | Remove irrelevant comment | Gary Guo | -5/+0 |
| 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 links in `SliceIndex` documentation | LeSeulArtichaut | -0/+2 |
| 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-22 | add: tests | VillSnow | -0/+41 |
| 2020-06-22 | update: doc comment | VillSnow | -1/+3 |
| 2020-06-21 | improve grammar | Ralf Jung | -2/+2 |
| 2020-06-21 | deprecate wrapping_offset_from | Ralf Jung | -0/+13 |
| 2020-06-21 | tweak wording | Ralf Jung | -2/+2 |
| 2020-06-21 | add missing doc links | Ralf Jung | -0/+2 |
| 2020-06-21 | fix: doc test | VillSnow | -3/+3 |
| 2020-06-21 | Add partition_point | VillSnow | -0/+38 |
| 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 |