| Age | Commit message (Expand) | Author | Lines |
| 2019-01-22 | Span fixup | Oliver Scherer | -7/+9 |
| 2019-01-22 | Bail out on overly generic substitutions | Oliver Scherer | -21/+38 |
| 2019-01-22 | Get rid of the fake stack frame | Oliver Scherer | -81/+44 |
| 2019-01-22 | Auto merge of #57830 - Centril:rollup, r=Centril | bors | -283/+494 |
| 2019-01-22 | Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obk | Mazdak Farrokhzad | -5/+25 |
| 2019-01-22 | Rollup merge of #57809 - MikaelUrankar:powerpc64-unknown-freebsd, r=nagisa | Mazdak Farrokhzad | -0/+23 |
| 2019-01-22 | Rollup merge of #57798 - hellow554:master, r=davidtwco | Mazdak Farrokhzad | -16/+16 |
| 2019-01-22 | Rollup merge of #57791 - estebank:issue-54582, r=zackmdavis | Mazdak Farrokhzad | -0/+16 |
| 2019-01-22 | Rollup merge of #57677 - dotdash:locals, r=michaelwoerister | Mazdak Farrokhzad | -18/+24 |
| 2019-01-22 | Rollup merge of #57667 - ishitatsuyuki:p-leak, r=nnethercote | Mazdak Farrokhzad | -0/+1 |
| 2019-01-22 | Rollup merge of #57604 - alercah:str-index, r=sfackler | Mazdak Farrokhzad | -235/+239 |
| 2019-01-22 | Rollup merge of #57552 - GuillaumeGomez:default-images, r=QuietMisdreavus | Mazdak Farrokhzad | -4/+20 |
| 2019-01-22 | Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton | Mazdak Farrokhzad | -5/+130 |
| 2019-01-22 | Auto merge of #56221 - estebank:remove-dummy-checks, r=varkor | bors | -18/+24 |
| 2019-01-22 | Auto merge of #57821 - RalfJung:miri, r=oli-obk | bors | -14/+14 |
| 2019-01-22 | Corrected spelling inconsistency | Marcel Hellwig | -16/+16 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -24/+42 |
| 2019-01-21 | Fix typo | varkor | -1/+1 |
| 2019-01-21 | Fix typo | varkor | -1/+1 |
| 2019-01-21 | Auto merge of #55009 - oli-obk:const_safety, r=RalfJung | bors | -115/+225 |
| 2019-01-21 | update miri | Ralf Jung | -14/+14 |
| 2019-01-21 | fix validation range printing when encountering undef | Ralf Jung | -5/+25 |
| 2019-01-21 | Add powerpc64-unknown-freebsd | Your Name | -0/+23 |
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -7/+11 |
| 2019-01-21 | Declare some unconst operations as unsafe in const fn | Oliver Scherer | -98/+187 |
| 2019-01-21 | Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAus | bors | -4/+271 |
| 2019-01-21 | Auto merge of #57756 - matthiaskrgr:clippy_submodule_upd, r=oli-obk | bors | -16/+8 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -17/+38 |
| 2019-01-21 | Auto merge of #57792 - Centril:rollup, r=Centril | bors | -88/+484 |
| 2019-01-21 | Auto merge of #57708 - nbigaouette:pr-53774-fix-missing-rust-gdbui-install, r... | bors | -0/+2 |
| 2019-01-21 | submodules: update clippy from 1b89724b to 1838bfe5 | Matthias Krüger | -16/+8 |
| 2019-01-21 | Rollup merge of #57784 - JohnTitor:improve-error-message, r=estebank | Mazdak Farrokhzad | -7/+11 |
| 2019-01-21 | Rollup merge of #57783 - davidtwco:issue-57741, r=estebank | Mazdak Farrokhzad | -2/+183 |
| 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 | 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 |