about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-08-10Rollup merge of #75286 - pickfire:patch-9, r=jyn514Yuki Okushi-1/+5
2020-08-10Rollup merge of #74200 - poliorcetics:std-panicking-unsafe-block-in-unsafe-fn...Yuki Okushi-7/+49
2020-08-10show multiple slashes starts_with Path exampleIvan Tham-1/+2
2020-08-09Auto merge of #75293 - poliorcetics:intra-doc-links-std-path, r=jyn514bors-151/+45
2020-08-09Rollup merge of #75289 - pickfire:patch-12, r=jonas-schievinkYuki Okushi-2/+2
2020-08-09Rollup merge of #75288 - pickfire:patch-11, r=jonas-schievinkYuki Okushi-1/+1
2020-08-09Rollup merge of #75287 - pickfire:patch-10, r=jonas-schievinkYuki Okushi-0/+2
2020-08-09Rollup merge of #75285 - pickfire:patch-8, r=jonas-schievinkYuki Okushi-2/+3
2020-08-09Rollup merge of #75284 - pickfire:patch-7, r=LukasKalbertodtYuki Okushi-0/+7
2020-08-09Rollup merge of #75262 - pickfire:patch-6, r=jyn514Yuki Okushi-6/+4
2020-08-09Rollup merge of #75162 - poliorcetics:move-documentation-fix, r=jyn514Yuki Okushi-2/+18
2020-08-09Rollup merge of #74842 - hermitcore:thread_local, r=Mark-SimulacrumYuki Okushi-2/+2
2020-08-08Auto merge of #75163 - canova:map_into_keys_values, r=dtolnaybors-0/+152
2020-08-08Update the tracking issue number of map_into_keys_valuesNazım Can Altınova-12/+12
2020-08-08Add an example about the behaviour of move and Fn* traitsAlexis Bourget-5/+17
2020-08-08Move to intra-doc links in library/std/src/path.rsAlexis Bourget-151/+45
2020-08-08Auto merge of #74289 - lzutao:unroll, r=LukasKalbertodtbors-28/+13
2020-08-08Remove abmiguity from PathBuf pop exampleIvan Tham-2/+2
2020-08-08Use assert! for Path exists example to check boolIvan Tham-1/+1
2020-08-08Show Path extension example change multi extensionIvan Tham-0/+2
2020-08-08Add additonal case for Path starts withIvan Tham-1/+4
2020-08-08Separate example for Path strip_prefixIvan Tham-2/+3
2020-08-08Show relative example for Path ancestorsIvan Tham-0/+7
2020-08-07Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ...Alan Egerton-11/+47
2020-08-08Show multi extension example for Path in doctestsIvan Tham-6/+4
2020-08-07Only print the fields that are relevant to iterators for Debug of IntoKeys an...Nazım Can Altınova-2/+2
2020-08-07Add unit tests for new `HashMap::into_{keys,values}` methodsNazım Can Altınova-0/+24
2020-08-07Add `into_{keys,values}` methods for HashMapNazım Can Altınova-0/+128
2020-08-07Auto merge of #70052 - Amanieu:hashbrown7, r=Mark-Simulacrumbors-4/+4
2020-08-07Update hashbrown to 0.8.1Amanieu d'Antras-4/+4
2020-08-07Rollup merge of #75179 - lzutao:unsed-ipv4-frominner, r=alexcrichtonYuki Okushi-5/+0
2020-08-07Rollup merge of #75175 - lzutao:doctest-ipv4-fromu32, r=cuviperYuki Okushi-4/+4
2020-08-06Keep stdout open in limit_vector_count testTomasz Miąsko-2/+2
2020-08-06Auto merge of #75086 - lzutao:u32const, r=oli-obkbors-9/+3
2020-08-05Add fallback for cfg(unix) targets that do not define libc::_SC_IOV_MAX.Adam Reichold-0/+7
2020-08-05Rely only on POSIX semantics for I/O vector countAdam Reichold-17/+3
2020-08-05Reduce synchronization overhead of I/O vector count memoizationAdam Reichold-10/+14
2020-08-05Memoize the I/O vector count limitAdam Reichold-12/+17
2020-08-05Query maximum vector count on Linux and macOSAdam Reichold-2/+36
2020-08-05Remove unused FromInner impl for Ipv4AddrLzu Tao-5/+0
2020-08-05Make doctests of Ipv4Addr::from(u32) easier to readLzu Tao-4/+4
2020-08-05Use u32::from_ne_bytes to fix a FIXMELzu Tao-9/+3
2020-08-04Fix the documentation for move about Fn traits implementationsAlexis Bourget-2/+6
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-12/+19
2020-08-03Merge branch 'master' into remove-in-place-allocTim Diekmann-31/+36
2020-08-02Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPCManish Goregaokar-4/+4
2020-08-02fix typosliuzhenyu-4/+4
2020-07-31Fix std::fs::File::metadata permission on WASI targetShen-Ta Hsieh-0/+1
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-1/+0
2020-07-30Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrumbors-14/+16