| Age | Commit message (Expand) | Author | Lines |
| 2019-07-24 | Adjust tests for method disambiguation help | Ilija Tovilo | -0/+2 |
| 2019-07-23 | Rollup merge of #62791 - estebank:type-ascription, r=petrochenkov | Mark Rousskov | -16/+13 |
| 2019-07-22 | Rollup merge of #62810 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -3/+3 |
| 2019-07-22 | Fix or ignore regressed tests | Vadim Petrochenkov | -0/+24 |
| 2019-07-22 | Ignore test issue-45696-scribble-on-boxed-borrow.rs in Polonius compare mode | lqd | -7/+8 |
| 2019-07-21 | normalize use of backticks in compiler messages for librustc_lint | Samy Kacimi | -3/+3 |
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -16/+13 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -27/+13 |
| 2019-07-18 | Suggest trait bound on type parameter when it is unconstrained | Esteban Küber | -3/+5 |
| 2019-07-18 | Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -16/+16 |
| 2019-07-18 | Rollup merge of #62712 - limira:self-type-help, r=estebank | Mark Rousskov | -1/+1 |
| 2019-07-18 | Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank | Mark Rousskov | -2/+0 |
| 2019-07-18 | resolve: Attempt to resolve unresolved paths in macro namespace | Vadim Petrochenkov | -5/+5 |
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -1/+1 |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -23/+9 |
| 2019-07-18 | Replace deref with as_deref | Yuki Okushi | -7/+7 |
| 2019-07-18 | renamed `inner_deref` feature's `deref*()` methods `as_deref*()` as per discu... | Brad Gibson | -72/+144 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -16/+16 |
| 2019-07-16 | Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -2/+2 |
| 2019-07-16 | Check that trait is exported or public before adding intercrate ambiguity hint | Ferdia McKeogh | -2/+0 |
| 2019-07-16 | Update the help message on error for self type | Limira | -1/+1 |
| 2019-07-16 | normalize use of backticks in compiler messages for libsyntax/parse | Samy Kacimi | -2/+2 |
| 2019-07-14 | Add info about undefined behavior to as_ref suggestions | nathanwhit | -0/+1 |
| 2019-07-14 | Auto merge of #62638 - estebank:issue-62554, r=petrochenkov | bors | -1/+36 |
| 2019-07-13 | Auto merge of #62468 - rust-lang:mutable-overloaded-operators, r=estebank | bors | -2/+2 |
| 2019-07-12 | add tests | Esteban Küber | -0/+35 |
| 2019-07-12 | Use snippet instead of pprinting statement | Esteban Küber | -1/+1 |
| 2019-07-12 | Rollup merge of #62623 - pnkfelix:issue-62614-downgrade-indirect-structural-m... | Mazdak Farrokhzad | -2/+6 |
| 2019-07-12 | Rollup merge of #62607 - estebank:this-mem-is-out-of-control, r=petrochenkov | Mazdak Farrokhzad | -0/+13 |
| 2019-07-12 | Rollup merge of #62578 - JohnTitor:add-test-for-49919, r=alexcrichton | Mazdak Farrokhzad | -0/+16 |
| 2019-07-12 | add test case | Esteban Küber | -0/+13 |
| 2019-07-12 | Turn `indirect_structural_match` lint on explicitly in ui tests. | Felix S. Klock II | -2/+6 |
| 2019-07-11 | Auto merge of #62503 - pnkfelix:dont-recur-infiitely-from-print-def-path, r=e... | bors | -0/+16 |
| 2019-07-11 | Add test for #49919 | Yuki Okushi | -0/+16 |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -0/+12 |
| 2019-07-09 | Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -15/+15 |
| 2019-07-09 | Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix | Mazdak Farrokhzad | -13/+205 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -15/+15 |
| 2019-07-08 | regression test. | Felix S. Klock II | -0/+16 |
| 2019-07-08 | Regression tests and updates to existing tests. | Felix S. Klock II | -0/+12 |
| 2019-07-07 | Add help message for mutation though overloaded place operators | Matthew Jasper | -2/+2 |
| 2019-07-07 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -13/+205 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -1/+1 |
| 2019-07-06 | Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasper | bors | -2/+14 |
| 2019-07-06 | Make WhileTrue into an EarlyLintPass lint. | Mazdak Farrokhzad | -2/+14 |
| 2019-07-06 | Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichton | Mazdak Farrokhzad | -0/+22 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -2/+3 |
| 2019-07-04 | Add test for ICE #62375 | Wesley Wiser | -0/+22 |
| 2019-07-04 | Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril | Mazdak Farrokhzad | -263/+263 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -263/+263 |