about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-1/+1
2022-08-20Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgrbors-35/+92
2022-08-20Rollup merge of #100129 - RalfJung:miri-test-libstd, r=thomccMatthias Krüger-33/+82
2022-08-20Rollup merge of #97963 - devnexen:net_listener_neg, r=the8472Matthias Krüger-2/+10
2022-08-20Rollup merge of #100710 - ChrisDenton:load-library, r=thomccMatthias Krüger-81/+93
2022-08-20Rollup merge of #100642 - mzohreva:mz/update-sgx-abi-cancel-queue, r=Mark-Sim...Matthias Krüger-5/+32
2022-08-20Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-SimulacrumMatthias Krüger-17/+32
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-17/+32
2022-08-20Rollup merge of #100729 - thomcc:less-initialized, r=ChrisDentonMatthias Krüger-5/+13
2022-08-20Rollup merge of #100383 - fortanix:raoul/aepic_leak_mitigation, r=cuviperMatthias Krüger-23/+166
2022-08-20Use const instead of staticChris Denton-3/+3
2022-08-20Simplify load/storeChris Denton-6/+3
2022-08-19Fix comment typoThom Chiovoloni-1/+1
2022-08-18clarify lib.rs attribute structureRalf Jung-10/+13
2022-08-18silence some unused-fn warnings in miri std buildsRalf Jung-0/+2
2022-08-18make many std tests work in MiriRalf Jung-30/+47
2022-08-18add some Miri-only testsRalf Jung-0/+19
2022-08-18add miri-test-libstd support to libstdRalf Jung-0/+8
2022-08-18Avoid zeroing a 1kb stack buffer on every call to `std::sys::windows::fill_ut...Thom Chiovoloni-5/+13
2022-08-18Windows: Load synch functions togetherChris Denton-79/+94
2022-08-17Mitigate Stale Data Read for xAPIC vulnerabilityRaoul Strackx-7/+137
2022-08-16Update fortanix-sgx-abi and export some useful SGX usercall traitsMohsen Zohrevandi-5/+32
2022-08-16Simplify `IpDisplayBuffer` API.Markus Reiter-6/+10
2022-08-16Use `MaybeUninit<u8>` for `IpDisplayBuffer`.Markus Reiter-6/+14
2022-08-16Move `IpDisplayBuffer` into submodule.Markus Reiter-32/+36
2022-08-16Add `IpDisplayBuffer` helper struct.Markus Reiter-31/+48
2022-08-16Refactor copying data to userspaceRaoul Strackx-19/+32
2022-08-15Auto merge of #100007 - ChrisDenton:dtor-inline-never, r=michaelwoeristerbors-0/+4
2022-08-14Rollup merge of #100249 - Meziu:master, r=joshtriplettMatthias Krüger-5/+5
2022-08-13Rollup merge of #100407 - RalfJung:no-int2ptr, r=Mark-SimulacrumMichael Goulet-4/+5
2022-08-12Apply changes from rustfmt bumpMark Rousskov-1/+1
2022-08-12Adjust cfgsMark Rousskov-12/+10
2022-08-12Rollup merge of #100030 - WaffleLapkin:nice_pointer_sis, r=scottmcmDylan DPC-4/+5
2022-08-12Rollup merge of #100022 - joboet:faster_threadid, r=joshtriplettDylan DPC-18/+41
2022-08-12Auto merge of #99624 - vincenzopalazzo:macros/unix_error, r=Amanieubors-2/+6
2022-08-11Rollup merge of #100418 - tbodt:stabilize-backtrace, r=dtolnayMatthias Krüger-0/+3
2022-08-11Rollup merge of #100203 - compiler-errors:command-args-size-hint, r=m-ou-seMatthias Krüger-0/+3
2022-08-11Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkovMatthias Krüger-2/+5
2022-08-11Add stability attributes to BacktraceStatus variantsTheodore Dubois-0/+3
2022-08-11Rollup merge of #100287 - cuviper:no-linux-prctl, r=Mark-SimulacrumDylan DPC-3/+9
2022-08-11avoid some int2ptr casts in thread_local_key testsRalf Jung-4/+5
2022-08-11Auto merge of #100298 - BlackHoleFox:hashmap_keygen_cleanup, r=Mark-Simulacrumbors-9/+9
2022-08-11promote debug_assert to assertVincenzo Palazzo-2/+6
2022-08-10add crt-static for androidBryanskiy-2/+5
2022-08-10std: optimize thread ID generationjoboet-18/+41
2022-08-10Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahcMatthias Krüger-8/+11
2022-08-09Apply suggestions from code reviewJane Losare-Lusby-10/+10
2022-08-08Replace pointer casting in hashmap_random_keys with safe codeBlackHoleFox-9/+9
2022-08-08linux: Use `pthread_setname_np` instead of `prctl`Josh Stone-3/+9
2022-08-07Fix HorizonOS regression in FileTimesAndrea Ciliberti-5/+5