| Age | Commit message (Expand) | Author | Lines |
| 2018-09-21 | parser: Tweak function parameter parsing to avoid rollback on succesfull path | Vadim Petrochenkov | -36/+26 |
| 2018-09-20 | Add test for deref recursion limit printing twice | memoryruins | -0/+72 |
| 2018-09-20 | Auto merge of #54389 - kennytm:rollup, r=kennytm | bors | -522/+633 |
| 2018-09-20 | Disable rustfix temporarily on extern-const.rs | Rémy Rakic | -26/+1 |
| 2018-09-20 | Use no_default_libraries for all NetBSD flavors | bgermann | -1/+1 |
| 2018-09-20 | std: Check for overflow in `str::repeat` | Alex Crichton | -1/+28 |
| 2018-09-20 | debug_macro: --bless tests. | Mazdak Farrokhzad | -23/+1 |
| 2018-09-20 | dbg_macro: notes about VCS and log::debug!(..) | Mazdak Farrokhzad | -3/+5 |
| 2018-09-20 | dbg_macro: output tests. | Mazdak Farrokhzad | -0/+119 |
| 2018-09-20 | dbg_macro: Debug-required test. | Mazdak Farrokhzad | -0/+24 |
| 2018-09-20 | dbg_macro: feature gate + move semantics test. | Mazdak Farrokhzad | -0/+89 |
| 2018-09-20 | dbg!(expr) implementation. | Mazdak Farrokhzad | -0/+118 |
| 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 | fix stage 0 compilation | Ralf Jung | -1/+2 |
| 2018-09-20 | unsurprisingly, miri needs tcx | Ralf Jung | -1/+1 |
| 2018-09-20 | move loop detector constants to the module that uses them; make lifetime orde... | Ralf Jung | -29/+28 |