| Age | Commit message (Expand) | Author | Lines |
| 2020-04-22 | More diagnostic items for Clippy usage | Philipp Hansch | -0/+2 |
| 2020-04-19 | Rollup merge of #71107 - vorner:weak-into-raw-dangling, r=Amanieu | Dylan DPC | -54/+80 |
| 2020-04-19 | weak-into-raw: Add {Arc,Rc}::as_ptr | Michal 'vorner' Vaner | -2/+50 |
| 2020-04-19 | Explain why we shouldn't add inline attr to into_vec | Yuki Okushi | -0/+3 |
| 2020-04-18 | Auto merge of #71204 - JohnTitor:into-vec, r=wesleywiser | bors | -1/+0 |
| 2020-04-17 | Rollup merge of #71167 - RalfJung:big-o, r=shepmaster | Dylan DPC | -34/+33 |
| 2020-04-17 | Implement `Clone` for `liballoc::collections::linked_list::Cursor`. | Charles Lew | -0/+8 |
| 2020-04-17 | Rollup merge of #71220 - cuviper:std_or_patterns, r=Mark-Simulacrum | Dylan DPC | -6/+2 |
| 2020-04-16 | Rollup merge of #71219 - JOE1994:patch-4, r=Mark-Simulacrum | Dylan DPC | -6/+6 |
| 2020-04-16 | Minor fixes to doc comments of 'VecDequeue' | Youngsuk Kim | -6/+6 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -6/+2 |
| 2020-04-17 | Remove inline attribute from `into_vec()` | Yuki Okushi | -1/+0 |
| 2020-04-16 | Implement `Box::into_raw` based on `Box::leak` | Simon Sapin | -10/+17 |
| 2020-04-15 | Fix clippy warnings | Matthias Krüger | -6/+6 |
| 2020-04-15 | Apply suggestions from code review | Simon Sapin | -2/+2 |
| 2020-04-15 | don't specify log base in big-O | Ralf Jung | -3/+3 |
| 2020-04-15 | Deprecate `Rc::into_raw_non_null` and `Arc::into_raw_non_null` | Simon Sapin | -0/+4 |
| 2020-04-15 | Deprecate `Box::into_raw_non_null` | Simon Sapin | -28/+32 |
| 2020-04-15 | big-O notation: parenthesis, multiplication and backticks | Ralf Jung | -33/+32 |
| 2020-04-14 | Rollup merge of #71133 - MiSawa:fix-sort-by-key-doc, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-14 | Rollup merge of #70949 - WaffleLapkin:simlify_vec_macro, r=petrochenkov | Dylan DPC | -3/+2 |
| 2020-04-14 | Vec drop and truncate: drop using raw slice *mut [T] | Ulrik Sverdrup | -2/+2 |
| 2020-04-14 | Tighten time complexity on the doc | mi_sawa | -1/+1 |
| 2020-04-14 | Rollup merge of #71121 - AnthonyMikh:fix_string_doc_link, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2020-04-14 | Fix broken link in documentation for String::from_utf8 | AnthonyMikh | -0/+1 |
| 2020-04-14 | make `vec![,]` uncompilable | Waffle | -2/+2 |
| 2020-04-13 | weak-into-raw: as_raw -> as_ptr + dangling garbage | Michal 'vorner' Vaner | -52/+30 |
| 2020-04-13 | Add examples to Pattern docs | Ivan Tham | -0/+6 |
| 2020-04-13 | Add period to Pattern docs | Ivan Tham | -1/+1 |
| 2020-04-11 | Rollup merge of #70996 - ChaiTRex:master, r=Amanieu | Dylan DPC | -0/+28 |
| 2020-04-11 | Change issue number to point to tracking issue | Chai T. Rex | -1/+1 |
| 2020-04-10 | Fixed doc tests for added methods | Chai T. Rex | -0/+1 |
| 2020-04-10 | Add or_insert_with_key to Entry of HashMap/BTreeMap | Chai T. Rex | -0/+27 |
| 2020-04-10 | Rollup merge of #70981 - ssomers:btreemap_into_into_iter, r=Mark-Simulacrum | Mazdak Farrokhzad | -13/+13 |
| 2020-04-10 | Rollup merge of #70979 - ssomers:btreemap_the_alice_merton_variations, r=Amanieu | Mazdak Farrokhzad | -4/+2 |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -2/+4 |
| 2020-04-10 | Rollup merge of #70843 - ssomers:btree_drain_filter_epilogue, r=Amanieu | Mazdak Farrokhzad | -45/+21 |
| 2020-04-10 | Rearrange BTreeMap::into_iter to match range_mut. | Stein Somers | -13/+13 |
| 2020-04-09 | Respect the comment: no root unless the borrow type is `Mut` | Stein Somers | -2/+2 |
| 2020-04-09 | Kill comment left behind by a last minute change in #70795 | Stein Somers | -2/+0 |
| 2020-04-09 | Rollup merge of #70958 - Amanieu:android_try_reserve, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+6 |
| 2020-04-09 | Disable try_reserve tests on Android | Amanieu d'Antras | -0/+6 |
| 2020-04-09 | simplify `vec!` macro | Waffle | -2/+1 |
| 2020-04-08 | Rollup merge of #70930 - lcnr:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-08 | Rollup merge of #70565 - Zoxc:inlines-query-system, r=davidtwco | Dylan DPC | -0/+1 |
| 2020-04-08 | Rollup merge of #70850 - ssomers:btreemap_first_last, r=Amanieu | Dylan DPC | -48/+76 |
| 2020-04-08 | add `VecDeque::make_contiguous` tracking issue | Bastian Kauschke | -1/+1 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -2/+4 |
| 2020-04-07 | Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay | Dylan DPC | -4/+4 |
| 2020-04-06 | Use split_at in slice's ToOwned::clone_into | Josh Stone | -6/+6 |