| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #75293 - poliorcetics:intra-doc-links-std-path, r=jyn514 | bors | -151/+45 |
| 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 | 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 |
| 2020-08-05 | Add fallback for cfg(unix) targets that do not define libc::_SC_IOV_MAX. | Adam Reichold | -0/+7 |
| 2020-08-05 | Rely only on POSIX semantics for I/O vector count | Adam Reichold | -17/+3 |
| 2020-08-05 | Reduce synchronization overhead of I/O vector count memoization | Adam Reichold | -10/+14 |
| 2020-08-05 | Memoize the I/O vector count limit | Adam Reichold | -12/+17 |
| 2020-08-05 | Query maximum vector count on Linux and macOS | Adam Reichold | -2/+36 |
| 2020-08-05 | Remove unused FromInner impl for Ipv4Addr | Lzu Tao | -5/+0 |
| 2020-08-05 | Make doctests of Ipv4Addr::from(u32) easier to read | Lzu Tao | -4/+4 |
| 2020-08-05 | Use u32::from_ne_bytes to fix a FIXME | Lzu Tao | -9/+3 |
| 2020-08-04 | Fix the documentation for move about Fn traits implementations | Alexis Bourget | -2/+6 |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -12/+19 |
| 2020-08-03 | Merge branch 'master' into remove-in-place-alloc | Tim Diekmann | -31/+36 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -4/+4 |
| 2020-08-02 | fix typos | liuzhenyu | -4/+4 |
| 2020-07-31 | Fix std::fs::File::metadata permission on WASI target | Shen-Ta Hsieh | -0/+1 |
| 2020-07-31 | Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 | bors | -1/+0 |
| 2020-07-30 | Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrum | bors | -14/+16 |