| Age | Commit message (Expand) | Author | Lines |
| 2018-09-21 | Workaround rust-lang/rust#54222 by just ignoring the warning about the linker... | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Allow various lints as part of ui-ifying `src/test/run-pass` suite. | Felix S. Klock II | -0/+296 |
| 2018-09-21 | Provide way for ui tests to opt out of having their output checked. | Felix S. Klock II | -2/+28 |
| 2018-09-21 | Support `// skip-codegen` in header of ui tests | Felix S. Klock II | -1/+1 |
| 2018-09-21 | Make `src/test/run-pass/` act like an alternative `ui` test suite. | Felix S. Klock II | -6/+22 |
| 2018-09-21 | Auto merge of #54399 - alexcrichton:fix-bug, r=steveklabnik | bors | -1/+28 |
| 2018-09-20 | Auto merge of #54389 - kennytm:rollup, r=kennytm | bors | -522/+633 |
| 2018-09-20 | std: Check for overflow in `str::repeat` | Alex Crichton | -1/+28 |
| 2018-09-20 | Rollup merge of #54367 - spastorino:add-thread-local-static-borrow-test, r=pn... | kennytm | -0/+35 |
| 2018-09-20 | Rollup merge of #54346 - eddyb:constant-horror, r=nikomatsakis | kennytm | -1/+5 |
| 2018-09-20 | Rollup merge of #54337 - ericho:remove_clone_tests, r=Mark-Simulacrum | kennytm | -4/+4 |
| 2018-09-20 | Rollup merge of #54333 - steveklabnik:update-book, r=frewsxcv | kennytm | -0/+0 |
| 2018-09-20 | Auto merge of #53162 - QuietMisdreavus:crouching-impl-hidden-trait, r=Guillau... | bors | -221/+643 |
| 2018-09-20 | Rollup merge of #54298 - RalfJung:miri-field-align, r=eddyb | kennytm | -1/+4 |
| 2018-09-20 | Rollup merge of #54295 - ljedrz:cleanups_rustc_traits, r=nikomatsakis | kennytm | -466/+414 |
| 2018-09-20 | Rollup merge of #54292 - memoryruins:issue-53712, r=estebank | kennytm | -0/+38 |
| 2018-09-20 | Rollup merge of #54290 - michaelwoerister:aarch64-back-to-msvc, r=alexcrichton | kennytm | -3/+2 |
| 2018-09-20 | Rollup merge of #54266 - LionNatsu:master, r=nikomatsakis | kennytm | -1/+1 |
| 2018-09-20 | Rollup merge of #54258 - alexcrichton:lld-fatal-warnings, r=eddyb | kennytm | -0/+4 |
| 2018-09-20 | Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNN | kennytm | -28/+1 |
| 2018-09-20 | Rollup merge of #54233 - irinagpopa:llvm-3.9, r=tromey | kennytm | -16/+4 |
| 2018-09-20 | Rollup merge of #53470 - bjorn3:warn_metadata_errors, r=alexcrichton | kennytm | -1/+1 |
| 2018-09-20 | Rollup merge of #52813 - newpavlov:duration_mul_div_extras, r=alexcrichton | kennytm | -1/+120 |
| 2018-09-20 | fix intra-links for trait impls | QuietMisdreavus | -21/+104 |
| 2018-09-20 | filter collected trait impls against items in the crate | QuietMisdreavus | -60/+149 |
| 2018-09-20 | shuffle ownership of `external_traits` | QuietMisdreavus | -24/+31 |
| 2018-09-20 | refactor: move `access_levels` into RenderInfo | QuietMisdreavus | -19/+19 |
| 2018-09-20 | collect auto-/blanket-impls during collect-trait-impls | QuietMisdreavus | -63/+65 |
| 2018-09-20 | don't index trait impls if the trait isn't also documented | QuietMisdreavus | -5/+53 |
| 2018-09-20 | add more tests for traits-in-non-module-scope | QuietMisdreavus | -5/+63 |
| 2018-09-20 | don't check visibility when inlining local impls | QuietMisdreavus | -6/+38 |
| 2018-09-20 | swap external_traits into the crate before running strip_hidden | QuietMisdreavus | -3/+10 |
| 2018-09-20 | pull impl generics from HIR if available | QuietMisdreavus | -13/+19 |
| 2018-09-20 | collect impl items from the HIR if available | QuietMisdreavus | -6/+17 |
| 2018-09-20 | pull local types from the HIR instead of tcx | QuietMisdreavus | -1/+10 |
| 2018-09-20 | handle local names when registering FQNs | QuietMisdreavus | -4/+8 |
| 2018-09-20 | add a bunch of debug prints | QuietMisdreavus | -0/+12 |
| 2018-09-20 | undo some tweaks to build_impl | QuietMisdreavus | -13/+8 |
| 2018-09-20 | don't record an external trait if it's not external | QuietMisdreavus | -0/+4 |
| 2018-09-20 | only move access_levels/external_traits after early passes | QuietMisdreavus | -14/+8 |
| 2018-09-20 | ignore rustdoc/doc-proc-macro on stage1 | QuietMisdreavus | -0/+2 |
| 2018-09-20 | print local inlined consts via the HIR map | QuietMisdreavus | -1/+5 |
| 2018-09-20 | rustdoc: collect trait impls as an early pass | QuietMisdreavus | -82/+137 |
| 2018-09-20 | Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakis | bors | -1/+97 |
| 2018-09-20 | Auto merge of #54241 - vi:suggest_with_applicability, r=estebank | bors | -96/+258 |
| 2018-09-20 | Auto merge of #54301 - alexcrichton:update-curl, r=Mark-Simulacrum | bors | -36/+35 |
| 2018-09-19 | Update some `*-sys` dependencies of Cargo/RLS | Alex Crichton | -36/+35 |
| 2018-09-20 | Auto merge of #54211 - nnethercote:keccak-Liveness-memory, r=nikomatsakis | bors | -39/+35 |
| 2018-09-19 | Add regression test for thread local static mut borrows | Santiago Pastorino | -0/+35 |
| 2018-09-19 | Auto merge of #54174 - parched:park, r=alexcrichton | bors | -18/+26 |