| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | remove optimistic spinning from `mpsc::SyncSender` | Ibraheem Ahmed | -23/+7 |
| 2023-01-14 | Rollup merge of #106799 - scottmcm:remove-unused-generics, r=cuviper | Yuki Okushi | -29/+29 |
| 2023-01-13 | Rollup merge of #106701 - ibraheemdev:sync-sender-spin, r=Amanieu | Matthias Krüger | -33/+49 |
| 2023-01-12 | Stop having unused lifetimes on some `impl`s | Scott McMurray | -29/+29 |
| 2023-01-13 | Rollup merge of #106446 - bzEq:fix-unwind-lsda, r=Amanieu | Yuki Okushi | -9/+22 |
| 2023-01-12 | Avoid __cxa_thread_atexit_impl on Emscripten | Ingvar Stepanyan | -8/+2 |
| 2023-01-12 | Rollup merge of #106638 - RalfJung:realstd, r=thomcc | Matthias Krüger | -7/+15 |
| 2023-01-11 | rework and document backoff behavior of `sync::mpsc` | Ibraheem Ahmed | -31/+30 |
| 2023-01-11 | Stop probing for statx unless necessary | Mateusz Guzik | -27/+41 |
| 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-10 | add `SyncSender::send_timeout` test | Ibraheem Ahmed | -1/+18 |
| 2023-01-10 | fix `SyncSender` spinning behavior | Ibraheem Ahmed | -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 | Add comment | Kai Luo | -1/+3 |
| 2023-01-09 | Move to intepret_cs_action | Kai Luo | -24/+17 |
| 2023-01-09 | Add comments | Kai Luo | -0/+2 |
| 2023-01-09 | std test: better type name, clarifying comment | Ralf Jung | -12/+12 |
| 2023-01-09 | Also check ttype_index when using SJLJ | Kai Luo | -2/+10 |
| 2023-01-09 | Disable `linux_ext` in wasm32 and fortanix rustdoc builds. | John Millikin | -0/+9 |
| 2023-01-08 | Change memory ordering in System wrapper example | Mikail Bagishov | -4/+4 |
| 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 | -10/+39 |
| 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 | -10/+39 |
| 2023-01-04 | docs: fix broken link "search bar" | Michael Howell | -1/+1 |
| 2023-01-04 | [LSDA] Take ttype_index into account when taking action | Kai Luo | -2/+10 |
| 2023-01-04 | Rollup merge of #106327 - gimbles:dbg, r=jyn514 | Matthias Krüger | -0/+1 |
| 2023-01-04 | relax reference requirement on from_abstract_name | mllken | -2/+2 |
| 2023-01-03 | Rollup merge of #106045 - RalfJung:oom-nounwind-panic, r=Amanieu | Michael Goulet | -1/+1 |
| 2023-01-03 | Make ExitStatus an inhabited type on all platforms | Ian Jackson | -18/+19 |
| 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 | improve wording of `thread::park` docs | Ibraheem Ahmed | -4/+3 |
| 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-31 | std: use id-based thread parking on SOLID | joboet | -179/+40 |
| 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 | -29/+37 |
| 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 | -13/+12 |