| Age | Commit message (Expand) | Author | Lines |
| 2021-01-01 | Auto merge of #80310 - Manishearth:box-try-alloc, r=kennytm | bors | -10/+389 |
| 2020-12-31 | More inline, doc fixes | Manish Goregaokar | -2/+3 |
| 2020-12-31 | Make [A]Rc::allocate_for_layout() use try_allocate_for_layout() | Manish Goregaokar | -23/+5 |
| 2020-12-31 | Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-se | bors | -0/+330 |
| 2020-12-31 | Replace the tracking issue for the slice_group_by feature | Clément Renault | -16/+16 |
| 2020-12-31 | Add an extra example to the two methods | Clément Renault | -0/+30 |
| 2020-12-31 | Reuse Box::try_new_*_in() in Box::new_*_in() | Manish Goregaokar | -5/+2 |
| 2020-12-31 | Add fallible Arc APIs (`Arc::try_new_*`) | Manish Goregaokar | -0/+122 |
| 2020-12-31 | Add fallible Rc APIs (`Rc::try_new_*`) | Manish Goregaokar | -22/+121 |
| 2020-12-31 | Add fallible box APIs (`Box::try_new_*`) | Manish Goregaokar | -1/+95 |
| 2020-12-31 | Add fallible box allocator APIs (`Box::try_new_*_in()`) | Manish Goregaokar | -1/+85 |
| 2020-12-31 | Auto merge of #79150 - m-ou-se:bye-bye-doc-comment-hack, r=jyn514 | bors | -5169/+4668 |
| 2020-12-30 | Fix typos. | Mara Bos | -2/+2 |
| 2020-12-30 | Don't use doc_comment!{} hack in nonzero_leading_trailing_zeros!{}. | Mara Bos | -45/+41 |
| 2020-12-30 | Remove all doc_comment!{} hacks by using #[doc = expr] where needed. | Mara Bos | -5124/+4627 |
| 2020-12-30 | Auto merge of #80530 - m-ou-se:rollup-zit69ko, r=m-ou-se | bors | -1273/+1568 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -2/+4 |
| 2020-12-30 | Rollup merge of #80488 - CAD97:drop-weak-without-reference, r=m-ou-se | Mara Bos | -2/+2 |
| 2020-12-30 | Rollup merge of #79479 - camelid:intersperse, r=m-ou-se | Mara Bos | -1/+188 |
| 2020-12-30 | Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-se | Mara Bos | -1268/+1374 |
| 2020-12-30 | Add tracking issue | Camelid | -5/+5 |
| 2020-12-30 | Add Iterator::intersperse | Jonas Schievink | -1/+188 |
| 2020-12-30 | Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -81/+15 |
| 2020-12-30 | Fix rustdoc link in vec/into_iter.rs. | Mara Bos | -2/+2 |
| 2020-12-30 | Auto merge of #80510 - JohnTitor:rollup-gow7y0l, r=JohnTitor | bors | -10/+11 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -81/+15 |
| 2020-12-30 | Rollup merge of #80260 - RalfJung:less-untyped-panics, r=m-ou-se | Yuki Okushi | -10/+11 |
| 2020-12-30 | CTFE: test size/align_of_val_raw on dangling pointers | Ralf Jung | -2/+4 |
| 2020-12-30 | Auto merge of #79684 - usbalbin:const_copy, r=oli-obk | bors | -13/+92 |
| 2020-12-30 | Rollup merge of #80477 - tmiasko:safe-forget, r=oli-obk | Yuki Okushi | -1/+6 |
| 2020-12-29 | Do not create dangling &T in Weak<T>::drop | CAD97 | -2/+2 |
| 2020-12-29 | docs: fixing references | C | -1/+1 |
| 2020-12-29 | fix: moved import into #[cfg(test)] | C | -2/+1 |
| 2020-12-29 | style: applying Rust style | C | -80/+74 |
| 2020-12-29 | refactor: removing // ignore-tidy-filelength | C | -1/+0 |
| 2020-12-29 | refactor: moved SpecExtend into spec_extend.rs | C | -79/+87 |
| 2020-12-29 | refactor: moving SpecFromIter into spec_from_iter.rs | C | -92/+102 |
| 2020-12-29 | refactor: moved SpecFromIterNested to spec_from_iter_nested.rs | C | -52/+60 |
| 2020-12-29 | refactor: moved InPlaceDrop into in_place_drop.rs | C | -22/+28 |
| 2020-12-29 | refactor: moved SetLenOnDrop to set_len_on_drop | C | -29/+32 |
| 2020-12-29 | refactor: moved SpecFromElem to spec_from_elem.rs | C | -55/+64 |
| 2020-12-29 | refactor: moved PartialEq into partial_eq | C | -39/+45 |
| 2020-12-29 | refactor: moving SourceIterMarker into source_iter_marker.rs | C | -104/+113 |
| 2020-12-29 | refactor: moved IsZero into is_zero.rs | C | -70/+75 |
| 2020-12-29 | refactor: moving AsIntoIter into into_iter.rs | C | -15/+16 |
| 2020-12-29 | refactor: moved IntoIter into into_iter.rs | C | -264/+276 |
| 2020-12-29 | refactor: moved Vec impl Cow into cow.rs | C | -35/+37 |
| 2020-12-29 | refactor: moving Drain into drain.rs | C | -147/+162 |
| 2020-12-29 | refactor: moving Splice into splice.rs | C | -128/+138 |
| 2020-12-29 | refactor: moving DrainFilter into drain_filter.rs | C | -138/+148 |