| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Rollup merge of #89707 - clemenswasser:apply_clippy_suggestions, r=Mark-Simul... | Matthias Krüger | -4/+2 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -4/+2 |
| 2021-10-09 | Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahc | Guillaume Gomez | -3/+3 |
| 2021-10-05 | Apply suggestions from code review | Jane Lusby | -3/+3 |
| 2021-09-16 | Merge two THREAD_INFO.with and following RefCell borrow | bjorn3 | -2/+5 |
| 2021-09-16 | Replace a couple of asserts with rtassert! in rt code | bjorn3 | -1/+1 |
| 2021-09-16 | Remove unused function | bjorn3 | -4/+0 |
| 2021-09-16 | Use const {} for the THREAD_INFO thread local | bjorn3 | -1/+2 |
| 2021-09-16 | Optimize ThreadInfo::with | bjorn3 | -6/+7 |
| 2021-09-16 | Merge sys_common::rt into rt | bjorn3 | -83/+0 |
| 2021-08-30 | add `TcpStream::set_linger` and `TcpStream::linger` | ibraheemdev | -0/+8 |
| 2021-08-28 | std: Stabilize command_access | Jade | -3/+3 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -2/+2 |
| 2021-08-19 | I/O safety. | Dan Gohman | -24/+18 |
| 2021-08-12 | Auto merge of #87963 - GuillaumeGomez:rollup-e54sbez, r=GuillaumeGomez | bors | -4/+6 |
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -1/+3 |
| 2021-08-08 | Fix Windows Command::env("PATH") | Chris Denton | -4/+6 |
| 2021-08-02 | Rollup merge of #86509 - CDirkx:os_str, r=m-ou-se | Yuki Okushi | -268/+0 |
| 2021-07-29 | [backtraces]: look for the `begin` symbol only after seeing `end` | Wesley Wiser | -1/+1 |
| 2021-07-03 | Move `os_str_bytes` to `sys::unix` and reuse it on other platforms. | Christiaan Dirkx | -268/+0 |
| 2021-06-21 | Merge `sys_common::bytestring` into `os_str_bytes` | Christiaan Dirkx | -50/+28 |
| 2021-06-20 | Auto merge of #84967 - CDirkx:os_str_ext, r=m-ou-se | bors | -71/+6 |
| 2021-06-20 | Make `os_str_bytes::{Buf, Slice}` `pub` and `repr(transparent)` | Christiaan Dirkx | -8/+4 |
| 2021-06-20 | Move `OsStringExt` and `OsStrExt` to `std::os` | Christiaan Dirkx | -63/+2 |
| 2021-06-20 | Auto merge of #86463 - fee1-dead:fixed-encode_wide, r=m-ou-se | bors | -1/+14 |
| 2021-06-19 | Account for self.extra in size_hint for EncodeWide | Deadbeef | -1/+14 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -3/+3 |
| 2021-06-01 | Multiple improvements to RwLocks | Benoît du Garreau | -37/+83 |
| 2021-05-21 | Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahc | bors | -0/+8 |
| 2021-05-20 | Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se | Guillaume Gomez | -0/+138 |
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca... | Chris Denton | -0/+8 |
| 2021-05-19 | Rename `rterr` to `rtprintpanic` | Christiaan Dirkx | -2/+6 |
| 2021-05-19 | Replace `sys_common::util::dumb_print` with `rterr!` | Christiaan Dirkx | -10/+0 |
| 2021-05-19 | Replace `sys_common::util::report_overflow` with `rterr!` | Christiaan Dirkx | -9/+0 |
| 2021-05-19 | Remove `sys_common::util::abort` | Christiaan Dirkx | -11/+6 |
| 2021-05-19 | Introduce `sys_common::rt::rterr!` | Christiaan Dirkx | -1/+9 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -0/+138 |
| 2021-04-27 | Override `clone_from` method for PathBuf and OsString | Benoît du Garreau | -1/+13 |
| 2021-04-25 | Auto merge of #84115 - CDirkx:rt, r=m-ou-se | bors | -127/+66 |
| 2021-04-24 | Rollup merge of #84387 - CDirkx:poison, r=m-ou-se | Yuki Okushi | -258/+0 |
| 2021-04-22 | Rollup merge of #84402 - CDirkx:rwlock, r=dtolnay | Dylan DPC | -59/+0 |
| 2021-04-22 | Remove `Once` from `init` | Christiaan Dirkx | -5/+6 |
| 2021-04-22 | Document that `init` and `cleanup` are not guaranteed to run | Christiaan Dirkx | -2/+3 |
| 2021-04-22 | Apply suggestions from review | Christiaan Dirkx | -2/+2 |
| 2021-04-22 | Move most init to `sys::init` | Christiaan Dirkx | -6/+1 |
| 2021-04-22 | Move all cleanup to `sys::cleanup` | Christiaan Dirkx | -2/+0 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -127/+71 |
| 2021-04-22 | Move `sys_common::poison` to `sync::poison` | Christiaan Dirkx | -258/+0 |
| 2021-04-21 | Move `sys_common::rwlock::StaticRWLock` etc. to `sys::unix::rwlock` | Christiaan Dirkx | -59/+0 |