| Age | Commit message (Expand) | Author | Lines |
| 2021-01-15 | Re-enable all num tests on WASM | Smitty | -7/+0 |
| 2021-01-15 | Update library/std/src/thread/mod.rs
| James Wright | -0/+1 |
| 2021-01-15 | Clarify difference between unix/windows behaviour | James Wright | -0/+8 |
| 2021-01-15 | Change rebuild heuristic in BinaryHeap::append | Han Mertens | -2/+8 |
| 2021-01-15 | Stabilize `core::slice::fill_with` | Yoshua Wuyts | -3/+2 |
| 2021-01-15 | Use Result and rename to filter_map | John-John Tedro | -18/+34 |
| 2021-01-15 | Introduce {Ref, RefMut}::try_map for optional projections | John-John Tedro | -0/+70 |
| 2021-01-15 | Rollup merge of #80834 - bugadani:vecdeque, r=oli-obk | Yuki Okushi | -5/+4 |
| 2021-01-14 | Stabilize intrinsics as const | Jacob Pratt | -6/+2 |
| 2021-01-14 | std: Update wasi-libc commit of the wasm32-wasi target | Alex Crichton | -22/+78 |
| 2021-01-14 | Remove unreachable panics from VecDeque | Dániel Buga | -5/+4 |
| 2021-01-14 | Rollup merge of #80991 - calebsander:fix/fmt-link, r=m-ou-se | Mara Bos | -12/+30 |
| 2021-01-14 | Rollup merge of #80985 - ijackson:slice-strip-fix, r=jyn514 | Mara Bos | -4/+4 |
| 2021-01-14 | Rollup merge of #80980 - trevarj:patch-1, r=nagisa | Mara Bos | -1/+1 |
| 2021-01-14 | Rollup merge of #80972 - KodrAus:deprecate/remove_item, r=nagisa | Mara Bos | -21/+0 |
| 2021-01-14 | Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-se | Mara Bos | -20/+19 |
| 2021-01-14 | Rollup merge of #80895 - sfackler:read-to-end-ub, r=m-ou-se | Mara Bos | -12/+10 |
| 2021-01-14 | Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-se | Mara Bos | -27/+202 |
| 2021-01-14 | Rollup merge of #80444 - glittershark:bound-as-ref, r=dtolnay | Mara Bos | -0/+23 |
| 2021-01-14 | Rollup merge of #80217 - camelid:io-read_to_string, r=m-ou-se | Mara Bos | -0/+48 |
| 2021-01-14 | Rollup merge of #80169 - frewsxcv:frewsxcv-docs-fix, r=jyn514 | Mara Bos | -7/+12 |
| 2021-01-14 | Rollup merge of #79982 - ijackson:exit-status, r=dtolnay | Mara Bos | -3/+131 |
| 2021-01-13 | Fix typos in Fuchsia unix_process_wait_more | David Tolnay | -2/+2 |
| 2021-01-13 | Adds tests to ensure some base op traits exist. | Philippe Laflamme | -0/+245 |
| 2021-01-13 | Avoid ident concatenation in macro. | Philippe Laflamme | -14/+15 |
| 2021-01-13 | Fix missing mod declaration for Wrapping tests. | Philippe Laflamme | -0/+1 |
| 2021-01-13 | Add as_ref and as_mut methods for Bound | Griffin Smith | -0/+23 |
| 2021-01-13 | Use unsigned_abs throughout repository | Jacob Pratt | -1/+1 |
| 2021-01-13 | Apply suggestions from code review | Christopher Durham | -2/+2 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -1/+1 |
| 2021-01-13 | Improve Iterator::intersperse_ docs | Lukas Lueg | -8/+16 |
| 2021-01-13 | Fix formatting specifiers doc link | Caleb Sander | -12/+30 |
| 2021-01-13 | Add doc intralinks | Lukas Lueg | -0/+6 |
| 2021-01-13 | Fix stabilisation version of slice_strip | Ian Jackson | -4/+4 |
| 2021-01-13 | Auto merge of #76219 - Mark-Simulacrum:extern-require-abi, r=estebank | bors | -11/+11 |
| 2021-01-13 | ExitStatusExt: Fix build on Fuchsia | Ian Jackson | -0/+44 |
| 2021-01-13 | Fix typo saeled -> sealed | David Tolnay | -2/+2 |
| 2021-01-13 | ExitStatusExt windows: Retrospectively seal this trait | Ian Jackson | -1/+15 |
| 2021-01-13 | ExitStatusExt unix: Retrospectively seal this trait | Ian Jackson | -1/+15 |
| 2021-01-13 | unix ExitStatus: Add tracking issue to new methods | Ian Jackson | -4/+4 |
| 2021-01-13 | Replace `Ie` with `In other words` | Ian Jackson | -1/+1 |
| 2021-01-13 | Replace `Ie` with `In other words` | Ian Jackson | -1/+1 |
| 2021-01-13 | unix ExitStatus: Provide .continued() | Ian Jackson | -0/+15 |
| 2021-01-13 | unix ExitStatus: Provide .stopped_signal() | Ian Jackson | -0/+15 |
| 2021-01-13 | unix ExitStatus: Provide .core_dumped | Ian Jackson | -0/+12 |
| 2021-01-13 | unix ExitStatus: Provide .into_raw() | Ian Jackson | -0/+12 |
| 2021-01-13 | unix ExitStatus: Clarify docs for .signal() | Ian Jackson | -0/+2 |
| 2021-01-13 | unix ExitStatus: Do not treat WIFSTOPPED as WIFSIGNALED | Ian Jackson | -1/+1 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -2/+2 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -9/+9 |