| Age | Commit message (Expand) | Author | Lines |
| 2020-04-30 | Rollup merge of #71148 - bluss:vec-drop-raw-slice, r=RalfJung | Tyler Mandry | -4/+10 |
| 2020-04-30 | rename-unique: Rename Unique::empty() to Unique::dangling() | cohenarthur | -5/+5 |
| 2020-04-28 | Vec IntoIter: Drop using raw slice | Ulrik Sverdrup | -2/+8 |
| 2020-04-27 | Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapin | Dylan DPC | -3/+3 |
| 2020-04-26 | Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfackler | Dylan DPC | -0/+10 |
| 2020-04-26 | remove Unique::from for shared pointer types | Ralf Jung | -3/+3 |
| 2020-04-26 | Add a function to turn Box<T> into Box<[T]> (into_boxed_slice) | Elichai Turkel | -0/+10 |
| 2020-04-26 | Rollup merge of #71575 - jplatte:patch-4, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-26 | Fix stable(since) attribute for BTreeMap::remove_entry | Jonas Platte | -1/+1 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -2/+2 |
| 2020-04-25 | Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC | bors | -33/+59 |
| 2020-04-25 | Rollup merge of #71548 - crlf0710:cursor_bounds, r=Amanieu | Dylan DPC | -0/+12 |
| 2020-04-25 | Rollup merge of #71168 - SimonSapin:into_raw_non_null, r=Amanieu | Dylan DPC | -31/+46 |
| 2020-04-25 | Rollup merge of #70712 - :stabilize-remove-entry, r=Amanieu | Dylan DPC | -2/+1 |
| 2020-04-25 | Use the correct bound for `Cursor` `Send` | Charles Lew | -1/+1 |
| 2020-04-25 | Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievink | bors | -3/+1 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -3/+1 |
| 2020-04-25 | Rollup merge of #71523 - Mark-Simulacrum:alloc-inline-dup, r=Amanieu | Dylan DPC | -10/+7 |
| 2020-04-25 | Add missing Send and Sync bounds for linked list Cursor and CursorMut. | Charles Lew | -0/+12 |
| 2020-04-25 | Rollup merge of #71485 - arlopurcell:binary_heap_retain, r=Amanieu | Dylan DPC | -0/+37 |
| 2020-04-24 | Take a single root node in range_search | Mark Rousskov | -10/+7 |
| 2020-04-24 | Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytm | Dylan DPC | -71/+35 |
| 2020-04-24 | Add BinaryHeap::retain as suggested in #42849 | arlo | -0/+37 |
| 2020-04-23 | liballoc: more compact way to adjust test sizes for Miri | Ralf Jung | -71/+35 |
| 2020-04-23 | Fix doc link errors | Tyler Ruckinger | -3/+3 |
| 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 |