| Age | Commit message (Expand) | Author | Lines |
| 2017-08-13 | Rollup merge of #43833 - dtolnay:connect-timeout, r=sfackler | Guillaume Gomez | -1/+1 |
| 2017-08-13 | Rollup merge of #43824 - kennytm:fix-43232-hir-stats, r=petrochenkov | Guillaume Gomez | -0/+5 |
| 2017-08-13 | Rollup merge of #43822 - topecongiro:missing-span-let, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2017-08-13 | Rollup merge of #43821 - NilSet:redox-dns, r=alexcrichton | Guillaume Gomez | -14/+12 |
| 2017-08-13 | Rollup merge of #43819 - frewsxcv:frewsxcv-include, r=QuietMisdreavus | Guillaume Gomez | -8/+47 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -82/+83 |
| 2017-08-13 | Rollup merge of #43803 - GuillaumeGomez:missing-links-doc, r=frewsxcv | Guillaume Gomez | -39/+64 |
| 2017-08-13 | Rollup merge of #43782 - nrc:include, r=GuillaumeGomez | Guillaume Gomez | -30/+55 |
| 2017-08-13 | Auto merge of #43630 - Mark-Simulacrum:rustbuild-cleanups, r=alexcrichton | bors | -189/+236 |
| 2017-08-13 | Build rustdoc with the native build triple | Mark Simulacrum | -1/+1 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -75/+1261 |
| 2017-08-12 | Fix TcpStream::connect_timeout tracking issue number | David Tolnay | -1/+1 |
| 2017-08-13 | Cargotest needs only one rustdoc.exe to exist on Windows | Mark Simulacrum | -2/+8 |
| 2017-08-13 | Correct code to not run host-only tests. | Mark Simulacrum | -3/+7 |
| 2017-08-13 | Clean tools after building libstd/libtest/librustc. | Mark Simulacrum | -6/+21 |
| 2017-08-13 | Build rustdoc only at the top stage | Mark Simulacrum | -25/+21 |
| 2017-08-13 | Build rustdoc with the stageN compiler in N >= 2. | Mark Simulacrum | -0/+4 |
| 2017-08-13 | Make the message for building rustdoc slightly nicer | Mark Simulacrum | -32/+48 |
| 2017-08-13 | Add ability to ignore git when building rust. | Mark Simulacrum | -6/+11 |
| 2017-08-13 | Allow overriding build triple via flag. | Mark Simulacrum | -5/+7 |
| 2017-08-13 | Allow specifiying targets and hosts not in the config file. | Mark Simulacrum | -10/+0 |
| 2017-08-13 | Unify flags into config. | Mark Simulacrum | -117/+126 |
| 2017-08-12 | Auto merge of #43736 - ollie27:rustdoc_impls_js, r=QuietMisdreavus | bors | -0/+27 |
| 2017-08-12 | Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavus | bors | -529/+615 |
| 2017-08-12 | std::ops docs: incorporated changes suggested in review | lukaramu | -58/+82 |
| 2017-08-12 | Auto merge of #43820 - sfackler:move-config-template, r=alexcrichton | bors | -334/+2 |
| 2017-08-12 | Add missing link in fmt::format function | Guillaume Gomez | -22/+24 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -82/+83 |
| 2017-08-12 | Auto merge of #43746 - eddyb:sound-thread-local, r=alexcrichton | bors | -74/+378 |
| 2017-08-12 | Fix `-Z hir-stats` always panics (fix #43232). | kennytm | -0/+5 |
| 2017-08-12 | Check #[thread_local] statics correctly in the compiler. | Eduard-Mihai Burtescu | -43/+223 |
| 2017-08-12 | Auto merge of #43812 - steveklabnik:rustdoc-doc-tests, r=QuietMisdreavus | bors | -1/+237 |
| 2017-08-12 | Include 'let' keyword to the span for ast::Local | topecongiro | -1/+1 |
| 2017-08-12 | syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros. | Eduard-Mihai Burtescu | -31/+155 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -27/+27 |
| 2017-08-11 | Move config.toml.example to the root dir | Steven Fackler | -334/+2 |
| 2017-08-11 | Handle DNS label compression in more places | Thomas Levy | -14/+12 |
| 2017-08-12 | Add complete doc example for `include_str!`. | Corey Farwell | -1/+18 |
| 2017-08-12 | Add complete doc example for `include_bytes!`. | Corey Farwell | -1/+18 |
| 2017-08-12 | Demonstrate `include!` with Rust code, not just a string slice literal. | Corey Farwell | -6/+11 |
| 2017-08-12 | Fix error during cross-platform documentation. | kennytm | -2/+21 |
| 2017-08-12 | Auto merge of #43792 - steveklabnik:rustdoc-directives, r=frewsxcv | bors | -4/+179 |
| 2017-08-12 | Auto merge of #43772 - arielb1:nonfree-block, r=nagisa | bors | -157/+84 |
| 2017-08-11 | Auto merge of #43766 - michaelwoerister:trans-scheduler-touch-up, r=alexcrichton | bors | -0/+10 |
| 2017-08-11 | rustdoc doc tests | steveklabnik | -1/+237 |
| 2017-08-11 | address review feedback | steveklabnik | -4/+10 |
| 2017-08-11 | Auto merge of #43750 - tbu-:pr_fn_unreachable, r=sfackler | bors | -3/+17 |
| 2017-08-11 | Auto merge of #42932 - bjorn3:no_llvm_try2, r=eddyb | bors | -154/+416 |
| 2017-08-11 | Auto merge of #43748 - RalfJung:mir-validate2, r=arielb1 | bors | -40/+50 |
| 2017-08-11 | Remove some unused dependencies from rustc_trans_utils | bjorn3 | -20/+0 |