| Age | Commit message (Expand) | Author | Lines |
| 2020-07-02 | Rollup merge of #73938 - nbdd0121:checked_opt, r=nagisa | Manish Goregaokar | -27/+43 |
| 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 | -337/+772 |
| 2020-07-02 | Rollup merge of #73414 - lzutao:slice_strip, r=dtolnay | Manish Goregaokar | -0/+62 |
| 2020-07-01 | Optimise fast path of checked_ops with `unlikely` | Gary Guo | -27/+43 |
| 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-07-01 | Implement slice_strip feature | Lzu Tao | -0/+62 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -12/+6 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -93/+185 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 5 | LeSeulArtichaut | -47/+108 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 4 | LeSeulArtichaut | -40/+108 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 3 | LeSeulArtichaut | -113/+181 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 2 | LeSeulArtichaut | -37/+103 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 1 | LeSeulArtichaut | -31/+111 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -1/+34 |
| 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 |