| Age | Commit message (Expand) | Author | Lines |
| 2020-02-02 | Account for `?Sized` type parameter bounds | Esteban Küber | -72/+76 |
| 2020-02-02 | Remove duplicated code | Esteban Küber | -73/+1 |
| 2020-02-02 | Suggest `?Sized` on type parameters | Esteban Küber | -6/+60 |
| 2020-02-02 | add tests for structured suggestion | Esteban Küber | -0/+103 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -62/+178 |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -91/+332 |
| 2020-02-02 | Point at `Sized` requirements | Esteban Küber | -12/+32 |
| 2020-02-02 | review comments | Esteban Küber | -15/+12 |
| 2020-02-02 | Remove duplicated code | Esteban Küber | -8/+1 |
| 2020-02-02 | Slight rewording of diagnostic message | Esteban Küber | -26/+26 |
| 2020-02-02 | Use more accurate failed predicate spans | Esteban Küber | -212/+187 |
| 2020-02-02 | Point at return type obligations instead of at `fn` ident | Esteban Küber | -5/+5 |
| 2020-02-02 | Point at the `Sized` obligation in `where` clauses | Esteban Küber | -7/+41 |
| 2020-02-02 | Tweak `Self: Sized` restriction diagnostic output | Esteban Küber | -61/+68 |
| 2020-02-02 | review comments | Esteban Küber | -15/+16 |
| 2020-02-02 | fix test | Esteban Küber | -4/+4 |
| 2020-02-02 | When object unsafe trait uses itself in associated item suggest using `Self` | Esteban Küber | -2/+130 |
| 2020-02-02 | Point at `Sized` bound | Esteban Küber | -9/+76 |
| 2020-02-02 | Point at arguments or output when fn obligations come from them, or ident whe... | Esteban Küber | -392/+261 |
| 2020-02-02 | Rollup merge of #68769 - Centril:unwrap, r=petrochenkov | Mazdak Farrokhzad | -4/+3 |
| 2020-02-02 | Rollup merge of #68764 - Centril:self-semantic, r=petrochenkov | Mazdak Farrokhzad | -87/+453 |
| 2020-02-02 | Rollup merge of #68763 - JohnTitor:do-not-sugg-dup-bounds, r=estebank | Mazdak Farrokhzad | -32/+49 |
| 2020-02-02 | Rollup merge of #68760 - Tyg13:compile_fail_ui_test, r=Centril | Mazdak Farrokhzad | -194/+168 |
| 2020-02-02 | Rollup merge of #68733 - cata0309:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-02-02 | parser: avoid re-wrapping NtItem | Mazdak Farrokhzad | -4/+3 |
| 2020-02-02 | parser: address review comments re. `self`. | Mazdak Farrokhzad | -128/+124 |
| 2020-02-02 | Do not suggest duplicate bounds | Yuki Okushi | -32/+49 |
| 2020-02-02 | parser: move restrictions re. `self` to `ast_validation`. | Mazdak Farrokhzad | -56/+426 |
| 2020-02-02 | Auto merge of #68737 - Centril:fix-68710, r=petrochenkov | bors | -0/+17 |
| 2020-02-02 | pretty: print attrs in struct expr | Mazdak Farrokhzad | -0/+17 |
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -194/+168 |
| 2020-02-02 | Auto merge of #68754 - JohnTitor:clippy-up, r=JohnTitor | bors | -7/+7 |
| 2020-02-02 | Auto merge of #68672 - jonas-schievink:dedup-witness, r=Zoxc | bors | -24/+30 |
| 2020-02-02 | Update Clippy | Yuki Okushi | -7/+7 |
| 2020-02-02 | Rollup merge of #68740 - JohnTitor:do-not-sugg-underscore, r=Centril | Yuki Okushi | -0/+35 |
| 2020-02-02 | Rollup merge of #68736 - TimDiekmann:remove-alloc, r=Amanieu | Yuki Okushi | -7/+0 |
| 2020-02-02 | Rollup merge of #68727 - xfix:remove-comment-about-pretty-printer-in-format-t... | Yuki Okushi | -6/+0 |
| 2020-02-02 | Rollup merge of #68681 - bobrippling:fix-matched-angle-brackets, r=Centril | Yuki Okushi | -1/+82 |
| 2020-02-02 | Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum | Yuki Okushi | -15/+37 |
| 2020-02-02 | Do not suggest things named underscore | Yuki Okushi | -0/+35 |
| 2020-02-01 | Avoid qualified path recovery when not followed by identifier | Rob Pilling | -1/+5 |
| 2020-02-01 | Improve wording and docs for qualified path recovery | Rob Pilling | -7/+14 |
| 2020-02-01 | Move colon-check to recover_colon_before_qpath_proj() | Rob Pilling | -15/+23 |
| 2020-02-01 | Simplify span usage and avoid .eat() | Rob Pilling | -5/+5 |
| 2020-02-01 | Deduplicate generator interior types | Jonas Schievink | -24/+30 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -354/+396 |
| 2020-02-01 | pretty: raise recursion_limit = 256 | Mazdak Farrokhzad | -0/+1 |
| 2020-02-01 | fix fallout in tests | Mazdak Farrokhzad | -9/+13 |
| 2020-02-01 | pretty: injected_crate_name -> has_injected_crate | Mazdak Farrokhzad | -6/+5 |
| 2020-02-01 | syntax: reexport attr globals | Mazdak Farrokhzad | -7/+8 |