| Age | Commit message (Expand) | Author | Lines |
| 2020-02-02 | Clean up E0263 explanation | Guillaume Gomez | -4/+13 |
| 2020-01-27 | Auto merge of #68447 - estebank:sugg-type-param, r=petrochenkov | bors | -66/+178 |
| 2020-01-27 | Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkov | bors | -133/+33 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -66/+178 |
| 2020-01-26 | rustc_span: return an impl Iterator instead of a Vec from macro_backtrace. | Eduard-Mihai Burtescu | -23/+25 |
| 2020-01-26 | rustc_span: replace MacroBacktrace with ExpnData. | Eduard-Mihai Burtescu | -28/+13 |
| 2020-01-26 | rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. | Eduard-Mihai Burtescu | -26/+17 |
| 2020-01-26 | Don't use ExpnKind::descr to get the name of a bang macro. | Eduard-Mihai Burtescu | -18/+31 |
| 2020-01-26 | Auto merge of #68545 - estebank:verbose-bound-display, r=petrochenkov | bors | -19/+23 |
| 2020-01-26 | Auto merge of #68522 - estebank:impl-trait-sugg-2, r=oli-obk | bors | -23/+262 |
| 2020-01-26 | Auto merge of #68517 - oli-obk:spaces2, r=nagisa | bors | -36/+35 |
| 2020-01-26 | Auto merge of #68031 - Marwes:fold_list, r=estebank | bors | -17/+35 |
| 2020-01-25 | Auto merge of #68546 - JohnTitor:rollup-znuot4b, r=JohnTitor | bors | -14/+106 |
| 2020-01-26 | Rollup merge of #68540 - GuillaumeGomez:err-codes-cleanup-e0229-e0261, r=Dyla... | Yuki Okushi | -4/+5 |
| 2020-01-26 | Rollup merge of #68514 - lzutao:fmt-Self, r=Dylan-DPC | Yuki Okushi | -10/+10 |
| 2020-01-26 | Rollup merge of #68498 - Aaron1011:tait-regression-tests, r=Centril | Yuki Okushi | -0/+81 |
| 2020-01-26 | Rollup merge of #68485 - kingslef:fix/test-60976, r=nikomatsakis | Yuki Okushi | -0/+10 |
| 2020-01-25 | Use better bound names in `-Zverbose` mode | Esteban Küber | -19/+23 |
| 2020-01-25 | Revert suggestion window size change | Esteban Küber | -5/+3 |
| 2020-01-25 | Auto merge of #68530 - estebank:abolish-ice, r=petrochenkov | bors | -6/+7 |
| 2020-01-25 | clean up error codeS E0229 and E0261 | Guillaume Gomez | -4/+5 |
| 2020-01-25 | Auto merge of #68525 - tlively:emcc-codegen-sigsegv-66308, r=alexcrichton | bors | -0/+8 |
| 2020-01-25 | Auto merge of #68516 - oli-obk:spaces, r=eddyb | bors | -7/+13 |
| 2020-01-25 | Don't use spaces before type ascription like colons | Oliver Scherer | -36/+35 |
| 2020-01-25 | Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichton | bors | -24/+66 |
| 2020-01-25 | Auto merge of #68269 - csmoe:temp, r=estebank | bors | -6/+75 |
| 2020-01-24 | Add some type-alias-impl-trait regression tests | Aaron Hill | -0/+81 |
| 2020-01-24 | Do not ICE on multipart suggestions touching multiple files | Esteban Küber | -6/+7 |
| 2020-01-25 | Rollup merge of #68515 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -5/+39 |
| 2020-01-25 | Rollup merge of #68511 - tmiasko:ignore-license, r=alexcrichton | Yuki Okushi | -38/+1 |
| 2020-01-25 | Rollup merge of #68509 - GuillaumeGomez:clean-up-err-codes-e0223-e0225, r=Dyl... | Yuki Okushi | -3/+7 |
| 2020-01-25 | Rollup merge of #68504 - tmiasko:check-pass, r=alexcrichton | Yuki Okushi | -31/+31 |
| 2020-01-25 | Rollup merge of #68374 - gitletH:patch-1, r=nikomatsakis | Yuki Okushi | -1/+1 |
| 2020-01-25 | Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obk | Yuki Okushi | -12/+52 |
| 2020-01-24 | review comments | Esteban Küber | -16/+14 |
| 2020-01-24 | Apply `resolve_vars_if_possible` to returned types for more accurate suggestions | Esteban Küber | -8/+12 |
| 2020-01-24 | Increase suggestion code window from 6 lines to 20 | Esteban Küber | -5/+12 |
| 2020-01-24 | New fix | Thomas Lively | -0/+0 |
| 2020-01-24 | Use more accurate return path spans | Esteban Küber | -42/+91 |
| 2020-01-24 | Add opt-level=0 to test | Thomas Lively | -1/+1 |
| 2020-01-24 | Update LLVM to fix crash on Emscripten targets | Thomas Lively | -0/+8 |
| 2020-01-24 | Support feature process_set_argv0 for VxWorks | BaoshanPang | -5/+39 |
| 2020-01-24 | Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakis | bors | -33/+89 |
| 2020-01-24 | Use Self instead of self return type | Lzu Tao | -10/+10 |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -12/+52 |
| 2020-01-24 | Render const pointers in MIR more compactly | Oliver Scherer | -7/+13 |
| 2020-01-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -160/+212 |
| 2020-01-24 | Clean up error codes E0223 and E0225 explanations | Guillaume Gomez | -3/+7 |
| 2020-01-24 | Rollup merge of #68500 - Mark-Simulacrum:fix-bootstrap-clearing, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2020-01-24 | Rollup merge of #68479 - Tyg13:unused_parens_return, r=Centril | Tyler Mandry | -27/+50 |