summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-10-15Also note tool expectations of fork vs clone3Josh Stone-0/+2
2021-10-15Update another comment on fork vs. clone3Josh Stone-2/+2
2021-10-15Only use `clone3` when needed for pidfdJosh Stone-1/+5
2021-10-14Use correct edition for panic in [debug_]assert!() etc.Mara Bos-0/+1
2021-10-13revert stabilization of `core::task::ready!`Ibraheem Ahmed-2/+5
2021-10-13Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-12/+19
2021-10-04Rollup merge of #89184 - joshtriplett:master, r=estebankJubilee-48/+48
2021-10-04Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-0/+9
2021-10-04Auto merge of #88587 - bdbai:fix/uwpio, r=joshtriplettbors-4/+7
2021-09-03Rollup merge of #88613 - m-ou-se:array-docs-2021, r=AmanieuMara Bos-7/+11
2021-09-03Rollup merge of #88610 - m-ou-se:array-into-iter-docs, r=AmanieuMara Bos-2/+7
2021-09-03Rollup merge of #88579 - ast-ral:master, r=m-ou-seMara Bos-4/+0
2021-09-03Rollup merge of #88507 - atsuzaki:slice-fill-maybeuninit-test, r=RalfJungMara Bos-0/+8
2021-09-03Rollup merge of #88202 - azdavis:master, r=jyn514Mara Bos-0/+12
2021-09-03Update primitive docs for rust 2021.Mara Bos-7/+11
2021-09-03Update outdated docs of array::IntoIter::new.Mara Bos-2/+7
2021-09-02Auto merge of #88596 - m-ou-se:rollup-cidzt4v, r=m-ou-sebors-25/+372
2021-09-02Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplettMara Bos-0/+346
2021-09-02Rollup merge of #88560 - klensy:formatter-pad-shrink, r=m-ou-seMara Bos-12/+17
2021-09-02Rollup merge of #88505 - ibraheemdev:use-unwrap-unchecked, r=kennytmMara Bos-11/+8
2021-09-02Rollup merge of #88177 - joshtriplett:stabilize-chroot, r=m-ou-seMara Bos-2/+1
2021-09-02Auto merge of #87580 - ChrisDenton:win-arg-parse-2008, r=m-ou-sebors-123/+201
2021-09-02Implement #88581Jacob Pratt-0/+346
2021-09-01remove redundant / misplaced sentence from docsast-ral-4/+0
2021-09-02Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-sebors-15/+91
2021-09-01fix clippy lintsklensy-3/+3
2021-09-01`fmt::Formatter::pad`: don't call chars().count() more than one timeklensy-9/+14
2021-09-01Rollup merge of #88551 - inquisitivecrystal:unsafe_cell_raw_get, r=m-ou-seMara Bos-4/+34
2021-09-01Rollup merge of #88548 - inquisitivecrystal:intersperse, r=m-ou-seMara Bos-19/+12
2021-09-01Rollup merge of #88542 - tavianator:readdir_r-errno, r=jyn514Mara Bos-2/+3
2021-09-01Rollup merge of #88040 - nbdd0121:btreemap, r=m-ou-seMara Bos-44/+24
2021-08-31Add a few tests for `UnsafeCell`inquisitivecrystal-0/+32
2021-08-31Stabilize `Iterator::intersperse()`inquisitivecrystal-19/+12
2021-08-31Stabilize `UnsafeCell::raw_get()`inquisitivecrystal-4/+2
2021-08-31Use the return value of readdir_r() instead of errnoTavian Barnes-2/+3
2021-08-31Rollup merge of #88524 - soenkehahn:master, r=jyn514Mara Bos-1/+1
2021-08-31Rollup merge of #88495 - ibraheemdev:tcp-linger, r=joshtriplettMara Bos-1/+165
2021-08-31Rollup merge of #85017 - clarfonthey:carrying_widening, r=m-ou-seMara Bos-0/+202
2021-08-31Move to the top of fileKatherine Philip-2/+1
2021-08-31disable `tcp_linger` feature in `std`Ibraheem Ahmed-1/+0
2021-08-31add safety annotation to `LinkedList::detach_all_nodes`Ibraheem Ahmed-0/+3
2021-08-31Rollup merge of #88465 - marcospb19:master, r=joshtriplettMara Bos-11/+37
2021-08-31Rollup merge of #88394 - ChrisDenton:patch-1, r=joshtriplettMara Bos-0/+3
2021-08-30Remove unnecessary `mut` from udp doctestsSönke Hahn-1/+1
2021-08-30Add test case for using `slice::fill` with MaybeUninitKatherine Philip-0/+9
2021-08-30use `unwrap_unchecked` where possibleibraheemdev-11/+5
2021-08-30clean up `c::linger` conversionibraheemdev-2/+2
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-1/+166
2021-08-29Adding examples to docs of std::time moduleJoão M. Bezerra-11/+37
2021-08-29Rollup merge of #88381 - rtzoeller:dfly_stack_t_ss_sp_void, r=dtolnayGuillaume Gomez-14/+0