| Age | Commit message (Expand) | Author | Lines |
| 2020-08-11 | Move the std::vec link back to a path-based link to make it compile with --st... | Alexis Bourget | -1/+1 |
| 2020-08-11 | prefer pattern matching over indexing | Lzu Tao | -13/+10 |
| 2020-08-11 | Revert #tymethods | Prabakaran Kumaresshan | -6/+6 |
| 2020-08-11 | Fix minor things in the `f32` primitive docs | Lukas Kalbertodt | -5/+3 |
| 2020-08-11 | Switch to intra-doc links in library/std/src/os/*/fs.rs | Prabakaran Kumaresshan | -23/+23 |
| 2020-08-11 | Rollup merge of #75085 - lzutao:ip_union, r=cuviper | Yuki Okushi | -27/+28 |
| 2020-08-11 | Auto merge of #74621 - LukasKalbertodt:float-docs, r=GuillaumeGomez | bors | -3/+41 |
| 2020-08-11 | add Ipv6Addr::to_ipv4_mapped | 南浦月 | -0/+40 |
| 2020-08-10 | Move to doc links inside the prelude | Alexis Bourget | -59/+26 |
| 2020-08-10 | Move to doc links inside std/time.rs | Alexis Bourget | -24/+4 |
| 2020-08-10 | Reverse formatting | Ryan Levick | -5/+1 |
| 2020-08-10 | Fix up docs | Ryan Levick | -9/+9 |
| 2020-08-10 | Transmute between big endian `s6_addr` and `[u16; 8]`. | Lzu Tao | -27/+28 |
| 2020-08-10 | Rollup merge of #75286 - pickfire:patch-9, r=jyn514 | Yuki Okushi | -1/+5 |
| 2020-08-10 | Rollup merge of #74200 - poliorcetics:std-panicking-unsafe-block-in-unsafe-fn... | Yuki Okushi | -7/+49 |
| 2020-08-10 | show multiple slashes starts_with Path example | Ivan Tham | -1/+2 |
| 2020-08-09 | Add RUST_STD_FREEBSD_12_ABI env variable | Greg V | -1/+13 |
| 2020-08-09 | Auto merge of #75293 - poliorcetics:intra-doc-links-std-path, r=jyn514 | bors | -151/+45 |
| 2020-08-08 | clarify documentation of remove_dir errors | Eric Seppanen | -1/+3 |
| 2020-08-09 | Rollup merge of #75289 - pickfire:patch-12, r=jonas-schievink | Yuki Okushi | -2/+2 |
| 2020-08-09 | Rollup merge of #75288 - pickfire:patch-11, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-08-09 | Rollup merge of #75287 - pickfire:patch-10, r=jonas-schievink | Yuki Okushi | -0/+2 |
| 2020-08-09 | Rollup merge of #75285 - pickfire:patch-8, r=jonas-schievink | Yuki Okushi | -2/+3 |
| 2020-08-09 | Rollup merge of #75284 - pickfire:patch-7, r=LukasKalbertodt | Yuki Okushi | -0/+7 |
| 2020-08-09 | Rollup merge of #75262 - pickfire:patch-6, r=jyn514 | Yuki Okushi | -6/+4 |
| 2020-08-09 | Rollup merge of #75162 - poliorcetics:move-documentation-fix, r=jyn514 | Yuki Okushi | -2/+18 |
| 2020-08-09 | Rollup merge of #74842 - hermitcore:thread_local, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2020-08-08 | Auto merge of #75163 - canova:map_into_keys_values, r=dtolnay | bors | -0/+152 |
| 2020-08-08 | Update the tracking issue number of map_into_keys_values | Nazım Can Altınova | -12/+12 |
| 2020-08-08 | Add an example about the behaviour of move and Fn* traits | Alexis Bourget | -5/+17 |
| 2020-08-08 | Move to intra-doc links in library/std/src/path.rs | Alexis Bourget | -151/+45 |
| 2020-08-08 | Auto merge of #74289 - lzutao:unroll, r=LukasKalbertodt | bors | -28/+13 |
| 2020-08-08 | Remove abmiguity from PathBuf pop example | Ivan Tham | -2/+2 |
| 2020-08-08 | Use assert! for Path exists example to check bool | Ivan Tham | -1/+1 |
| 2020-08-08 | Show Path extension example change multi extension | Ivan Tham | -0/+2 |
| 2020-08-08 | Add additonal case for Path starts with | Ivan Tham | -1/+4 |
| 2020-08-08 | Separate example for Path strip_prefix | Ivan Tham | -2/+3 |
| 2020-08-08 | Show relative example for Path ancestors | Ivan Tham | -0/+7 |
| 2020-08-07 | Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ... | Alan Egerton | -11/+47 |
| 2020-08-08 | Show multi extension example for Path in doctests | Ivan Tham | -6/+4 |
| 2020-08-07 | Only print the fields that are relevant to iterators for Debug of IntoKeys an... | Nazım Can Altınova | -2/+2 |
| 2020-08-07 | Add unit tests for new `HashMap::into_{keys,values}` methods | Nazım Can Altınova | -0/+24 |
| 2020-08-07 | Add `into_{keys,values}` methods for HashMap | Nazım Can Altınova | -0/+128 |
| 2020-08-07 | Auto merge of #70052 - Amanieu:hashbrown7, r=Mark-Simulacrum | bors | -4/+4 |
| 2020-08-07 | Add more examples to Path ends_with | Ivan Tham | -0/+5 |
| 2020-08-07 | Update hashbrown to 0.8.1 | Amanieu d'Antras | -4/+4 |
| 2020-08-07 | Rollup merge of #75179 - lzutao:unsed-ipv4-frominner, r=alexcrichton | Yuki Okushi | -5/+0 |
| 2020-08-07 | Rollup merge of #75175 - lzutao:doctest-ipv4-fromu32, r=cuviper | Yuki Okushi | -4/+4 |
| 2020-08-06 | Keep stdout open in limit_vector_count test | Tomasz Miąsko | -2/+2 |
| 2020-08-06 | Auto merge of #75086 - lzutao:u32const, r=oli-obk | bors | -9/+3 |