| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | fix BTreeMap test compilation with Miri | Ralf Jung | -1/+1 |
| 2020-03-29 | Rollup merge of #70506 - ssomers:btreemap_testing_consts, r=RalfJung | Mazdak Farrokhzad | -41/+49 |
| 2020-03-29 | Rollup merge of #68692 - jyn514:vec-from-array, r=LukasKalbertodt | Mazdak Farrokhzad | -0/+16 |
| 2020-03-28 | BTreeMap testing: introduce symbolic constants and refer to height consistently. | Stein Somers | -41/+49 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -0/+1 |
| 2020-03-24 | must_use on split_off | Kornel | -2/+4 |
| 2020-03-23 | Apply suggestions from code review | Saoirse Shipwreckt | -5/+5 |
| 2020-03-23 | Update src/liballoc/task.rs | Saoirse Shipwreckt | -1/+1 |
| 2020-03-23 | More explicit; CFG on atomic pointer | Without Boats | -3/+4 |
| 2020-03-23 | typo | Without Boats | -1/+1 |
| 2020-03-23 | Improve safety implementation, fix typos | Without Boats | -16/+12 |
| 2020-03-23 | Add Wake trait for safe construction of Wakers. | Without Boats | -0/+92 |
| 2020-03-23 | Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -2/+1 |
| 2020-03-22 | Rollup merge of #68099 - lukaslueg:into_raw_unsafe, r=LukasKalbertodt | Dylan DPC | -10/+36 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -2/+2 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -2/+1 |
| 2020-03-21 | Rollup merge of #70194 - kornelski:must_split, r=joshtriplett | Mazdak Farrokhzad | -0/+1 |
| 2020-03-21 | Rollup merge of #70111 - Mark-Simulacrum:btree-no-shared, r=cuviper | Mazdak Farrokhzad | -246/+185 |
| 2020-03-20 | must_use on split_off | Kornel | -0/+1 |
| 2020-03-20 | Update test commentary for shared root removal | Mark Rousskov | -9/+2 |
| 2020-03-20 | Simplify ensure_root_is_owned callers | Mark Rousskov | -15/+13 |
| 2020-03-20 | Drop NodeHeader type from BTree code | Mark Rousskov | -41/+5 |
| 2020-03-20 | Make functions dependent only on shared root avoidance safe | Mark Rousskov | -58/+58 |
| 2020-03-20 | Remove shared root code and assertions from BTree nodes | Mark Rousskov | -59/+8 |
| 2020-03-20 | Replace shared root with optional root | Mark Rousskov | -77/+112 |
| 2020-03-20 | Make std::sync::Arc compatible with ThreadSanitizer | Tomasz Miąsko | -4/+22 |
| 2020-03-17 | Rollup merge of #70029 - jonas-schievink:bootstrap, r=Centril | Mazdak Farrokhzad | -24/+0 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -24/+0 |
| 2020-03-15 | Rollup merge of #69661 - lopopolo:string-from-mut-str, r=sfackler | Mazdak Farrokhzad | -0/+11 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -1/+1 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -1/+1 |
| 2020-03-12 | Rollup merge of #69792 - LenaWil:try_reserve_error/impl-error, r=sfackler | Mazdak Farrokhzad | -0/+18 |
| 2020-03-11 | Reformat match statement to make the check pass | Lena Wildervanck | -3/+1 |
| 2020-03-11 | Format the match statement | Lena Wildervanck | -3/+6 |
| 2020-03-11 | Rollup merge of #69828 - RalfJung:vec-leak, r=kennytm | Mazdak Farrokhzad | -4/+12 |
| 2020-03-10 | Add docs for From::<&mut str>::from String impl | Ryan Lopopolo | -0/+3 |
| 2020-03-10 | Add stable feature name | Ryan Lopopolo | -1/+1 |
| 2020-03-10 | Allow vec.rs to be over 3000 lines :( | Joshua Nelson | -0/+1 |
| 2020-03-10 | Bump release cutoff | Joshua Nelson | -1/+1 |
| 2020-03-10 | make the impl a little prettier | Joshua Nelson | -1/+1 |
| 2020-03-10 | fix test failure | Joshua Nelson | -2/+7 |
| 2020-03-10 | limit From impl to LengthAtMost32 | Joshua Nelson | -1/+4 |
| 2020-03-10 | fix error compiling stage2 | Joshua Nelson | -1/+1 |
| 2020-03-10 | impl From<[T; N]> for Vec<T> | Joshua Nelson | -0/+7 |
| 2020-03-10 | Rollup merge of #69877 - CAD97:patch-1, r=dtolnay | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | Rollup merge of #69861 - Dylnuge:dylnuge/locale-doc, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+15 |
| 2020-03-10 | Rollup merge of #69799 - TimDiekmann:zst, r=Amanieu | Mazdak Farrokhzad | -27/+47 |
| 2020-03-09 | Vec::new is const tstable in 1.39 not 1.32 | Christopher Durham | -1/+1 |
| 2020-03-09 | Add note about localization to std::fmt docs | Dylan Nugent | -0/+15 |