| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Revert "Add debug_assert_matches macro." | Mark Rousskov | -2/+2 |
| 2021-05-03 | Revert "Add assert_matches!(expr, pat)." | Mark Rousskov | -3/+2 |
| 2021-04-21 | Rollup merge of #83678 - GuillaumeGomez:hack-Self-keyword-conflict, r=jyn514 | Dylan DPC | -1/+5 |
| 2021-03-19 | Rollup merge of #83269 - bstrie:revertdep, r=m-ou-se | Dylan DPC | -2/+3 |
| 2021-03-19 | Rollup merge of #83215 - bstrie:dephaikuraw, r=joshtriplett | Dylan DPC | -0/+7 |
| 2021-03-19 | Rollup merge of #82892 - jix:clarify-read-read, r=joshtriplett | Dylan DPC | -2/+7 |
| 2021-03-19 | Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplett | Dylan DPC | -38/+1 |
| 2021-03-18 | Clarify docs for Read::read's return value | Jannis Harder | -2/+7 |
| 2021-03-18 | Revert the second deprecation of collections::Bound | bstrie | -2/+3 |
| 2021-03-18 | Auto merge of #77566 - Marwes:smaller_hashmap, r=Amanieu | bors | -1/+1 |
| 2021-03-18 | Rollup merge of #83223 - JohnTitor:display-err-from-mmap, r=joshtriplett | Dylan DPC | -4/+6 |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -2/+4 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -2/+3 |
| 2021-03-17 | Rollup merge of #82826 - pierwill:fix-IPv, r=JohnTitor | Yuki Okushi | -16/+16 |
| 2021-03-17 | Display error details when a `mmap` call fails | Yuki Okushi | -4/+6 |
| 2021-03-16 | Deprecate std::os::haiku::raw | bstrie | -0/+7 |
| 2021-03-16 | Rollup merge of #83160 - m-ou-se:deprecate-rustc-serialize-derives, r=petroch... | Yuki Okushi | -1/+1 |
| 2021-03-16 | Rollup merge of #81822 - Kixunil:path_try_exists, r=kennytm | Yuki Okushi | -0/+30 |
| 2021-03-16 | feat: Update hashbrown to instantiate less llvm IR | Markus Westerlind | -1/+1 |
| 2021-03-16 | Filled tracking issue for path_try_exists | Martin Habovstiak | -1/+1 |
| 2021-03-15 | Deprecate RustcEncodable and RustcDecodable. | Mara Bos | -1/+1 |
| 2021-03-15 | Auto merge of #83121 - the8472:env-rwlock-2, r=joshtriplett | bors | -12/+72 |
| 2021-03-14 | Revert "Revert "use RWlock when accessing os::env #81850"" | The8472 | -12/+72 |
| 2021-03-14 | Fix a typo in thread_local_dtor.rs | Motoki Ikeda | -1/+1 |
| 2021-03-14 | Rollup merge of #82943 - kornelski:threadstdio, r=joshtriplett | Yuki Okushi | -7/+18 |
| 2021-03-14 | Rollup merge of #82804 - alexcrichton:fix-wasi, r=pnkfelix | Yuki Okushi | -4/+2 |
| 2021-03-14 | Rollup merge of #82121 - lopopolo:pathbuf-osstring-extend, r=joshtriplett | Yuki Okushi | -0/+86 |
| 2021-03-11 | Auto merge of #82417 - the8472:fix-copy_file_range-append, r=m-ou-se | bors | -8/+28 |
| 2021-03-10 | Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett | Dylan DPC | -7/+19 |
| 2021-03-10 | Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis | Dylan DPC | -1/+36 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -2/+3 |
| 2021-03-10 | Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnay | Yuki Okushi | -11/+75 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -1/+1 |
| 2021-03-09 | Do not attempt to unlock envlock in child process after a fork. | The8472 | -7/+19 |
| 2021-03-09 | Demonstrate best practice for feeding stdin of a child processes | Kornel | -7/+18 |
| 2021-03-09 | Always compile the fragile wait status test cases, just run them conditionally | Ian Jackson | -6/+7 |
| 2021-03-09 | Rollup merge of #82731 - de-vri-es:bump-libc-for-std, r=Mark-Simulacrum | Mara Bos | -1/+1 |
| 2021-03-09 | Auto merge of #82911 - m-ou-se:rollup-rjomgja, r=m-ou-se | bors | -1/+5 |
| 2021-03-08 | Auto merge of #82877 - ehuss:revert-rwlock, r=m-ou-se | bors | -72/+12 |
| 2021-03-08 | Rollup merge of #82870 - jfrimmel:improve-docs, r=jyn514 | Mara Bos | -1/+5 |
| 2021-03-08 | Rollup merge of #82862 - athre0z:generalize-vec-write-impl, r=TimDiekmann | Dylan DPC | -1/+2 |
| 2021-03-07 | Add note about the `#[doc(no-inline)]` usage | Julian Frimmel | -1/+5 |
| 2021-03-07 | Revert "use RWlock when accessing os::env #81850" | Eric Huss | -72/+12 |
| 2021-03-07 | Generalize Write impl for Vec<u8> to Vec<u8, A> | Joel Höner | -1/+2 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+10 |
| 2021-03-05 | (std::net::parser): Fix capitalization of IP versions | pierwill | -16/+16 |
| 2021-03-05 | Bump libc dependency of std to 0.2.88. | Maarten de Vries | -1/+1 |
| 2021-03-05 | std: Fix a bug on the wasm32-wasi target opening files | Alex Crichton | -4/+2 |
| 2021-03-05 | Rollup merge of #82770 - m-ou-se:assert-match, r=joshtriplett | Mara | -2/+3 |
| 2021-03-05 | Rollup merge of #82764 - m-ou-se:map-try-insert, r=Amanieu | Mara | -0/+87 |