about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2023-08-12Rollup merge of #114132 - tamird:better-env-debug-impls, r=AmanieuMatthias Krüger-12/+256
2023-08-12Remove unnecessary feature gatesJacob Pratt-1/+0
2023-08-11Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDentonbors-1/+7
2023-08-10Rollup merge of #114359 - ttsugriy:barrier-simpl, r=cuviperMichael Goulet-5/+2
2023-08-10Rollup merge of #114194 - thomcc:flushinline, r=cuviperMichael Goulet-0/+13
2023-08-09Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgrbors-90/+156
2023-08-09Rollup merge of #113939 - the8472:pidfd-from-child, r=Mark-SimulacrumMatthias Krüger-90/+156
2023-08-09Auto merge of #99747 - ankane:float_gamma, r=workingjubileebors-1/+158
2023-08-08open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSGThe 8472-90/+156
2023-08-08Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnayMatthias Krüger-24/+25
2023-08-07Better Debug for Vars and VarsOsTamir Duberstein-12/+256
2023-08-07impl Default for ExitStatusIan Jackson-7/+7
2023-08-05use offset_of! to calculate dirent64 field offsetsThe 8472-25/+3
2023-08-04Rollup merge of #114373 - xstaticxgpx:dev, r=the8472Matthias Krüger-4/+14
2023-08-03unix/kernel_copy.rs: copy_file_range_candidate allows empty output filesxstaticxgpx-4/+14
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-08-01[library/std] Replace condv while loop with `cvar.wait_while`.Taras Tsugrii-5/+2
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-11/+140
2023-08-01Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgrbors-1/+9
2023-08-01Rollup merge of #100455 - xfix:backtrace-ref-unwind-safe, r=dtolnayMatthias Krüger-1/+9
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-2/+3
2023-07-31Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgrbors-20/+14
2023-07-31Rollup merge of #113701 - aswild:std-ffi-frombytesuntilnul, r=dtolnayMatthias Krüger-0/+2
2023-07-31Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnayMatthias Krüger-20/+12
2023-07-31Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-07-31Add gamma and ln_gamma functions to f32 and f64Andrew Kane-1/+158
2023-07-31Implement UnwindSafe and RefUnwindSafe for BacktraceKonrad Borowski-1/+9
2023-07-30Rollup merge of #114268 - SUPERCILEX:empty, r=workingjubileeJubilee-2/+2
2023-07-30Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubileeJubilee-49/+25
2023-07-30Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubileebors-0/+19
2023-07-30Fix empty_write since rust version attributeAlex Saveau-2/+2
2023-07-30Rollup merge of #98154 - vidhanio:master, r=workingjubileeMatthias Krüger-26/+87
2023-07-30Fix the example in document for WaitTimeoutResult::timed_outyukang-10/+8
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-11/+140
2023-07-29print omitted frames count for short backtrace modeyukang-0/+19
2023-07-29Change default panic handler message format.Mara Bos-2/+3
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+13
2023-07-28Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwcoMatthias Krüger-1/+1
2023-07-28reduce deps for windows-msvc targets for backtraceklensy-1/+7
2023-07-27When flushing delayed span bugs, write to the ICE dump file even if it doesn'...Esteban Küber-1/+1
2023-07-26Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubileeMatthias Krüger-4/+18
2023-07-26Add definitions for riscv64_linux_android targetChris Wailes-1/+1
2023-07-26std: add auto traits to TAIT boundjoboet-1/+6
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+20
2023-07-25Rollup merge of #114043 - cathaysia:doc_lazy_lock, r=thomccMatthias Krüger-0/+20
2023-07-25Auto merge of #112646 - vn971:document-thread-names-for-sgx-target, r=m-ou-sebors-1/+9
2023-07-25docs(LazyLock): add example pass local LazyLock variable to structDragonBillow-0/+20
2023-07-25Auto merge of #113411 - unikraft:unikraft, r=wesleywiserbors-1/+13
2023-07-24remove additional [allow(unused_unsafe)]James Dietz-16/+2
2023-07-24delete [allow(...)] from issue #74838James Dietz-4/+0