| Age | Commit message (Expand) | Author | Lines |
| 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: Unsafe-away runtime checks in `Vec` | Alex Crichton | -76/+127 |
| 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 | Less cfg's | bjorn3 | -43/+25 |
| 2017-08-12 | Follow up commit for the issue 39827 | Alexey Tarasov | -3/+18 |
| 2017-08-12 | Fixes issue 39827: ICE in volatile_store intrinsic | Alexey Tarasov | -4/+158 |
| 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-11 | Don't trigger unused_result on functions returning empty enums | Owen Sanchez | -1/+14 |
| 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 | std: Tag OOM functions as `#[cold]` | Alex Crichton | -0/+2 |
| 2017-08-11 | std: Tag `AllocErr` functions as `#[inline]` | Alex Crichton | -0/+4 |
| 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 | Fix unused_result lint triggering when a function returns `()` or `!` | Owen Sanchez | -0/+28 |
| 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 |
| 2017-08-11 | It now completely compiles without LLVM!!! | bjorn3 | -19/+56 |
| 2017-08-11 | Actually make rustc_driver compile without llvm | bjorn3 | -148/+318 |
| 2017-08-11 | Add (a lot of) missing links in fmt module docs | Guillaume Gomez | -32/+55 |
| 2017-08-11 | Improve validation of TypeckTables keys. | Michael Woerister | -38/+55 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -316/+463 |
| 2017-08-11 | Improve documentation for TypeckTables::validate_hir_id(). | Michael Woerister | -2/+10 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -85/+142 |