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