summaryrefslogtreecommitdiff
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Only test pthread_getname_np on linux-gnuJosh Stone2022-10-291-1/+7
* Move truncation next to other thread tests for tidyJosh Stone2022-10-292-25/+25
* Truncate thread names on Linux and Apple targetsJosh Stone2022-10-291-0/+43
* Mark `std::os::wasi::io::AsFd` etc. as stable.Dan Gohman2022-10-293-20/+7
* poll_fn and Unpin: fix pinningRalf Jung2022-10-291-4/+7
* Avoid defensive re-initialization of the BufReader bufferBen Kimock2022-10-203-3/+48
* EscapeAscii is not an ExactSizeIteratorMichael Goulet2022-10-081-2/+0
* Revert "Use getentropy when possible on all Apple platforms"BlackHoleFox2022-10-061-56/+38
* replace stabilization placeholdersPietro Albini2022-09-195-19/+19
* Auto merge of #101938 - Dylan-DPC:rollup-6vlohhs, r=Dylan-DPCbors2022-09-173-3/+3
|\
| * Rollup merge of #101931 - msakuta:master, r=thomccDylan DPC2022-09-171-1/+1
| |\
| | * Fix a typo in docstringmsakuta2022-09-171-1/+1
| * | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC2022-09-172-2/+2
| |\ \ | | |/ | |/|
| | * Only enable the let_else feature on bootstrapest312022-09-152-2/+2
* | | Auto merge of #101784 - reitermarkus:const-memchr, r=thomccbors2022-09-171-25/+23
|\ \ \ | |/ / |/| |
| * | Simplify `const` `memchr`.Markus Reiter2022-09-141-25/+23
* | | Rollup merge of #101802 - chriss0612:const_fn_trait_ref_impls, r=fee1-deadDylan DPC2022-09-161-10/+15
|\ \ \ | |_|/ |/| |
| * | Added Tracking Issue number.onestacked2022-09-141-5/+5
| * | Constify impl Fn* &(mut) Fn*onestacked2022-09-141-10/+15
* | | Rollup merge of #101810 - raldone01:feat/const_partial_eq_ordering, r=fee1-deadMatthias Krüger2022-09-151-1/+14
|\ \ \
| * | | Constify `PartialEq` for Ordering.raldone012022-09-141-1/+14
| |/ /
* | | Rollup merge of #101559 - andrewpollack:add-backtrace-off-fuchsia, r=tmandryMatthias Krüger2022-09-151-17/+16
|\ \ \ | |/ / |/| |
| * | Adding backtrace off option for fuchsia targetsAndrew Pollack2022-09-141-17/+16
* | | Rollup merge of #101754 - NaokiM03:rename-log-to-ilog, r=Dylan-DPCMatthias Krüger2022-09-131-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix doc of log functionNaokiM032022-09-131-1/+1
* | | Rollup merge of #101745 - jay3332:patch-1, r=JohnTitorDylan DPC2022-09-131-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo in concat_bytes documentationJay33322022-09-121-1/+1
* | | Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors2022-09-136-48/+106
|\ \ \ | |/ / |/| |
| * | Simplify `clippy` fix.Markus Reiter2022-09-121-2/+0
| * | Add `rustc_diagnostic_item` for IP addresses.Markus Reiter2022-09-121-0/+5
| * | Flatten `net` module again.Markus Reiter2022-09-129-9/+7
| * | Move `net::parser` into `net::addr` module.Markus Reiter2022-09-124-3/+3
| * | Add tests for `SockAddr` `Display`.Markus Reiter2022-09-121-0/+69
| * | Use `DisplayBuffer` for socket addresses.Markus Reiter2022-09-127-46/+34
* | | Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obkGuillaume Gomez2022-09-123-12/+37
|\ \ \ | |/ / |/| |
| * | constify `CStr` methodsMaybe Waffle2022-09-123-12/+37
* | | Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPCDylan DPC2022-09-126-20/+20
|\ \ \
| * | | Fix naming format of IEEE 754 standardLingMan2022-09-116-20/+20
* | | | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726Dylan DPC2022-09-123-27/+5
|\ \ \ \
| * | | | use <[u8]>::escape_ascii instead of core::ascii::escape_defaultKaDiWa2022-08-193-27/+5
* | | | | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726bors2022-09-121-0/+9
|\ \ \ \ \
| * | | | | Add Tuple marker traitMichael Goulet2022-08-071-0/+9
* | | | | | Auto merge of #101442 - joboet:null_check_tcs, r=thomccbors2022-09-111-2/+6
|\ \ \ \ \ \
| * | | | | | std: check if TCS is a null pointerjoboet2022-09-111-2/+6
* | | | | | | Auto merge of #101299 - saethlin:vecdeque-drain-drop, r=thomccbors2022-09-112-11/+36
|\ \ \ \ \ \ \
| * | | | | | | Alternate approach; just modify DrainBen Kimock2022-09-103-52/+59
| * | | | | | | Remove &[T] from vec_deque::DrainBen Kimock2022-09-101-23/+41
* | | | | | | | Auto merge of #101482 - joboet:netbsd_parker, r=sanxiynbors2022-09-113-12/+136
|\ \ \ \ \ \ \ \
| * | | | | | | | std: optimize thread parking on NetBSDjoboet2022-09-103-12/+136
* | | | | | | | | Auto merge of #101643 - ChrisDenton:alloc-link-kernel32, r=thomccbors2022-09-111-0/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |