summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-10-29Only test pthread_getname_np on linux-gnuJosh Stone-1/+7
2022-10-29Move truncation next to other thread tests for tidyJosh Stone-25/+25
2022-10-29Truncate thread names on Linux and Apple targetsJosh Stone-0/+43
2022-10-29Mark `std::os::wasi::io::AsFd` etc. as stable.Dan Gohman-20/+7
2022-10-29poll_fn and Unpin: fix pinningRalf Jung-4/+7
2022-10-20Avoid defensive re-initialization of the BufReader bufferBen Kimock-3/+48
2022-10-08EscapeAscii is not an ExactSizeIteratorMichael Goulet-2/+0
2022-10-06Revert "Use getentropy when possible on all Apple platforms"BlackHoleFox-56/+38
2022-09-19replace stabilization placeholdersPietro Albini-19/+19
2022-09-17Auto merge of #101938 - Dylan-DPC:rollup-6vlohhs, r=Dylan-DPCbors-3/+3
2022-09-17Rollup merge of #101931 - msakuta:master, r=thomccDylan DPC-1/+1
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-2/+2
2022-09-17Auto merge of #101784 - reitermarkus:const-memchr, r=thomccbors-25/+23
2022-09-17Fix a typo in docstringmsakuta-1/+1
2022-09-16Rollup merge of #101802 - chriss0612:const_fn_trait_ref_impls, r=fee1-deadDylan DPC-10/+15
2022-09-15Only enable the let_else feature on bootstrapest31-2/+2
2022-09-15Rollup merge of #101810 - raldone01:feat/const_partial_eq_ordering, r=fee1-deadMatthias Krüger-1/+14
2022-09-15Rollup merge of #101559 - andrewpollack:add-backtrace-off-fuchsia, r=tmandryMatthias Krüger-17/+16
2022-09-14Adding backtrace off option for fuchsia targetsAndrew Pollack-17/+16
2022-09-14Constify `PartialEq` for Ordering.raldone01-1/+14
2022-09-14Added Tracking Issue number.onestacked-5/+5
2022-09-14Constify impl Fn* &(mut) Fn*onestacked-10/+15
2022-09-14Simplify `const` `memchr`.Markus Reiter-25/+23
2022-09-13Rollup merge of #101754 - NaokiM03:rename-log-to-ilog, r=Dylan-DPCMatthias Krüger-1/+1
2022-09-13Rollup merge of #101745 - jay3332:patch-1, r=JohnTitorDylan DPC-1/+1
2022-09-13Fix doc of log functionNaokiM03-1/+1
2022-09-13Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors-48/+106
2022-09-12Fix typo in concat_bytes documentationJay3332-1/+1
2022-09-12Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obkGuillaume Gomez-12/+37
2022-09-12Simplify `clippy` fix.Markus Reiter-2/+0
2022-09-12Add `rustc_diagnostic_item` for IP addresses.Markus Reiter-0/+5
2022-09-12Flatten `net` module again.Markus Reiter-9/+7
2022-09-12Move `net::parser` into `net::addr` module.Markus Reiter-3/+3
2022-09-12Add tests for `SockAddr` `Display`.Markus Reiter-0/+69
2022-09-12Use `DisplayBuffer` for socket addresses.Markus Reiter-46/+34
2022-09-12constify `CStr` methodsMaybe Waffle-12/+37
2022-09-12Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPCDylan DPC-20/+20
2022-09-12Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726Dylan DPC-27/+5
2022-09-12Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726bors-0/+9
2022-09-11Auto merge of #101442 - joboet:null_check_tcs, r=thomccbors-2/+6
2022-09-11Auto merge of #101299 - saethlin:vecdeque-drain-drop, r=thomccbors-11/+36
2022-09-11std: check if TCS is a null pointerjoboet-2/+6
2022-09-11Auto merge of #101482 - joboet:netbsd_parker, r=sanxiynbors-12/+136
2022-09-11Fix naming format of IEEE 754 standardLingMan-20/+20
2022-09-11Auto merge of #101643 - ChrisDenton:alloc-link-kernel32, r=thomccbors-0/+1
2022-09-10Alternate approach; just modify DrainBen Kimock-52/+59
2022-09-10Remove &[T] from vec_deque::DrainBen Kimock-23/+41
2022-09-10std: optimize thread parking on NetBSDjoboet-12/+136
2022-09-10Rollup merge of #101606 - akhi3030:patch-1, r=Dylan-DPCDylan DPC-1/+1
2022-09-10Explicitly link kernel32.lib from allocChris Denton-0/+1