| Age | Commit message (Expand) | Author | Lines |
| 2020-07-14 | Dummy function to re-add const_transmute feature gate | Mark Rousskov | -1/+5 |
| 2020-07-14 | Auto merge of #73490 - CAD97:range-unchecked-stepping, r=Amanieu | bors | -12/+12 |
| 2020-07-11 | Rollup merge of #74066 - thomcc:optimize-is-ascii, r=nagisa | Manish Goregaokar | -2/+242 |
| 2020-07-11 | Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung | Manish Goregaokar | -2/+4 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -2/+4 |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -1/+1 |
| 2020-07-10 | Rollup merge of #73887 - DutchGhost:master, r=oli-obk | Manish Goregaokar | -2/+1 |
| 2020-07-10 | Rollup merge of #72303 - yoshuawuyts:future-poll-fn, r=dtolnay | Manish Goregaokar | -0/+70 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -1/+1 |
| 2020-07-09 | Rollup merge of #73292 - poliorcetics:fix-link-in-partialeq, r=Dylan-DPC | Manish Goregaokar | -2/+1 |
| 2020-07-06 | Expand abbreviation in core::ffi description | pierwill | -1/+1 |
| 2020-07-06 | Remove pointless `black_box` call, add a comment about the `unaligned_` bench... | Thom Chiovoloni | -4/+5 |
| 2020-07-05 | Rollup merge of #74064 - RalfJung:variant-count-bootstrap, r=kennytm | Manish Goregaokar | -7/+2 |
| 2020-07-05 | Add 'unrolled' is_ascii_align_to benchmark, and move is_ascii benchmarks into... | Thom Chiovoloni | -76/+83 |
| 2020-07-05 | Benchmark the unaligned case for is_ascii, and add missing SAFETY | Thom Chiovoloni | -3/+21 |
| 2020-07-05 | Add benchmark for slice is_ascii using align_to | Thom Chiovoloni | -1/+24 |
| 2020-07-05 | Avoid `vec!` allocation in `is_ascii_slice_*` benches | Thom Chiovoloni | -9/+36 |
| 2020-07-05 | Optimize is_ascii for &str and &[u8] | Thom Chiovoloni | -2/+166 |
| 2020-07-05 | variant_count: avoid incorrect dummy implementation | Ralf Jung | -7/+2 |
| 2020-07-05 | Fix spacing in Iterator fold doc | Ivan Tham | -2/+2 |
| 2020-07-03 | fix typo | Bastian Kauschke | -1/+1 |
| 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-30 | stabilize const mem::forget | Dodo | -2/+1 |
| 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 |