about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-03-09Auto merge of #82911 - m-ou-se:rollup-rjomgja, r=m-ou-sebors-1/+5
2021-03-08Auto merge of #82877 - ehuss:revert-rwlock, r=m-ou-sebors-72/+12
2021-03-08Rollup merge of #82870 - jfrimmel:improve-docs, r=jyn514Mara Bos-1/+5
2021-03-08Rollup merge of #82862 - athre0z:generalize-vec-write-impl, r=TimDiekmannDylan DPC-1/+2
2021-03-07Add note about the `#[doc(no-inline)]` usageJulian Frimmel-1/+5
2021-03-07Revert "use RWlock when accessing os::env #81850"Eric Huss-72/+12
2021-03-07Generalize Write impl for Vec<u8> to Vec<u8, A>Joel Höner-1/+2
2021-03-06Implement built-in attribute macro `#[cfg_eval]`Vadim Petrochenkov-0/+10
2021-03-05Rollup merge of #82770 - m-ou-se:assert-match, r=joshtriplettMara-2/+3
2021-03-05Rollup merge of #82764 - m-ou-se:map-try-insert, r=AmanieuMara-0/+87
2021-03-05Rollup merge of #82728 - calebsander:refactor/bufreader-buf, r=m-ou-seMara-4/+4
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-4/+4
2021-03-04Add debug_assert_matches macro.Mara Bos-2/+2
2021-03-04Add assert_matches!(expr, pat).Mara Bos-2/+3
2021-03-04Add tracking issue for map_try_insert.Mara Bos-6/+6
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-04Implement Error for OccupiedError.Mara Bos-0/+32
2021-03-04Improve Debug implementations of OccupiedError.Mara Bos-1/+11
2021-03-04Add HashMap::try_insert and hash_map::OccupiedError.Mara Bos-0/+46
2021-03-03Avoid unnecessary Vec construction in BufReaderCaleb Sander-4/+4
2021-03-03Fix std testsRyan Levick-4/+4
2021-03-03Auto merge of #82718 - JohnTitor:rollup-vpfx3j2, r=JohnTitorbors-46/+49
2021-03-03Rollup merge of #82712 - CDirkx:cfg-target_os, r=dtolnayYuki Okushi-1/+1
2021-03-03Rollup merge of #82589 - LinkTed:master, r=joshtriplettYuki Okushi-45/+48
2021-03-03Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplettbors-8/+34
2021-03-03Remove unnecessary conditional `cfg(target_os)` for `redox` and `vxworks`Christiaan Dirkx-1/+1
2021-03-02Rollup merge of #80189 - jyn514:convert-primitives, r=poliorceticsYuki Okushi-20/+15
2021-03-02Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514Guillaume Gomez-1/+3
2021-03-01Add missing stability attributes in libstdGuillaume Gomez-1/+3
2021-03-01Rollup merge of #82645 - rkjnsn:patch-3, r=Mark-SimulacrumJoshua Nelson-1/+4
2021-03-01Rollup merge of #82578 - camsteffen:diag-items, r=oli-obkJoshua Nelson-0/+1
2021-03-01Add diagnostic itemsCameron Steffen-0/+1
2021-02-28Clarify that SyncOnceCell::set blocks.Erik Jensen-1/+4
2021-02-28unix: Non-mutable bufs in send_vectored_with_ancillary_toLinkTed-45/+48
2021-02-28Auto merge of #82594 - nagisa:nagisa/remove-rumprun, r=petrochenkovbors-4/+4
2021-02-27Rollup merge of #82596 - matklad:rwlock, r=sfacklerDylan DPC-1/+3
2021-02-27Rollup merge of #82561 - tspiteri:cube-root, r=Dylan-DPCDylan DPC-2/+2
2021-02-27Rollup merge of #82395 - pickfire:see-more, r=GuillaumeGomezDylan DPC-2/+2
2021-02-27Update library/std/src/sync/rwlock.rsAleksey Kladov-1/+1
2021-02-27clarify RW lock's priority gotchaAleksey Kladov-1/+3
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-4/+4
2021-02-27Rollup merge of #82473 - de-vri-es:android-x86-accept4, r=m-ou-seDylan DPC-7/+1
2021-02-27Rollup merge of #82421 - sunfishcode:wasi-metadata-size, r=alexcrichtonDylan DPC-0/+5
2021-02-27Rollup merge of #82420 - sunfishcode:wasi-docs, r=alexcrichtonDylan DPC-29/+91
2021-02-26doc: cube root, not cubic rootTrevor Spiteri-2/+2
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-20/+15
2021-02-25Rollup merge of #82467 - ojeda:tidy-normalize-safety-comments, r=kennytmAaron Hill-8/+14