| Age | Commit message (Expand) | Author | Lines |
| 2021-07-27 | from review: add a comment why try_fold was chosen instead of fold | The8472 | -0/+5 |
| 2021-07-26 | fix typo: whenver -> whenever | Chris Midgley | -1/+1 |
| 2021-07-26 | Track caller of Vec::remove() | Kornel | -0/+2 |
| 2021-07-26 | Auto merge of #87430 - devnexen:netbsd_ucred_enabled, r=joshtriplett | bors | -2/+16 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -9/+0 |
| 2021-07-25 | Auto merge of #86595 - a1phyr:allocator_api_for_vecdeque, r=Amanieu | bors | -74/+137 |
| 2021-07-25 | macos current_exe using directly libc instead. | David CARLIER | -6/+3 |
| 2021-07-24 | Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett | bors | -26/+244 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -109/+267 |
| 2021-07-24 | Update std_collections_from_array stability version | bstrie | -7/+7 |
| 2021-07-24 | implement fold() on array::IntoIter to improve flatten().collect() perf | The8472 | -0/+22 |
| 2021-07-24 | Rollup merge of #87422 - mgeier:doc-strip-feature-attribute, r=LeSeulArtichaut | Manish Goregaokar | -1/+0 |
| 2021-07-24 | Rollup merge of #87410 - jonas-schievink:doc-hidden-format_args_nl, r=nagisa | Manish Goregaokar | -0/+1 |
| 2021-07-24 | Rollup merge of #87395 - ericonr:patch-1, r=joshtriplett | Manish Goregaokar | -4/+3 |
| 2021-07-24 | netbsd enabled ucred | David Carlier | -2/+16 |
| 2021-07-24 | DOC: remove unnecessary feature crate attribute from example code | Matthias Geier | -1/+0 |
| 2021-07-24 | Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor | bors | -4/+30 |
| 2021-07-23 | Fix parameter names in std::env documentation. | Érico Nogueira Rolim | -4/+3 |
| 2021-07-24 | Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Yuki Okushi | -0/+8 |
| 2021-07-24 | Rollup merge of #87175 - inquisitivecrystal:inner-error, r=kennytm | Yuki Okushi | -4/+2 |
| 2021-07-24 | Rollup merge of #87171 - Alexendoo:bufwriter-option, r=Mark-Simulacrum | Yuki Okushi | -10/+14 |
| 2021-07-24 | Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se | Yuki Okushi | -0/+4 |
| 2021-07-23 | Add `#[unstable]` on new functions | Benoît du Garreau | -2/+2 |
| 2021-07-23 | Add unstable attribute for `A` in `Drain` and `IntoIter` | Benoît du Garreau | -2/+9 |
| 2021-07-23 | Add support for custom allocator in `VecDeque` | Benoît du Garreau | -74/+130 |
| 2021-07-23 | Mark `format_args_nl` as `#[doc(hidden)]` | Jonas Schievink | -0/+1 |
| 2021-07-23 | Stabilize core::task::ready! | Yoshua Wuyts | -7/+2 |
| 2021-07-23 | Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitor | Yuki Okushi | -6/+7 |
| 2021-07-22 | Fix whitespace | Tim Vermeulen | -2/+1 |
| 2021-07-22 | Add tests | Tim Vermeulen | -2/+44 |
| 2021-07-22 | Implement slice::{Iter, IterMut}::{advance_by, advance_back_by} | Tim Vermeulen | -0/+16 |
| 2021-07-22 | Remove Option from BufWriter | Alex Macleod | -10/+14 |
| 2021-07-22 | Rollup merge of #87343 - steffahn:fix_unsound_zip_optimization_only_regressio... | Guillaume Gomez | -54/+2 |
| 2021-07-21 | VxWorks does provide sigemptyset and sigaddset | Nicholas Baron | -1/+1 |
| 2021-07-21 | Disable glibc tests on vxworks | Nicholas Baron | -0/+2 |
| 2021-07-21 | Rollup merge of #81864 - ijackson:globalalloc-example, r=Amanieu | Eric Huss | -11/+56 |
| 2021-07-21 | Rollup merge of #87279 - sunfishcode:document-unix-argv, r=RalfJung | Guillaume Gomez | -2/+16 |
| 2021-07-21 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -54/+2 |
| 2021-07-21 | docs: GlobalAlloc: Make example only require 4096-aligned static | Ian Jackson | -3/+3 |
| 2021-07-21 | Add tracking issue and link to man-page | Dominik Stolz | -3/+4 |
| 2021-07-21 | Add PidFd type and seal traits | Dominik Stolz | -110/+279 |
| 2021-07-21 | Typo fix | Josh Triplett | -1/+1 |
| 2021-07-21 | Add Linux-specific pidfd process extensions | Aaron Hill | -7/+159 |
| 2021-07-21 | Auto merge of #86847 - tlyu:stdin-forwarders, r=joshtriplett | bors | -1/+44 |
| 2021-07-20 | Auto merge of #87168 - the8472:flatten-len, r=scottmcm | bors | -1/+133 |
| 2021-07-20 | Use hashbrown's `extend_reserve()` in `HashMap` | inquisitivecrystal | -9/+1 |
| 2021-07-20 | Auto merge of #87247 - crlf0710:merge-libterm-into-libtest, r=nagisa | bors | -401/+133 |
| 2021-07-20 | docs: GlobalAlloc: completely replace example with one that works | Ian Jackson | -11/+56 |
| 2021-07-19 | replace Option combinators with try block | The8472 | -6/+2 |
| 2021-07-19 | Add comments explaining the unix command-line argument support. | Dan Gohman | -2/+16 |