| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #94872 - mati865:mingw-llvm-target, r=petrochenkov | bors | -1/+6 |
| 2022-05-14 | Auto merge of #97035 - JohnTitor:rollup-00ko07z, r=JohnTitor | bors | -1/+1 |
| 2022-05-14 | Rollup merge of #95365 - mkroening:hermit-alloc-error-handler, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2022-05-14 | Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472 | bors | -1/+87 |
| 2022-05-13 | Auto merge of #97013 - matthiaskrgr:rollup-c1pc6pc, r=matthiaskrgr | bors | -25/+66 |
| 2022-05-13 | Auto merge of #95356 - coolreader18:exitstatus-exit-method, r=<try> | bors | -28/+56 |
| 2022-05-13 | Guarantee less in docs | Noa | -2/+2 |
| 2022-05-13 | Add ExitCode::exit_process example | Noa | -0/+23 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -1/+6 |
| 2022-05-13 | Rollup merge of #97003 - nnethercote:rm-const_fn-attrs, r=fee1-dead | Matthias Krüger | -10/+0 |
| 2022-05-13 | Rollup merge of #96154 - lukaslueg:unreachablehint, r=scottmcm | Matthias Krüger | -15/+66 |
| 2022-05-13 | Slap #[inline] on all the ByRefSized methods, per the8472's suggestion | Scott McMurray | -0/+11 |
| 2022-05-13 | Remove some unnecessary `rustc_allow_const_fn_unstable` attributes. | Nicholas Nethercote | -10/+0 |
| 2022-05-13 | Rollup merge of #96932 - sunfishcode:sunfishcode/document-borrowed-handle, r=... | Matthias Krüger | -12/+26 |
| 2022-05-12 | Rollup merge of #96860 - semarie:openbsd-futex-time64, r=cuviper | Matthias Krüger | -10/+9 |
| 2022-05-11 | Fix comment syntax. | Dan Gohman | -0/+1 |
| 2022-05-11 | Relax the wording about the meaning of -1. | Dan Gohman | -6/+11 |
| 2022-05-12 | Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obk | bors | -7/+171 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -9/+10 |
| 2022-05-11 | Add a debug check for ordering, and check for isize overflow in CTFE | Scott McMurray | -0/+4 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -20/+44 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -7/+142 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+1 |
| 2022-05-11 | HandleOrNull can hold null, and HandleOrInvalid can hold INVALID_HANDLE_VALUE. | Dan Gohman | -9/+5 |
| 2022-05-10 | Fix incorrect mentions of `OwnedFd` and `BorrowedFd` in Windows docs. | Dan Gohman | -4/+4 |
| 2022-05-11 | to_timespec could be unused by some targets | Sébastien Marie | -0/+1 |
| 2022-05-11 | avoid using both Some() and ? on linux/android/freebsd code | Sébastien Marie | -1/+1 |
| 2022-05-11 | openbsd: convert futex timeout managment to Timespec usage | Sébastien Marie | -9/+7 |
| 2022-05-10 | Also document that `as_raw_handle` may return NULL. | Dan Gohman | -0/+7 |
| 2022-05-10 | Clarify what values `BorrowedHandle`, `OwnedHandle` etc. can hold. | Dan Gohman | -12/+17 |
| 2022-05-10 | Auto merge of #96232 - sunfishcode:sunfishcode/io-safety-const-fns, r=joshtri... | bors | -5/+5 |
| 2022-05-10 | Also allow unused macro rules in stdarch | est31 | -0/+0 |
| 2022-05-11 | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | -43/+7 |
| 2022-05-11 | Rollup merge of #96725 - nico-abram:win_tid, r=ChrisDenton | Yuki Okushi | -7/+52 |
| 2022-05-10 | Rollup merge of #96674 - bstrie:vardoc, r=thomcc | Dylan DPC | -1/+2 |
| 2022-05-10 | Expose process main_thread_handle on Windows | unknown | -7/+52 |
| 2022-05-09 | Rollup merge of #96841 - thomcc:revert-osstr-join, r=m-ou-se | Matthias Krüger | -33/+0 |
| 2022-05-09 | Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item... | Matthias Krüger | -24/+0 |
| 2022-05-09 | Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplett | Matthias Krüger | -68/+182 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -43/+7 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -347/+267 |
| 2022-05-09 | Auto merge of #96802 - gimbles:windows_slice, r=thomcc | bors | -0/+1 |
| 2022-05-08 | Auto merge of #96846 - matthiaskrgr:rollup-yxu9ot9, r=matthiaskrgr | bors | -2/+21 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -24/+0 |
| 2022-05-08 | Rollup merge of #96828 - scottmcm:clarify-hasher-write, r=Amanieu | Matthias Krüger | -2/+21 |
| 2022-05-08 | Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearth | bors | -0/+18 |
| 2022-05-08 | Revert "Implement [OsStr]::join", which was merged without FCP | Thom Chiovoloni | -33/+0 |
| 2022-05-08 | fix panic in Path::strip_prefix | name1e5s | -1/+13 |
| 2022-05-08 | Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995 | bors | -0/+3 |
| 2022-05-07 | Further elaborate the lack of guarantees from `Hasher` | Scott McMurray | -2/+21 |