| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | Rollup merge of #106638 - RalfJung:realstd, r=thomcc | Matthias Krüger | -7/+15 |
| 2023-01-11 | Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper | nils | -4/+6 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-11 | use with_capacity in read read_to_string | yukang | -4/+2 |
| 2023-01-09 | std tests: use __OsLocalKeyInner from realstd | Ralf Jung | -7/+15 |
| 2023-01-09 | std test: better type name, clarifying comment | Ralf Jung | -12/+12 |
| 2023-01-08 | Rollup merge of #103104 - SUPERCILEX:sep-ref, r=dtolnay | Yuki Okushi | -1/+1 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -15/+57 |
| 2023-01-08 | Remove unnecessary lseek syscall when using std::fs::read | yukang | -2/+6 |
| 2023-01-07 | docs: make `HashSet::retain` doctest more clear | Ezra Shaw | -1/+1 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -15/+57 |
| 2023-01-04 | docs: fix broken link "search bar" | Michael Howell | -1/+1 |
| 2023-01-04 | Rollup merge of #106327 - gimbles:dbg, r=jyn514 | Matthias Krüger | -0/+1 |
| 2023-01-03 | Rollup merge of #106045 - RalfJung:oom-nounwind-panic, r=Amanieu | Michael Goulet | -1/+1 |
| 2023-01-02 | Rollup merge of #104298 - tbu-:pr_set_extension_caveats, r=m-ou-se | Michael Goulet | -3/+30 |
| 2023-01-02 | default OOM handler: use non-unwinding panic (unless -Zoom=panic is set), to ... | Ralf Jung | -1/+1 |
| 2023-01-01 | Document a way to limit read_line length | Kornel | -2/+3 |
| 2023-01-01 | Document read_line gotcha | Kornel | -2/+5 |
| 2022-12-31 | Rollup merge of #106280 - Ezrashaw:path-join-docs-better, r=thomcc | Matthias Krüger | -0/+3 |
| 2022-12-31 | Add tidy check for dbg | gimbles | -0/+1 |
| 2022-12-30 | Rollup merge of #105903 - joboet:unify_parking, r=m-ou-se | Michael Goulet | -240/+207 |
| 2022-12-31 | Add notes and examples about non-intuitive `PathBuf::set_extension` behavior | Tobias Bucher | -3/+30 |
| 2022-12-30 | Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se | bors | -1/+21 |
| 2022-12-30 | Auto merge of #106296 - matthiaskrgr:rollup-ukdbqwx, r=matthiaskrgr | bors | -30/+38 |
| 2022-12-30 | Rollup merge of #104182 - gabhijit:ipv6-in6addr-any-doc-fix, r=m-ou-se | Matthias Krüger | -0/+9 |
| 2022-12-30 | std: remove unnecessary `#[cfg]` on NetBSD | joboet | -2/+0 |
| 2022-12-30 | std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c... | joboet | -24/+16 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -16/+16 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -14/+13 |
| 2022-12-30 | Auto merge of #105426 - flba-eb:fix_tls_destructor_unwinding, r=m-ou-se | bors | -7/+14 |
| 2022-12-30 | docs: add link to `Path::join` in `PathBuf::push` | Ezra Shaw | -0/+3 |
| 2022-12-29 | std: pass hint to id-based parking functions | joboet | -13/+13 |
| 2022-12-29 | std: unify id-based thread parking implementations | joboet | -231/+208 |
| 2022-12-29 | Auto merge of #105590 - solid-rs:patch/kmc-solid/thread-lifecycle-ordering, r... | bors | -9/+16 |
| 2022-12-29 | Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrum | bors | -70/+10 |
| 2022-12-28 | Rollup merge of #105998 - RalfJung:no-unwind-panic-msg, r=thomcc | Matthias Krüger | -1/+5 |
| 2022-12-28 | Rollup merge of #105497 - albertlarsan68:doc-panic-hook-and-catch-unwind, r=m... | Matthias Krüger | -0/+3 |
| 2022-12-28 | Rollup merge of #105359 - flba-eb:thread_local_key_sentinel_value, r=m-ou-se | Matthias Krüger | -8/+17 |
| 2022-12-28 | Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-12-28 | Rollup merge of #104402 - joboet:sync_remutex, r=m-ou-se | Matthias Krüger | -4/+5 |
| 2022-12-28 | Catch panics in destruction of TLS values | Florian Bartels | -7/+14 |
| 2022-12-28 | Clarify catch_unwind docs about panic hooks | Albert Larsan | -0/+3 |
| 2022-12-28 | delete more `cfg(bootstrap)` | Lukas Markeffsky | -19/+6 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -51/+4 |
| 2022-12-28 | adjust message on non-unwinding panic | Ralf Jung | -1/+5 |
| 2022-12-28 | Rollup merge of #104708 - jonasspinner:fix-backoff-doc-to-match-implementatio... | fee1-dead | -1/+1 |
| 2022-12-28 | Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomcc | bors | -2/+4 |
| 2022-12-27 | Auto merge of #106193 - compiler-errors:rollup-0l54wka, r=compiler-errors | bors | -4/+7 |
| 2022-12-27 | Rollup merge of #103718 - matklad:infer-lazy, r=dtolnay | Michael Goulet | -4/+7 |
| 2022-12-27 | Auto merge of #97176 - kraktus:cmd_debug, r=the8472 | bors | -8/+173 |