| Age | Commit message (Expand) | Author | Lines |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -87/+80 |
| 2022-04-04 | Rollup merge of #95467 - ChrisDenton:async-read-pipe, r=joshtriplett | Dylan DPC | -2/+140 |
| 2022-04-04 | Rollup merge of #95431 - golddranks:stabilize_total_cmp, r=scottmcm | Dylan DPC | -1/+0 |
| 2022-04-04 | Rollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnay | Dylan DPC | -1/+1 |
| 2022-04-04 | Correct calling convention | Chris Denton | -2/+2 |
| 2022-04-04 | Bump windows CommandExt::raw_arg to 1.62 | David Tolnay | -1/+1 |
| 2022-04-04 | Stabilize total_cmp | Pyry Kontio | -1/+0 |
| 2022-04-04 | Update library/std/src/sys/windows/pipe.rs | Chris Denton | -4/+6 |
| 2022-04-02 | Rollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-04-02 | Rollup merge of #95587 - m-ou-se:std-remove-associated-type-bounds, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2022-04-02 | Refer to u8 by absolute path in expansion of thread_local | David Tolnay | -3/+3 |
| 2022-04-02 | Rollup merge of #95557 - niluxv:issue-95533, r=dtolnay | Dylan DPC | -8/+8 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -23/+23 |
| 2022-04-01 | Fix `thread_local!` macro to be compatible with `no_implicit_prelude` | niluxv | -8/+8 |
| 2022-04-01 | Remove need for associated_type_bounds in std. | Mara Bos | -3/+4 |
| 2022-04-01 | Rollup merge of #95032 - m-ou-se:std-features, r=yaahc | Matthias Krüger | -63/+74 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -23/+23 |
| 2022-03-31 | Categorize and sort unstable features in std. | Mara Bos | -63/+74 |
| 2022-03-31 | Rollup merge of #95505 - sunfishcode:sunfishcode/fix-openbsd, r=dtolnay | Dylan DPC | -1/+1 |
| 2022-03-31 | Rollup merge of #95130 - workingjubilee:stably-finished, r=m-ou-se | Dylan DPC | -2/+1 |
| 2022-03-30 | Fix library/std compilation on openbsd. | Dan Gohman | -1/+1 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -2/+81 |
| 2022-03-30 | Don't stabilize ScopedJoinHandle::is_finished yet. | Mara Bos | -1/+0 |
| 2022-03-30 | Synchronize asynchronous pipe reads and writes | Chris Denton | -2/+138 |
| 2022-03-30 | Auto merge of #95241 - Gankra:cleaned-provenance, r=workingjubilee | bors | -82/+101 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -2/+2 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+79 |
| 2022-03-30 | Rollup merge of #95452 - yaahc:termination-version-correction, r=ehuss | Dylan DPC | -13/+13 |
| 2022-03-30 | Rollup merge of #95294 - sourcefrog:doc-copy, r=dtolnay | Dylan DPC | -3/+19 |
| 2022-03-29 | Warn that platform-specific behavior may change | Martin Pool | -1/+5 |
| 2022-03-29 | fix unix typedef | Aria Beingessner | -1/+1 |
| 2022-03-29 | mark FIXMES for all the places found that are probably offset_from | Aria Beingessner | -0/+2 |
| 2022-03-29 | cleanup some of the less terrifying library code | Aria Beingessner | -1/+1 |
| 2022-03-29 | revert changes that cast functions to raw pointers, portability hazard | Aria Beingessner | -11/+10 |
| 2022-03-29 | Make some linux/unix APIs better conform to strict provenance. | Alexis Beingessner | -36/+39 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -57/+72 |
| 2022-03-29 | fix since field version for termination stabilization | Jane Lusby | -13/+13 |
| 2022-03-29 | Rollup merge of #95256 - thomcc:fix-unwind-safe, r=m-ou-se | Dylan DPC | -5/+15 |
| 2022-03-29 | Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,... | Dylan DPC | -24/+68 |
| 2022-03-29 | Indicate the correct error code in the `compile_fail` block. | Thom Chiovoloni | -1/+1 |
| 2022-03-29 | Auto merge of #95375 - MarcusCalhoun-Lopez:i686_apple_darwin, r=m-ou-se | bors | -5/+8 |
| 2022-03-28 | Fix build on i686-apple-darwin systems | Marcus Calhoun-Lopez | -0/+3 |
| 2022-03-28 | Fix build on i686-apple-darwin systems | Marcus Calhoun-Lopez | -5/+5 |
| 2022-03-28 | Touch up ExitCode docs | Noa | -7/+26 |
| 2022-03-27 | Link to std::io's platform-specific behavior disclaimer | David Tolnay | -4/+13 |
| 2022-03-25 | std::process docs: linkify references to output, spawn and status | est31 | -7/+20 |
| 2022-03-24 | Document Linux kernel handoff in std::io::copy and std::fs::copy | Martin Pool | -2/+14 |
| 2022-03-23 | Add a `compile_fail` doctest to check that `io::Error: !UnwindSafe` | Thom Chiovoloni | -0/+9 |
| 2022-03-23 | Ensure io::Error's bitpacked repr doesn't accidentally impl UnwindSafe | Thom Chiovoloni | -5/+6 |
| 2022-03-23 | Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnay | bors | -100/+133 |