| Age | Commit message (Expand) | Author | Lines |
| 2019-01-22 | Fix some cross crate existential type ICEs | Oliver Scherer | -2/+68 |
| 2019-01-22 | unit test for issue 57673. | Felix S. Klock II | -0/+21 |
| 2019-01-22 | Do not initiate nested probe within `assemble_probe`. | Felix S. Klock II | -9/+7 |
| 2019-01-22 | Auto merge of #57830 - Centril:rollup, r=Centril | bors | -283/+494 |
| 2019-01-22 | Stabilize Any::get_type_id and rename to type_id | Simon Sapin | -12/+7 |
| 2019-01-22 | Print a slightly clearer message when failing to spawn a thread | Jethro Beekman | -1/+1 |
| 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 | Fixed Deref coercion explanation for DerefMut using shared references | danielhenrymantilla | -1/+1 |
| 2019-01-22 | Add intrinsic to create an integer bitmask from the MSB of integer vectors | gnzlbg | -0/+288 |
| 2019-01-22 | Auto merge of #57821 - RalfJung:miri, r=oli-obk | bors | -14/+14 |
| 2019-01-22 | Ignore aarch64 in simd-intrinsic-generic-reduction | James Duley | -0/+1 |
| 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 | Accept more invalid code that is close to correct fields | Esteban Küber | -13/+23 |
| 2019-01-22 | Extend trailing `>` detection for paths. | David Wood | -33/+131 |
| 2019-01-21 | Move logic to its own method | Esteban Küber | -73/+63 |
| 2019-01-21 | Auto merge of #55009 - oli-obk:const_safety, r=RalfJung | bors | -115/+225 |
| 2019-01-21 | Pluralize error messages. | David Wood | -8/+15 |
| 2019-01-21 | Add error for trailing angle brackets. | David Wood | -0/+197 |
| 2019-01-21 | un-deprecate mem::zeroed | Ralf Jung | -1/+0 |
| 2019-01-21 | update miri | Ralf Jung | -14/+14 |
| 2019-01-21 | Speed up the fast path for assert_eq! and assert_ne! | Björn Steinbrink | -4/+16 |
| 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 | Update libunwind for SGX target | Jethro Beekman | -1/+1 |
| 2019-01-21 | Expose alloc/dealloc properly for SGX libunwind | Jethro Beekman | -0/+15 |
| 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 | Print visible name for types as well as modules. | David Wood | -14/+37 |
| 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-20 | Use structured suggestion in stead of notes | Esteban Küber | -41/+44 |
| 2019-01-21 | Auto merge of #57708 - nbigaouette:pr-53774-fix-missing-rust-gdbui-install, r... | bors | -0/+2 |
| 2019-01-20 | Explain type mismatch cause pointing to return type when it is `impl Trait` | Esteban Küber | -9/+39 |
| 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 |