| Age | Commit message (Expand) | Author | Lines |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -0/+19 |
| 2020-01-24 | Rollup merge of #68479 - Tyg13:unused_parens_return, r=Centril | Tyler Mandry | -12/+31 |
| 2020-01-24 | Rollup merge of #68469 - ollie27:skip_count, r=sfackler | Tyler Mandry | -0/+8 |
| 2020-01-24 | Rollup merge of #68438 - Aaron1011:fix/tait-non-defining, r=estebank | Tyler Mandry | -0/+27 |
| 2020-01-24 | Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco | Tyler Mandry | -0/+42 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -1/+1 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -12/+31 |
| 2020-01-23 | Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkov | bors | -2/+7 |
| 2020-01-22 | Rollup merge of #68425 - phi-gamma:try-method, r=varkor | Tyler Mandry | -1/+56 |
| 2020-01-22 | Rollup merge of #68388 - varkor:toogeneric-wf, r=eddyb | Tyler Mandry | -5/+22 |
| 2020-01-22 | Avoid overflow in `std::iter::Skip::count` | Oliver Middleton | -0/+8 |
| 2020-01-22 | Auto merge of #68069 - JohnTitor:fix-closure-ice, r=matthewjasper | bors | -0/+12 |
| 2020-01-21 | Account for non-types in substs for opaque type error messages | Aaron Hill | -0/+27 |
| 2020-01-21 | Suggest borrowing `Vec<NonCopy>` in for loop | Esteban Küber | -0/+42 |
| 2020-01-21 | Rollup merge of #68399 - Centril:check-match-unify, r=oli-obk | Mazdak Farrokhzad | -2/+127 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -94/+49 |
| 2020-01-21 | Test try diagnostics for impl and trait methods | Philipp Gesang | -1/+56 |
| 2020-01-21 | Auto merge of #68267 - estebank:lt-sugg, r=petrochenkov | bors | -41/+370 |
| 2020-01-21 | Make `TooGeneric` error in WF checking a proper error | varkor | -5/+22 |
| 2020-01-20 | check_match: simplify check_arm | Mazdak Farrokhzad | -1/+3 |
| 2020-01-21 | Rollup merge of #68302 - anp:caller-fn-ptr, r=eddyb,oli-obk | Yuki Okushi | -0/+38 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -0/+43 |
| 2020-01-21 | Rollup merge of #68290 - petrochenkov:passcheck, r=oli-obk | Yuki Okushi | -25/+28 |
| 2020-01-20 | Correct rmeta/rlib test | Mark Rousskov | -2/+7 |
| 2020-01-20 | check_match: unify some lowering code and fix some ICEs | Mazdak Farrokhzad | -0/+77 |
| 2020-01-20 | Fix UI test | Mark Rousskov | -31/+8 |
| 2020-01-20 | generalize bindings_with_variant_name lint | Mazdak Farrokhzad | -1/+47 |
| 2020-01-20 | Update tests | Dylan MacKenzie | -94/+49 |
| 2020-01-20 | Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum | Dylan DPC | -5/+5 |
| 2020-01-19 | review comments | Esteban Küber | -25/+25 |
| 2020-01-19 | When encountering an expected named lifetime and none are present, suggest ad... | Esteban Küber | -29/+157 |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -12/+213 |
| 2020-01-20 | Auto merge of #68057 - Aaron1011:fix/marker-trait-selection, r=matthewjasper | bors | -0/+17 |
| 2020-01-19 | Test that ReifyShim + caller_location return the def site. | Adam Perry | -2/+8 |
| 2020-01-19 | Add failing #[track_caller] test with fn pointers. | Adam Perry | -0/+32 |
| 2020-01-20 | Fix ICE #68025 | Yuki Okushi | -0/+12 |
| 2020-01-19 | fix real_drop_in_place in comments | Ralf Jung | -1/+1 |
| 2020-01-19 | Rollup merge of #68348 - xfix:patch-14, r=nagisa | Dylan DPC | -0/+1 |
| 2020-01-18 | slice_patterns: address review comments | Mazdak Farrokhzad | -2/+0 |
| 2020-01-18 | slice_patterns: organize some tests | Mazdak Farrokhzad | -9/+9 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -489/+349 |
| 2020-01-18 | slice_patterns: remove feature gate test | Mazdak Farrokhzad | -74/+0 |
| 2020-01-18 | Add a test for iter::empty::<*mut i32> being Sync and Send | Konrad Borowski | -0/+1 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -0/+77 |
| 2020-01-18 | adjust ui tests | Ralf Jung | -4/+4 |
| 2020-01-17 | Rollup merge of #68312 - varkor:issue-67753-regression, r=Centril | Tyler Mandry | -0/+26 |
| 2020-01-17 | Rollup merge of #68291 - tmiasko:sanitizer-tests, r=nikomatsakis | Tyler Mandry | -0/+97 |
| 2020-01-17 | Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkov | Tyler Mandry | -1/+1 |
| 2020-01-17 | Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce... | Tyler Mandry | -0/+61 |
| 2020-01-17 | Auto merge of #67476 - mark-i-m:simplify-borrow_check-5, r=matthewjasper | bors | -2/+2 |