| Age | Commit message (Expand) | Author | Lines |
| 2019-01-21 | Rollup merge of #57769 - estebank:cast-suggestion-struct-field, r=matthewjasper | Mazdak Farrokhzad | -12/+132 |
| 2019-01-21 | Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavis | Mazdak Farrokhzad | -64/+118 |
| 2019-01-21 | Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster | Mazdak Farrokhzad | -3/+40 |
| 2019-01-20 | Add regression test for #54582 | Esteban Küber | -0/+16 |
| 2019-01-21 | Auto merge of #57789 - ehuss:update-cargo, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-01-20 | Update cargo | Eric Huss | -0/+0 |
| 2019-01-20 | Tweak field parse error recovery | Esteban Küber | -55/+20 |
| 2019-01-20 | Extend incorrect float literal recovery to account for suffixes | Esteban Küber | -20/+74 |
| 2019-01-20 | Reword message for incorrect float literal | Esteban Küber | -5/+5 |
| 2019-01-20 | Use is_dummy instead of comparing against DUMMY_SP | Esteban Küber | -2/+2 |
| 2019-01-20 | Auto merge of #57704 - lenoil98:patch-2, r=alexcrichton | bors | -0/+3 |
| 2019-01-20 | Remove unnecessary dummy span checks | Esteban Küber | -18/+24 |
| 2019-01-20 | Add "dereference boxed value" suggestion. | David Wood | -2/+183 |
| 2019-01-20 | Add default favicon for documentation | Guillaume Gomez | -3/+9 |
| 2019-01-21 | Fix tests | Yuki Okushi | -3/+3 |
| 2019-01-21 | Add span for bad doc comment | Yuki Okushi | -4/+8 |
| 2019-01-20 | Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavus | bors | -131/+562 |
| 2019-01-20 | const_eval: Predetermine the layout of all locals when pushing a stack frame | Björn Steinbrink | -18/+24 |
| 2019-01-20 | Add default rust logo for documentation | Guillaume Gomez | -1/+11 |
| 2019-01-20 | review comment | Esteban Küber | -1/+1 |
| 2019-01-20 | Auto merge of #57697 - dotdash:fast_lex_reg_resol_item_bodies, r=nagisa | bors | -6/+8 |
| 2019-01-20 | cast the sign_extend result to i128. | kenta7777 | -1/+1 |
| 2019-01-20 | reduce some code repetitions | kenta7777 | -4/+6 |
| 2019-01-20 | Auto merge of #57680 - cuviper:codegen-rebuild, r=Mark-Simulacrum | bors | -0/+12 |
| 2019-01-20 | Auto merge of #57655 - mtak-:fix-tls-dtors-macos, r=alexcrichton | bors | -24/+45 |
| 2019-01-20 | Do not suggest angle brackets when there are no type arguments | Esteban Küber | -48/+45 |
| 2019-01-20 | rustdoc: Don't modify library path for doctests | Oliver Middleton | -22/+5 |
| 2019-01-20 | Recover with suggestion from writing `.42` instead of `0.42` | Esteban Küber | -12/+47 |
| 2019-01-20 | Recover from parse errors in struct literal fields | Esteban Küber | -15/+132 |
| 2019-01-20 | Auto merge of #57651 - JohnTitor:give-char-type, r=estebank | bors | -58/+165 |
| 2019-01-20 | Remove whitespace | Yuki Okushi | -5/+4 |
| 2019-01-20 | Fix tests | Yuki Okushi | -96/+56 |
| 2019-01-20 | Revert change | Yuki Okushi | -3/+2 |
| 2019-01-20 | Mark incorrect recovered `char` literals as `TyErr` to avoid type errors | Yuki Okushi | -4/+26 |
| 2019-01-19 | Suggest correct cast for struct fields with shorthand syntax | Esteban Küber | -12/+132 |
| 2019-01-19 | Suggest usage of angle brackets | Esteban Küber | -24/+48 |
| 2019-01-19 | Accept parenthesized type args for error recovery | Esteban Küber | -25/+30 |
| 2019-01-19 | Continune parsing after encountering Trait with paren args | Esteban Küber | -13/+41 |
| 2019-01-20 | linkchecker: Update deprecated trim_left_matches usage | Igor Matuszewski | -3/+3 |
| 2019-01-20 | Add missing #![feature(rustc_private)] annotation | Igor Matuszewski | -1/+2 |
| 2019-01-19 | Auto merge of #57761 - Centril:rollup, r=Centril | bors | -369/+437 |
| 2019-01-20 | [WIP] Fix tests | Yuki Okushi | -6/+91 |
| 2019-01-20 | [WIP] Improve error behavior | Yuki Okushi | -6/+8 |
| 2019-01-19 | Don't ignore `_` in type casts and ascriptions | Matthew Jasper | -10/+89 |
| 2019-01-19 | Rollup merge of #57736 - phansch:remove_delay, r=oli-obk | Mazdak Farrokhzad | -7/+1 |
| 2019-01-19 | Rollup merge of #57723 - estebank:fix, r=davidtwco | Mazdak Farrokhzad | -19/+201 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -340/+223 |
| 2019-01-19 | Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcv | Mazdak Farrokhzad | -3/+12 |
| 2019-01-19 | Auto merge of #57721 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-01-19 | Type check unnanotated constant items with NLL | Matthew Jasper | -62/+128 |