| Age | Commit message (Expand) | Author | Lines |
| 2019-10-03 | Reorder methods of Cell | Shotaro Yamada | -46/+46 |
| 2019-10-03 | Rollup merge of #65002 - alexcrichton:update-lvlm, r=nikic | Mazdak Farrokhzad | -0/+0 |
| 2019-10-03 | Rollup merge of #64941 - lzutao:inline-max_min_value, r=nnethercote | Mazdak Farrokhzad | -4/+4 |
| 2019-10-03 | plugin_registrary: use normal deprecation instead of hard coded warning. | Mazdak Farrokhzad | -265/+313 |
| 2019-10-03 | Deprecate `#![plugin]` and `#[plugin_registrar]`. | Mazdak Farrokhzad | -18/+119 |
| 2019-10-03 | Add visit_projection_elem method to visitors | Santiago Pastorino | -18/+35 |
| 2019-10-03 | Document current deny by default lints | Andreas Molzer | -0/+25 |
| 2019-10-03 | Rollup merge of #65010 - AnthonyMikh:fix_65001, r=estebank | Mazdak Farrokhzad | -1/+2 |
| 2019-10-03 | Rollup merge of #64998 - spastorino:filter-rls-on-tidy, r=petrochenkov | Mazdak Farrokhzad | -0/+3 |
| 2019-10-03 | Rollup merge of #64993 - mathstuf:backtrace-status-eq, r=withoutboats | Mazdak Farrokhzad | -1/+1 |
| 2019-10-03 | Rollup merge of #64975 - crgl:clone-from-linked-list, r=bluss | Mazdak Farrokhzad | -0/+56 |
| 2019-10-03 | Rollup merge of #64959 - davidtwco:issue-64252-self-type-help, r=Centril,este... | Mazdak Farrokhzad | -8/+93 |
| 2019-10-03 | Rollup merge of #64931 - estebank:missing-param-ref, r=matthewjasper,Centril | Mazdak Farrokhzad | -25/+30 |
| 2019-10-03 | Rollup merge of #63678 - Aaron1011:fix/hrtb-leak, r=nikomatsakis | Mazdak Farrokhzad | -30/+172 |
| 2019-10-02 | Revert changes to `src/test/ui/reify-intrinsic.stderr` | Aaron Hill | -2/+2 |
| 2019-10-02 | review comments | Esteban Küber | -11/+8 |
| 2019-10-02 | fix example (le sigh) | Niko Matsakis | -2/+2 |
| 2019-10-02 | add unsize slice-str coercion | Niko Matsakis | -0/+11 |
| 2019-10-02 | review comment | Esteban Küber | -21/+21 |
| 2019-10-02 | fix typo | Felix S Klock II | -1/+1 |
| 2019-10-02 | Do not mark unitinitialized locals as requiring storage | Matthew Jasper | -17/+140 |
| 2019-10-02 | Regression tests for issue 64655. | Felix S. Klock II | -0/+145 |
| 2019-10-02 | Fix missing calls to drop on unwind with lto=fat; issue 64655. | Felix S. Klock II | -13/+38 |
| 2019-10-02 | Make lifetimes in constants live at the point of use | Matthew Jasper | -27/+58 |
| 2019-10-02 | Calculate liveness for the same locals with and without -Zpolonius | Matthew Jasper | -501/+84 |
| 2019-10-02 | Set RUST_BACKTRACE=0 in tests that include a backtrace in stderr | Aaron Hill | -4/+8 |
| 2019-10-02 | Add test for LinkedList clone_from | Charles Gleason | -0/+43 |
| 2019-10-02 | avoid using `skip_binder` and instead look for bound vars properly | Niko Matsakis | -12/+25 |
| 2019-10-02 | Avoid ICE on ReFree region from malformed code | Esteban Küber | -2/+32 |
| 2019-10-02 | s/`async` fn/`async fn`/ | Niko Matsakis | -8/+8 |
| 2019-10-02 | document `shallow_resolve` | Niko Matsakis | -0/+11 |
| 2019-10-02 | document `ret_coercion` and `ret_coercion_span` | Niko Matsakis | -0/+12 |
| 2019-10-02 | improve comments on `GeneratorKind` and `AsyncGeneratorKind` | Niko Matsakis | -3/+5 |
| 2019-10-02 | correct coercion comments | Niko Matsakis | -3/+3 |
| 2019-10-02 | Do not ICE when dereferencing non-Copy raw pointer | Esteban Küber | -5/+41 |
| 2019-10-02 | WIP fix tests | Niko Matsakis | -187/+221 |
| 2019-10-02 | Compare primary with value instead of dropping it | AnthonyMikh | -1/+2 |
| 2019-10-02 | Rollup merge of #64997 - rust-lang:nitpick-slp, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-10-02 | Rollup merge of #64995 - GuillaumeGomez:libtest-rustdoc-warning, r=Mark-Simul... | Mazdak Farrokhzad | -1/+1 |
| 2019-10-02 | Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obk | Mazdak Farrokhzad | -29/+28 |
| 2019-10-02 | Rollup merge of #64989 - sinkuu:fix_ice_64964, r=davidtwco | Mazdak Farrokhzad | -9/+37 |
| 2019-10-02 | Rollup merge of #64980 - ecstatic-morse:better-rustc-peek, r=oli-obk | Mazdak Farrokhzad | -130/+237 |
| 2019-10-02 | Rollup merge of #64973 - ecstatic-morse:fix-debuginfo-test, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-10-02 | Rollup merge of #64967 - ecstatic-morse:issue-64945, r=oli-obk | Mazdak Farrokhzad | -16/+93 |
| 2019-10-02 | Rollup merge of #64961 - rust-lang:spastorino-patch-1, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2019-10-02 | Rollup merge of #64948 - GuillaumeGomez:improve-sidebar-styling, r=Mark-Simul... | Mazdak Farrokhzad | -4/+4 |
| 2019-10-02 | Rollup merge of #64922 - spastorino:make-place-builder, r=nikomatsakis | Mazdak Farrokhzad | -30/+114 |
| 2019-10-02 | Rollup merge of #64914 - pnkfelix:issue-64453-regression-test, r=nikomatsakis | Mazdak Farrokhzad | -0/+58 |
| 2019-10-02 | Rollup merge of #64850 - Mark-Simulacrum:dedup-dep-node, r=michaelwoerister | Mazdak Farrokhzad | -22/+18 |
| 2019-10-02 | Rollup merge of #64581 - ztlpn:fix-ok-wrapping-unreachable-code, r=Centril | Mazdak Farrokhzad | -13/+161 |