| Age | Commit message (Expand) | Author | Lines |
| 2021-03-07 | Rollup merge of #82292 - SkiFire13:fix-issue-82291, r=m-ou-se | Yuki Okushi | -4/+32 |
| 2021-03-07 | Rollup merge of #82130 - jhpratt:const-option-result, r=RalfJung | Yuki Okushi | -5/+11 |
| 2021-03-07 | Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+31 |
| 2021-03-06 | Make some Option, Result methods unstably const | Jacob Pratt | -5/+11 |
| 2021-03-06 | tweak MaybeUninit docs | Ralf Jung | -4/+5 |
| 2021-03-06 | Improve transmute docs with further clarifications | Lonami | -9/+18 |
| 2021-03-05 | (std::net::parser): Fix capitalization of IP versions | pierwill | -16/+16 |
| 2021-03-05 | Auto merge of #74024 - Folyd:master, r=m-ou-se | bors | -29/+80 |
| 2021-03-05 | Bump libc dependency of std to 0.2.88. | Maarten de Vries | -1/+1 |
| 2021-03-05 | stabilize feature(osstring_ascii) | zseri | -12/+6 |
| 2021-03-05 | Add relevant test | Giacomo Stevanato | -0/+23 |
| 2021-03-05 | Prevent Zip specialization from calling __iterator_get_unchecked twice with t... | Giacomo Stevanato | -4/+9 |
| 2021-03-05 | std: Fix a bug on the wasm32-wasi target opening files | Alex Crichton | -4/+2 |
| 2021-03-05 | Implement String::remove_matches | Josh Cotton | -0/+84 |
| 2021-03-05 | Rollup merge of #82773 - mgacek8:feature/add_diagnostic_item_to_Default_trait... | Mara | -0/+1 |
| 2021-03-05 | Rollup merge of #82770 - m-ou-se:assert-match, r=joshtriplett | Mara | -25/+139 |
| 2021-03-05 | Rollup merge of #82764 - m-ou-se:map-try-insert, r=Amanieu | Mara | -1/+157 |
| 2021-03-05 | Rollup merge of #82728 - calebsander:refactor/bufreader-buf, r=m-ou-se | Mara | -4/+4 |
| 2021-03-05 | Rollup merge of #82289 - SkiFire13:fix-issue-82282, r=m-ou-se | Mara | -1/+22 |
| 2021-03-05 | Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco | Mara | -0/+1 |
| 2021-03-05 | Rollup merge of #81136 - Xavientois:io_reader_size_hint, r=cramertj | Mara | -3/+103 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -10/+17 |
| 2021-03-04 | Add tracking issue for assert_matches. | Mara Bos | -2/+2 |
| 2021-03-04 | slice: Stabilize IterMut::as_slice. | Emilio Cobos Álvarez | -2/+8 |
| 2021-03-04 | Don't consume the expression in assert_matches!()'s failure case. | Mara Bos | -4/+4 |
| 2021-03-04 | Add diagnostic item to `Default` trait | Mateusz Gacek | -0/+1 |
| 2021-03-04 | Fix assert_matches doc examples. | Mara Bos | -2/+6 |
| 2021-03-04 | Add debug_assert_matches macro. | Mara Bos | -2/+36 |
| 2021-03-04 | Allow for multiple patterns and a guard in assert_matches. | Mara Bos | -23/+23 |
| 2021-03-04 | Add assert_matches!(expr, pat). | Mara Bos | -25/+101 |
| 2021-03-04 | Add tracking issue for map_try_insert. | Mara Bos | -10/+10 |
| 2021-03-04 | Remove unnecessary bound from HashMap::try_insert. | Mara Bos | -4/+1 |
| 2021-03-04 | Ignore file length tidy warning in hash/map.rs. | Mara Bos | -0/+2 |
| 2021-03-04 | Auto merge of #81451 - nikic:llvm-12, r=nagisa | bors | -0/+1 |
| 2021-03-04 | Implement Error for OccupiedError. | Mara Bos | -0/+45 |
| 2021-03-04 | Improve Debug implementations of OccupiedError. | Mara Bos | -3/+14 |
| 2021-03-04 | Add HashMap::try_insert and hash_map::OccupiedError. | Mara Bos | -0/+46 |
| 2021-03-04 | Add BTreeMap::try_insert and btree_map::OccupiedError. | Mara Bos | -1/+56 |
| 2021-03-04 | Add regression test for `Vec::extend_from_within` leak | Waffle | -3/+47 |
| 2021-03-04 | Fix leak in Vec::extend_from_within | Waffle | -16/+27 |
| 2021-03-04 | ExitStatus tests: Make less legible to satisfy "tidy" | Ian Jackson | -2/+4 |
| 2021-03-04 | ExitStatus unknown wait status test: Make it Linux only | Ian Jackson | -1/+1 |
| 2021-03-04 | ExitStatus stop signal display test: Make it Linux only | Ian Jackson | -2/+7 |
| 2021-03-04 | Rollup merge of #82564 - WaffleLapkin:revert_spare_mut, r=RalfJung | Yuki Okushi | -10/+19 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -1/+2 |
| 2021-03-04 | improve offset_from docs | Ralf Jung | -14/+26 |
| 2021-03-03 | Remove useless comparison since now self.index <= self.len is an invariant | Giacomo Stevanato | -1/+1 |
| 2021-03-03 | Add test for underflow in specialized Zip's size_hint | Giacomo Stevanato | -0/+20 |
| 2021-03-03 | Increment self.len in specialized ZipImpl to avoid underflow in size_hint | Giacomo Stevanato | -0/+1 |