| Age | Commit message (Expand) | Author | Lines |
| 2021-01-11 | Specialize Rc/Arc::make_mut clones to try to avoid locals | Josh Stone | -5/+18 |
| 2021-01-11 | Specialize Box clones to try to avoid locals | Josh Stone | -2/+28 |
| 2021-01-10 | Weak::into_raw shouldn't translate sentinel value | CAD97 | -27/+21 |
| 2021-01-11 | Add another test case for #79808 | Yuki Okushi | -0/+15 |
| 2021-01-10 | BTreeMap: tougher checks on code using raw into_kv_pointers | Stein Somers | -81/+88 |
| 2021-01-10 | Auto merge of #80391 - ssomers:btree_cleanup_slices_3, r=Mark-Simulacrum | bors | -26/+32 |
| 2021-01-09 | Add comment to `Vec::truncate` explaining `>` vs `>=` | Camelid | -0/+3 |
| 2021-01-09 | Provide reasoning for rc data_offset safety | CAD97 | -8/+12 |
| 2021-01-08 | BTreeMap: tougher checks on most uses of copy_nonoverlapping | Stein Somers | -26/+32 |
| 2021-01-07 | Replace set_data_ptr with pointer::set_ptr_value | CAD97 | -32/+5 |
| 2021-01-07 | Reclarify Weak<->raw pointer safety comments | CAD97 | -4/+4 |
| 2021-01-07 | Remove "pointer describes" terminology | CAD97 | -10/+8 |
| 2021-01-07 | Tighten/clarify documentation of rc data_offset | CAD97 | -10/+4 |
| 2021-01-06 | Re-stabilize Weak::as_ptr &friends for unsized T | CAD97 | -35/+130 |
| 2021-01-05 | Rollup merge of #80666 - jjlin:master, r=Dylan-DPC | Yuki Okushi | -0/+1 |
| 2021-01-05 | Rollup merge of #80442 - steffahn:mention_arc_in_cow, r=Mark-Simulacrum | Yuki Okushi | -0/+5 |
| 2021-01-03 | Fix missing link for "fully qualified syntax" | Jeremy Lin | -0/+1 |
| 2021-01-03 | Rollup merge of #80591 - lcnr:incomplete-features, r=RalfJung | Guillaume Gomez | -2/+1 |
| 2021-01-02 | Auto merge of #77832 - camelid:remove-manual-link-resolves, r=jyn514 | bors | -4/+0 |
| 2021-01-01 | Improve grammar in documentation of format strings | Frank Steffahn | -4/+5 |
| 2021-01-01 | remove incomplete features from std | Bastian Kauschke | -2/+1 |
| 2021-01-01 | Auto merge of #80310 - Manishearth:box-try-alloc, r=kennytm | bors | -10/+389 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -4/+0 |
| 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/+3 |
| 2020-12-31 | Replace the tracking issue for the slice_group_by feature | Clément Renault | -1/+1 |
| 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-30 | Auto merge of #80530 - m-ou-se:rollup-zit69ko, r=m-ou-se | bors | -1270/+1376 |
| 2020-12-30 | Rollup merge of #80488 - CAD97:drop-weak-without-reference, r=m-ou-se | Mara Bos | -2/+2 |
| 2020-12-30 | Fix rustdoc link in vec/into_iter.rs. | Mara Bos | -2/+2 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -2/+1 |
| 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 |