| Age | Commit message (Expand) | Author | Lines |
| 2021-10-27 | Attempt to fix tidy errors | Sean Chen | -79/+345 |
| 2021-10-22 | Change `source` field to `error` | Sean Chen | -8/+8 |
| 2021-10-22 | Have `pretty` and `show_backtrace` accept booleans | Sean Chen | -5/+5 |
| 2021-10-22 | Try commiting again | Sean Chen | -1/+244 |
| 2021-10-21 | Rollup merge of #89292 - CleanCut:stabilize-cstring_from_vec_with_nul, r=John... | Yuki Okushi | -13/+9 |
| 2021-10-21 | Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc | Yuki Okushi | -1/+1 |
| 2021-10-21 | Rollup merge of #86984 - Smittyvb:ipv4-octal-zero, r=m-ou-se | Yuki Okushi | -10/+32 |
| 2021-10-20 | fix 'since' version number | Nathan Stocks | -1/+1 |
| 2021-10-20 | stabilize CString::from_vec_with_nul[_unchecked] | Nathan Stocks | -13/+9 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -27/+5 |
| 2021-10-19 | Deduplicate panic_fmt | Gary Guo | -27/+5 |
| 2021-10-19 | Rollup merge of #89941 - hermitcore:kernel, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-10-17 | Auto merge of #88652 - AGSaidi:linux-aarch64-should-be-actually-monotonic, r=... | bors | -0/+15 |
| 2021-10-16 | remove compiler warnings | Stefan Lankes | -1/+1 |
| 2021-10-16 | Rollup merge of #89921 - joshuaseaton:zircon-process, r=tmandry | Matthias Krüger | -4/+7 |
| 2021-10-15 | Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplett | bors | -4/+416 |
| 2021-10-15 | Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnay | bors | -27/+14 |
| 2021-10-15 | [fuchsia] Update process info struct | Joshua Seaton | -4/+7 |
| 2021-10-15 | Use BCryptGenRandom instead of RtlGenRandom on Windows. | Mara Bos | -27/+14 |
| 2021-10-14 | Rollup merge of #89878 - GuillaumeGomez:add-missing-cfg-hide, r=notriddle | Matthias Krüger | -1/+9 |
| 2021-10-14 | Rollup merge of #89433 - arlosi:stdin-fix, r=joshtriplett | Matthias Krüger | -9/+19 |
| 2021-10-14 | Fix missing remaining compiler specific cfg information | Guillaume Gomez | -1/+9 |
| 2021-10-13 | Rollup merge of #89670 - yoshuawuyts:available-parallelism-docs, r=joshtriplett | Matthias Krüger | -20/+57 |
| 2021-10-13 | Improve `std::thread::available_parallelism` docs | Yoshua Wuyts | -20/+57 |
| 2021-10-13 | Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett | Yuki Okushi | -1/+31 |
| 2021-10-12 | Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplett | the8472 | -0/+47 |
| 2021-10-12 | Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh... | the8472 | -0/+2 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+13 |
| 2021-10-11 | Add #[must_use] to non-mutating verb methods | John Kugelman | -0/+2 |
| 2021-10-11 | Add #[must_use] to is_condition tests | John Kugelman | -0/+47 |
| 2021-10-11 | Add #[must_use] to to_value conversions | John Kugelman | -1/+31 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+13 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+6 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+23 |
| 2021-10-11 | Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht... | bors | -1/+18 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -1/+18 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+6 |
| 2021-10-11 | Rollup merge of #89707 - clemenswasser:apply_clippy_suggestions, r=Mark-Simul... | Matthias Krüger | -16/+13 |
| 2021-10-10 | integrate I/O safety changes | Milan | -7/+6 |
| 2021-10-10 | cross-platform doctests | Milan Landaverde | -13/+49 |
| 2021-10-10 | moves use ptr within from_abstract_namespace fn | Milan Landaverde | -2/+2 |
| 2021-10-10 | Update tracking issue in stability refs | Milan Landaverde | -7/+7 |
| 2021-10-10 | rustfmt | Milan Landaverde | -6/+25 |
| 2021-10-10 | Add abstract namespace support for Unix domain sockets | Milan Landaverde | -5/+363 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -1/+5 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+23 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -16/+13 |
| 2021-10-09 | Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahc | Guillaume Gomez | -15/+11 |
| 2021-10-09 | Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplett | Guillaume Gomez | -8/+9 |
| 2021-10-09 | Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplett | Matthias Krüger | -0/+2 |