| Age | Commit message (Expand) | Author | Lines |
| 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-25 | Speed up BTreeMap iteration by intertwined descend to the initial leaf edges | Stein Somers | -29/+47 |
| 2020-04-25 | Introduce BTreeMap benches of iter itself | Stein Somers | -46/+72 |
| 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 | Add tests from Cow | Josh Stone | -0/+48 |
| 2020-04-22 | impl From<Cow> for Rc and Arc | Josh Stone | -0/+32 |
| 2020-04-22 | impl From<Cow> for boxed slices and strings | Josh Stone | -0/+23 |
| 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 |