| Age | Commit message (Expand) | Author | Lines |
| 2020-07-15 | Constify most non-trait `Duration` methods as described in #72440 | marmeladema | -19/+29 |
| 2020-07-14 | Rollup merge of #74228 - estebank:unsized-param, r=davidtwco | Manish Goregaokar | -4/+1 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -4/+1 |
| 2020-07-14 | Rollup merge of #74296 - Lynoure:rfind-doc-improvement, r=hanna-kruppe | Manish Goregaokar | -5/+6 |
| 2020-07-14 | Rollup merge of #73986 - RalfJung:raw-slice-as-ptr, r=sfackler | Manish Goregaokar | -131/+287 |
| 2020-07-14 | Auto merge of #73490 - CAD97:range-unchecked-stepping, r=Amanieu | bors | -12/+12 |
| 2020-07-13 | Clarify the description for rfind | Lynoure Braakman | -5/+6 |
| 2020-07-12 | assign tracking issue | Ralf Jung | -9/+9 |
| 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 | add (unchecked) indexing methods to raw pointers and NonNull | Ralf Jung | -15/+103 |
| 2020-07-05 | make unchecked slice indexing helper methods use raw pointers | Ralf Jung | -129/+134 |
| 2020-07-05 | call the mut version as_mut_ptr and also add an as_ptr-like method to NonNull... | Ralf Jung | -2/+23 |
| 2020-07-05 | add as_ptr method to raw slices | Ralf Jung | -0/+42 |
| 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 |