| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Only test pthread_getname_np on linux-gnu | Josh Stone | -1/+7 |
| 2022-10-29 | Move truncation next to other thread tests for tidy | Josh Stone | -25/+25 |
| 2022-10-29 | Truncate thread names on Linux and Apple targets | Josh Stone | -0/+43 |
| 2022-10-29 | Mark `std::os::wasi::io::AsFd` etc. as stable. | Dan Gohman | -20/+7 |
| 2022-10-29 | poll_fn and Unpin: fix pinning | Ralf Jung | -4/+7 |
| 2022-10-20 | Avoid defensive re-initialization of the BufReader buffer | Ben Kimock | -3/+48 |
| 2022-10-08 | EscapeAscii is not an ExactSizeIterator | Michael Goulet | -2/+0 |
| 2022-10-06 | Revert "Use getentropy when possible on all Apple platforms" | BlackHoleFox | -56/+38 |
| 2022-09-19 | replace stabilization placeholders | Pietro Albini | -19/+19 |
| 2022-09-17 | Auto merge of #101938 - Dylan-DPC:rollup-6vlohhs, r=Dylan-DPC | bors | -3/+3 |
| 2022-09-17 | Rollup merge of #101931 - msakuta:master, r=thomcc | Dylan DPC | -1/+1 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -2/+2 |
| 2022-09-17 | Auto merge of #101784 - reitermarkus:const-memchr, r=thomcc | bors | -25/+23 |
| 2022-09-17 | Fix a typo in docstring | msakuta | -1/+1 |
| 2022-09-16 | Rollup merge of #101802 - chriss0612:const_fn_trait_ref_impls, r=fee1-dead | Dylan DPC | -10/+15 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -2/+2 |
| 2022-09-15 | Rollup merge of #101810 - raldone01:feat/const_partial_eq_ordering, r=fee1-dead | Matthias Krüger | -1/+14 |
| 2022-09-15 | Rollup merge of #101559 - andrewpollack:add-backtrace-off-fuchsia, r=tmandry | Matthias Krüger | -17/+16 |
| 2022-09-14 | Adding backtrace off option for fuchsia targets | Andrew Pollack | -17/+16 |
| 2022-09-14 | Constify `PartialEq` for Ordering. | raldone01 | -1/+14 |
| 2022-09-14 | Added Tracking Issue number. | onestacked | -5/+5 |
| 2022-09-14 | Constify impl Fn* &(mut) Fn* | onestacked | -10/+15 |
| 2022-09-14 | Simplify `const` `memchr`. | Markus Reiter | -25/+23 |
| 2022-09-13 | Rollup merge of #101754 - NaokiM03:rename-log-to-ilog, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-09-13 | Rollup merge of #101745 - jay3332:patch-1, r=JohnTitor | Dylan DPC | -1/+1 |
| 2022-09-13 | Fix doc of log function | NaokiM03 | -1/+1 |
| 2022-09-13 | Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomcc | bors | -48/+106 |
| 2022-09-12 | Fix typo in concat_bytes documentation | Jay3332 | -1/+1 |
| 2022-09-12 | Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obk | Guillaume Gomez | -12/+37 |
| 2022-09-12 | Simplify `clippy` fix. | Markus Reiter | -2/+0 |
| 2022-09-12 | Add `rustc_diagnostic_item` for IP addresses. | Markus Reiter | -0/+5 |
| 2022-09-12 | Flatten `net` module again. | Markus Reiter | -9/+7 |
| 2022-09-12 | Move `net::parser` into `net::addr` module. | Markus Reiter | -3/+3 |
| 2022-09-12 | Add tests for `SockAddr` `Display`. | Markus Reiter | -0/+69 |
| 2022-09-12 | Use `DisplayBuffer` for socket addresses. | Markus Reiter | -46/+34 |
| 2022-09-12 | constify `CStr` methods | Maybe Waffle | -12/+37 |
| 2022-09-12 | Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPC | Dylan DPC | -20/+20 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -27/+5 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -0/+9 |
| 2022-09-11 | Auto merge of #101442 - joboet:null_check_tcs, r=thomcc | bors | -2/+6 |
| 2022-09-11 | Auto merge of #101299 - saethlin:vecdeque-drain-drop, r=thomcc | bors | -11/+36 |
| 2022-09-11 | std: check if TCS is a null pointer | joboet | -2/+6 |
| 2022-09-11 | Auto merge of #101482 - joboet:netbsd_parker, r=sanxiyn | bors | -12/+136 |
| 2022-09-11 | Fix naming format of IEEE 754 standard | LingMan | -20/+20 |
| 2022-09-11 | Auto merge of #101643 - ChrisDenton:alloc-link-kernel32, r=thomcc | bors | -0/+1 |
| 2022-09-10 | Alternate approach; just modify Drain | Ben Kimock | -52/+59 |
| 2022-09-10 | Remove &[T] from vec_deque::Drain | Ben Kimock | -23/+41 |
| 2022-09-10 | std: optimize thread parking on NetBSD | joboet | -12/+136 |
| 2022-09-10 | Rollup merge of #101606 - akhi3030:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-09-10 | Explicitly link kernel32.lib from alloc | Chris Denton | -0/+1 |