| Age | Commit message (Expand) | Author | Lines |
| 2019-11-13 | Remove some stack frames from `.async` calls | Steven Fackler | -33/+12 |
| 2019-11-14 | Centralize panic macro documentation | Chris Gregory | -47/+1 |
| 2019-11-13 | Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter... | Robin Kruppe | -4/+0 |
| 2019-11-13 | Fix broken links in Ipv4Addr::is_benchmarking docs | Benjamin Sago | -2/+2 |
| 2019-11-13 | Rollup merge of #66227 - bryanburgers:bufwriter-docs-fix-flush-link, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -19/+19 |
| 2019-11-13 | Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -2/+0 |
| 2019-11-13 | Merge remote-tracking branch 'rust-lang/master' into hermit | Stefan Lankes | -165/+308 |
| 2019-11-13 | protect creation of destructors by a mutex | Stefan Lankes | -0/+3 |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -2/+0 |
| 2019-11-12 | Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obk | bors | -1/+8 |
| 2019-11-11 | Don't attempt to get cwd when printing backtrace under Miri | Aaron Hill | -1/+8 |
| 2019-11-10 | Fix HashSet::union performance | Stepan Koltsov | -1/+1 |
| 2019-11-10 | Rollup merge of #66058 - mjptree:patch-2, r=kennytm | Yuki Okushi | -1/+1 |
| 2019-11-10 | Rollup merge of #66048 - mjptree:patch-1, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2019-11-10 | Rollup merge of #65719 - pitdicker:refactor_sync_once, r=Amanieu | Yuki Okushi | -125/+166 |
| 2019-11-09 | Auto merge of #63871 - BatmanAoD:FloatFnMustUse, r=withoutboats | bors | -9/+85 |
| 2019-11-09 | Update src/libstd/net/ip.rs
| mjptree | -1/+1 |
| 2019-11-09 | Run rustfmt on libstd/sync/once.rs | Paul Dicker | -32/+29 |
| 2019-11-08 | docs: Fix link to BufWriter::flush | Bryan Burgers | -1/+1 |
| 2019-11-08 | Rollup merge of #66165 - Wind-River:master_xyz, r=alexcrichton | Yuki Okushi | -12/+17 |
| 2019-11-08 | Rollup merge of #66157 - srinivasreddy:improv, r=alexcrichton | Yuki Okushi | -9/+9 |
| 2019-11-08 | Rollup merge of #65554 - gliderkite:bufreader-doc-enhance, r=KodrAus | Yuki Okushi | -2/+5 |
| 2019-11-06 | Ignore these tests ,since the called commands doesn't exist in VxWorks | Umesh Kalappa | -12/+17 |
| 2019-11-07 | Rollup merge of #66146 - 3442853561:patch-2, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2019-11-07 | Rollup merge of #66114 - golddranks:improve_thread_docs, r=Centril | Yuki Okushi | -0/+12 |
| 2019-11-07 | Rollup merge of #65794 - Centril:unimpl-internal, r=varkor | Yuki Okushi | -1/+1 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -19/+19 |
| 2019-11-07 | Try with crate::error::Error | Pyry Kontio | -1/+1 |
| 2019-11-06 | using 2.0.log(2.0) in examples does not make it clear which is the base and ... | Srinivas Reddy Thatiparthy | -9/+9 |
| 2019-11-06 | Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ... | bors | -0/+4 |
| 2019-11-06 | Update local.rs | 3442853561 | -2/+2 |
| 2019-11-06 | Fix the Error linking. | Pyry Kontio | -1/+1 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #66092 - niacat:master, r=nagisa | Mazdak Farrokhzad | -1/+2 |
| 2019-11-06 | Addressed review comments. | Pyry Kontio | -6/+6 |
| 2019-11-05 | Rollup merge of #66091 - Wind-River:master_xyz, r=cramertj | Pietro Albini | -1/+2 |
| 2019-11-05 | libstd: allow `improper_ctypes` in `sys/sgx` | David Wood | -0/+4 |
| 2019-11-05 | Improve std::thread::Result documentation | Pyry Kontio | -0/+12 |
| 2019-11-05 | Rollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPC | Pietro Albini | -4/+4 |
| 2019-11-05 | Don't mutate node.next | Paul Dicker | -36/+34 |
| 2019-11-04 | Use any() in code shared between FreeBSD and NetBSD | nia | -1/+1 |
| 2019-11-04 | Use KERN_ARND syscall for random numbers on NetBSD, same as FreeBSD. | nia | -1/+2 |
| 2019-11-04 | Implemented the home_dir for VxWorks | Umesh Kalappa | -1/+2 |
| 2019-11-03 | Correct deprecated `is_global` IPv6 documentation | mjptree | -1/+1 |
| 2019-11-02 | Correct error in documentation for Ipv4Addr method | mjptree | -1/+1 |
| 2019-11-02 | Auto merge of #65429 - Timmmm:withoptions, r=Mark-Simulacrum | bors | -2/+35 |
| 2019-11-01 | Rollup merge of #66005 - Wind-River:master_base, r=alexcrichton | Tyler Mandry | -1828/+60 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -3/+3 |
| 2019-10-31 | rephrase sentence regarding data loss when using BufReader::into_inner | Marco Conte | -2/+3 |