about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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
2023-07-24`unix::init`: Don't use `signal` on Unikraft.Martin Kröning-1/+8
2023-07-24`unix::init`: Handle `ENOSYS` from `poll` on Unikraft.Martin Kröning-0/+5
2023-07-22Rollup merge of #113876 - darklyspaced:master, r=cuviperMatthias Krüger-1/+30
2023-07-22Rollup merge of #113442 - epage:osstring, r=cuviperMatthias Krüger-0/+100
2023-07-22Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviperMatthias Krüger-5/+0
2023-07-22Auto merge of #113033 - JohnTitor:stabilize-unix-chown, r=cuviperbors-6/+3
2023-07-21Auto merge of #113911 - matthiaskrgr:rollup-wk6cr7v, r=matthiaskrgrbors-28/+49
2023-07-21Auto merge of #113106 - marcospb19:improve-path-with-extension-function, r=th...bors-8/+66
2023-07-20Minor improvements to Windows TLS dtorsChris Denton-28/+49
2023-07-20Auto merge of #113861 - ibraheemdev:mpsc-tls-bug, r=Mark-Simulacrumbors-20/+26
2023-07-20added a problematic exampledarklyspaced-3/+25
2023-07-20Rollup merge of #113787 - sanchopanca:process-command-windows-docs, r=ChrisDe...Matthias Krüger-0/+8
2023-07-20fix docs & example for FileExt::write_atdarklyspaced-1/+8
2023-07-19avoid tls access while iterating through mpsc thread entriesIbraheem Ahmed-20/+26
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-7/+34
2023-07-18support for mips32r6 as a target_arch valuechenx97-2/+10
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+5
2023-07-18Update documentation for std::process::Command's new methodAleksandr Kovalev-0/+8
2023-07-16adds crate attribute to examples so they compiledvdsk-0/+2
2023-07-16fix examples add tracking issuedvdsk-9/+16
2023-07-16fixes sleep_until examplesdvdsk-2/+7
2023-07-15Adds thread::sleep_until, tracking issue TODOdvdsk-0/+66
2023-07-14std: add tests for `Path::with_extension`João M. Bezerra-5/+45
2023-07-14Re-export core::ffi::FromBytesUntilNulError in std::ffiAllen Wild-0/+2
2023-07-14Rollup merge of #113618 - tshepang:patch-1, r=jyn514Matthias Krüger-2/+2
2023-07-14Rollup merge of #112525 - hermitcore:devel, r=m-ou-seMatthias Krüger-4/+3
2023-07-12Replace version placeholder to 1.72Mark Rousskov-2/+2
2023-07-12avoid ambiguous wordTshepang Mbambo-1/+1
2023-07-12fix usage of Timespec om the target hermitStefan Lankes-2/+2
2023-07-12add support of available_parallelism for target hermitStefan Lankes-2/+1
2023-07-12update ancient noteTshepang Mbambo-2/+2
2023-07-11Auto merge of #103754 - SUPERCILEX:filled-mut, r=m-ou-sebors-0/+7
2023-07-10Correct the Android stat struct definitionsChris Wailes-47/+58
2023-07-10Auto merge of #94748 - tbu-:pr_file_arc, r=Amanieubors-32/+65
2023-07-10Auto merge of #108796 - devsnek:personality-pal-exception, r=workingjubileebors-1/+1
2023-07-09move personality to sysGus Caplan-1/+1
2023-07-10Auto merge of #108485 - devsnek:float-pat-exception, r=workingjubileebors-36/+53
2023-07-09move pal cfgs in f32 and f64 to sysGus Caplan-36/+53
2023-07-09additional io::copy specializationsThe 8472-3/+116
2023-07-07Allow limited access to `OsString` bytesEd Page-0/+100
2023-07-06Rollup merge of #112008 - intruder-kat:master, r=NilstriebMichael Goulet-2/+2
2023-07-06Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errorsfee1-dead-26/+26
2023-07-05Revert "use c literals in library"León Orell Valerian Liehr-23/+25
2023-07-05Revert "fix ptr cast"León Orell Valerian Liehr-9/+7
2023-07-05Auto merge of #112594 - ChrisDenton:process=-kill, r=Amanieubors-14/+32
2023-07-05Workaround for old android not having echoChris Denton-1/+8
2023-07-04Test Child::kill behaviour on exited processChris Denton-0/+8