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