summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-08-11Move the std::vec link back to a path-based link to make it compile with --st...Alexis Bourget-1/+1
2020-08-11prefer pattern matching over indexingLzu Tao-13/+10
2020-08-11Revert #tymethodsPrabakaran Kumaresshan-6/+6
2020-08-11Fix minor things in the `f32` primitive docsLukas Kalbertodt-5/+3
2020-08-11Switch to intra-doc links in library/std/src/os/*/fs.rsPrabakaran Kumaresshan-23/+23
2020-08-11Rollup merge of #75085 - lzutao:ip_union, r=cuviperYuki Okushi-27/+28
2020-08-11Auto merge of #74621 - LukasKalbertodt:float-docs, r=GuillaumeGomezbors-3/+41
2020-08-11add Ipv6Addr::to_ipv4_mapped南浦月-0/+40
2020-08-10Move to doc links inside the preludeAlexis Bourget-59/+26
2020-08-10Move to doc links inside std/time.rsAlexis Bourget-24/+4
2020-08-10Reverse formattingRyan Levick-5/+1
2020-08-10Fix up docsRyan Levick-9/+9
2020-08-10Transmute between big endian `s6_addr` and `[u16; 8]`.Lzu Tao-27/+28
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-09Add RUST_STD_FREEBSD_12_ABI env variableGreg V-1/+13
2020-08-09Auto merge of #75293 - poliorcetics:intra-doc-links-std-path, r=jyn514bors-151/+45
2020-08-08clarify documentation of remove_dir errorsEric Seppanen-1/+3
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-07Add more examples to Path ends_withIvan Tham-0/+5
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