about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-02-20Use named arguments for `int_impl` macroNilstrieb-39/+182
2023-02-20Use named arguments for `uint_impl` macroNilstrieb-39/+174
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-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-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
2023-02-15Rollup merge of #108060 - ChrisDenton:rtlgenrandom, r=thomccDylan DPC-103/+31
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-1/+2
2023-02-14Revert to using `RtlGenRandom`Chris Denton-103/+31
2023-02-14Rollup merge of #108033 - lcnr:coinductive-attr, r=compiler-errorsMatthias Krüger-0/+1
2023-02-14Rollup merge of #107573 - cuviper:drop-llvm-13, r=nagisaMatthias Krüger-1/+1
2023-02-14Rollup merge of #108023 - JulianKnodt:smaller_benchmark, r=workingjubileeMatthias Krüger-5/+5
2023-02-14Rollup merge of #108016 - tshepang:just-one-example, r=thomccMatthias Krüger-42/+0
2023-02-14add a `#[rustc_coinductive]` attributelcnr-0/+1
2023-02-14Shrink size of array benchmarkskadmin-5/+5
2023-02-14"Basic usage" is redundant for there is just one exampleTshepang Mbambo-42/+0
2023-02-13Rollup merge of #107985 - alesito85:master, r=ChrisDentonMatthias Krüger-1/+6
2023-02-13Add another error to Windows file open fallbackalesito85-1/+6
2023-02-13Auto merge of #107634 - scottmcm:array-drain, r=thomccbors-141/+334
2023-02-13Auto merge of #107980 - Dylan-DPC:rollup-u4b19bl, r=Dylan-DPCbors-53/+91
2023-02-13Inline `Poll` methodsEFanZh-0/+5
2023-02-13Rollup merge of #107970 - hermitcore:hermit-rm-floor, r=thomccDylan DPC-5/+0
2023-02-13Rollup merge of #107962 - scottmcm:why-not-exact, r=Mark-SimulacrumDylan DPC-0/+21
2023-02-13Rollup merge of #107961 - scottmcm:unify-ilog-panics, r=Mark-SimulacrumDylan DPC-12/+38
2023-02-13Rollup merge of #107915 - JulianKnodt:array_benches, r=Mark-SimulacrumDylan DPC-0/+20