about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-02-23Rollup merge of #108218 - ChrisDenton:cmd-escape, r=cuviperMatthias Krüger-1/+10
2023-02-22std: time: Avoid to use "was created" in elapsed() descriptionBoqun Feng-3/+3
2023-02-22Rollup merge of #107736 - tgross35:atomic-as-ptr, r=m-ou-seMatthias Krüger-9/+9
2023-02-22Optimize break patternszhangyunhao-10/+14
2023-02-22Quote more batch file argumentsChris Denton-1/+10
2023-02-21Exclude SGX from create_dir_all_bare testChris Denton-0/+2
2023-02-21Make `create_dir_all_bare` an std integration testChris Denton-12/+97
2023-02-21Move `rename_directory` from ui-fulldeps to stdChris Denton-0/+16
2023-02-21Remove unused FileDesc::get_cloexecTomasz Miąsko-5/+0
2023-02-21Rollup merge of #108272 - MrNossiom:master, r=thomccDylan DPC-1/+1
2023-02-21Rollup merge of #108105 - majaha:patch-1, r=cuviperDylan DPC-6/+10
2023-02-21fix more benchmark test with black_boxyukang-30/+30
2023-02-20Explain the default panic hook betterMatt Harding-6/+10
2023-02-20use UpperCamelCaseMilo Moisson-1/+1
2023-02-20Changes according to reviewMarkus Everling-11/+11
2023-02-20Rollup merge of #108279 - Nilstrieb:int, r=scottmcmMatthias Krüger-78/+356
2023-02-20Use named arguments for `int_impl` macroNilstrieb-39/+182
2023-02-20Use named arguments for `uint_impl` macroNilstrieb-39/+174
2023-02-20Stabilize const slice::split_atTrevor Spiteri-1/+2
2023-02-20docs: wrong naming convention in struct keyword docMilo Moisson-1/+1
2023-02-20Rollup merge of #108124 - kornelski:cstr_c_char, r=thomccMatthias Krüger-0/+5
2023-02-20Distribute libntdll.a with windows-gnu toolchainsChris Denton-47/+40
2023-02-19Remove the assume(!is_null) from Vec::as_ptrBen Kimock-11/+2
2023-02-19Use custom implementation of read_buf in Read for &'a FileDescTomasz Miąsko-0/+4
2023-02-19Rollup merge of #108130 - tshepang:just-one-example, r=workingjubileeDylan DPC-42/+0
2023-02-19Rollup merge of #106933 - schuelermine:fix/doc/102451, r=AmanieuDylan DPC-6/+14
2023-02-19Rollup merge of #104659 - tshepang:reflow, r=workingjubileeDylan DPC-2/+4
2023-02-18Auto merge of #106241 - Sp00ph:vec_deque_iter_methods, r=the8472bors-2/+329
2023-02-18Update documentation of select_nth_unstable and select_nth_unstable_by and se...Anselm Schüler-6/+14
2023-02-18Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-sebors-17/+120
2023-02-17Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on WindowsDan Gohman-0/+72
2023-02-17Add a slightly-contrived tuple comparison benchmarkScott McMurray-0/+23
2023-02-17std: add regression test for #107466joboet-0/+13
2023-02-17std: drop all messages in bounded channel when destroying the last receiverjoboet-27/+109
2023-02-16Use `partial_cmp` to implement tuple `lt`/`le`/`ge`/`gt`Scott McMurray-13/+35
2023-02-17Rollup merge of #104068 - yancyribbens:partial-cmp-doc-update, r=scottmcmMatthias Krüger-2/+20
2023-02-16rustdoc: Update the description to include PartialOrd elementsyancy-2/+20
2023-02-16"Basic usage" is redundant for there is just one exampleTshepang Mbambo-42/+0
2023-02-16Document that CStr::as_ptr returns a type aliasKornel-0/+5
2023-02-16std: replace generic thread parker with explicit no-op parkerjoboet-129/+17
2023-02-16Rollup merge of #108084 - ink-feather-org:const_range, r=dtolnayDylan DPC-40/+63
2023-02-16Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-seDylan DPC-179/+40
2023-02-15Rollup merge of #108094 - kornelski:fsdocs, r=cuviperMatthias Krüger-1/+19
2023-02-15Remove `#![feature(option_result_contains)]` from library/core/tests/lib.rssoc-1/+0
2023-02-15Suggest simpler fs helper methods in File::{open,create}Kornel-1/+10
2023-02-15Drop unstable `Option::contains`, `Result::contains`, `Result::contains_err`soc-92/+0
2023-02-15Demonstrate I/O in File examplesKornel-0/+9
2023-02-15clarify correctness of `black_box`Callum Leslie-1/+2
2023-02-15Constify `RangeBounds`, `RangeX::contains` and `RangeX::is_empty`.onestacked-40/+63
2023-02-15Use libc which supports QNX NeutrinoFlorian Bartels-1/+1