| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+0 |
| 2021-07-25 | macos current_exe using directly libc instead. | David CARLIER | -5/+2 |
| 2021-07-24 | Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett | bors | -21/+108 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -5/+15 |
| 2021-07-24 | Remove unnecessary condition in Barrier::wait() | twetzel59 | -1/+1 |
| 2021-07-24 | Update std_collections_from_array stability version | bstrie | -2/+2 |
| 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 | 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 #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/+2 |
| 2021-07-23 | Stabilize core::task::ready! | Yoshua Wuyts | -1/+0 |
| 2021-07-22 | Remove Option from BufWriter | Alex Macleod | -10/+14 |
| 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 #87279 - sunfishcode:document-unix-argv, r=RalfJung | Guillaume Gomez | -2/+16 |
| 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 | Use hashbrown's `extend_reserve()` in `HashMap` | inquisitivecrystal | -9/+1 |
| 2021-07-19 | Add comments explaining the unix command-line argument support. | Dan Gohman | -2/+16 |
| 2021-07-19 | Rollup merge of #87236 - sunfishcode:avoid-locking-args, r=joshtriplett | Guillaume Gomez | -22/+3 |
| 2021-07-19 | Rollup merge of #87227 - bstrie:asm2arch, r=Amanieu | Guillaume Gomez | -7/+23 |
| 2021-07-18 | Move asm! and global_asm! to core::arch | bstrie | -7/+23 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+6 |
| 2021-07-17 | x.py fmt | Dan Gohman | -5/+1 |
| 2021-07-17 | Remove an unnecessary `Mutex` around argument initialization. | Dan Gohman | -8/+7 |
| 2021-07-17 | Remove args cleanup code. | Dan Gohman | -14/+0 |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -3/+3 |
| 2021-07-15 | Stabilize `into_parts()` and `into_error()` | inquisitivecrystal | -4/+2 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+6 |
| 2021-07-15 | Rollup merge of #87081 - a1phyr:add_wasi_ext_tracking_issue, r=dtolnay | Yuki Okushi | -2/+2 |
| 2021-07-15 | Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahc | Yuki Okushi | -2/+2 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -1/+2 |
| 2021-07-12 | add Stdin::lines, Stdin::split forwarder methods | Taylor Yu | -1/+44 |
| 2021-07-13 | Rollup merge of #86846 - tlyu:stdio-locked-tracking, r=joshtriplett | Yuki Okushi | -7/+7 |
| 2021-07-13 | Rollup merge of #86811 - soerenmeier:remove_remaining, r=yaahc | Yuki Okushi | -26/+0 |
| 2021-07-12 | Add tracking issue number to `wasi_ext` | Benoît du Garreau | -2/+2 |
| 2021-07-12 | Rollup merge of #86951 - cyberia-ng:fp-negative-zero-sqrt-docs, r=Mark-Simula... | Yuki Okushi | -2/+6 |
| 2021-07-11 | Add example with a bunch of leading zeos | Smitty | -0/+1 |
| 2021-07-11 | Simplify leading zero checks | Smitty | -5/+2 |
| 2021-07-10 | Auto merge of #85953 - inquisitivecrystal:weak-linkat-in-fs-hardlink, r=josht... | bors | -17/+91 |
| 2021-07-10 | Make tests pass on old macos | Aris Merchant | -0/+18 |
| 2021-07-10 | Change `weak!` and `linkat!` to macros 2.0 | Aris Merchant | -4/+38 |
| 2021-07-11 | Rollup merge of #87011 - RalfJung:thread-id-supply-shortage, r=nagisa | Yuki Okushi | -1/+2 |