| Age | Commit message (Expand) | Author | Lines |
| 2019-08-06 | review comment: reword test comment | Esteban Küber | -4/+4 |
| 2019-08-06 | review comments | Esteban Küber | -0/+6 |
| 2019-08-06 | Ignore no support targets | Yuki Okushi | -1/+3 |
| 2019-08-06 | Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebank | Mazdak Farrokhzad | -0/+2 |
| 2019-08-06 | Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril | Mazdak Farrokhzad | -25/+3 |
| 2019-08-05 | fix tests | Esteban Küber | -24/+34 |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -25/+3 |
| 2019-08-05 | Don't recommend `extern crate` syntax | Kornel | -7/+7 |
| 2019-08-05 | Add test for #43398 | Ilija Tovilo | -0/+15 |
| 2019-08-04 | tweak output and tests | Esteban Küber | -2/+2 |
| 2019-08-04 | Revert "Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank" | Ariel Ben-Yehuda | -0/+2 |
| 2019-08-04 | Add test for issue-37433 | Yuki Okushi | -0/+16 |
| 2019-08-04 | Add test for issue-49544 | Yuki Okushi | -0/+16 |
| 2019-08-04 | Add test for issue-29265 | Yuki Okushi | -0/+19 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -0/+4 |
| 2019-08-03 | avoid mutable state and override main message | Esteban Küber | -4/+4 |
| 2019-08-03 | Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasper | bors | -3/+1 |
| 2019-08-03 | Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obk | bors | -5/+3 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -7/+7 |
| 2019-08-02 | bless all the things | Ralf Jung | -5/+3 |
| 2019-08-02 | Nicer labels for type layout errors | Esteban Küber | -2/+2 |
| 2019-08-02 | Always error on `SizeOverflow` during mir evaluation | Esteban Küber | -2/+15 |
| 2019-08-02 | Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbg | bors | -3/+3 |
| 2019-08-02 | Address review comments | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-08-02 | Update syntax in existing tests | varkor | -6/+6 |
| 2019-08-01 | Fix test of issue 3656 | gnzlbg | -3/+3 |
| 2019-08-01 | Auto merge of #63194 - pietroalbini:rollup-xgnvb1b, r=pietroalbini | bors | -1/+4 |
| 2019-07-31 | issue-2214.rs: lgamma is lgamma on vxWorks | Baoshan Pang | -1/+4 |
| 2019-07-31 | Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]` | Vadim Petrochenkov | -3/+7 |
| 2019-07-30 | --bless tests due to INCOMPLETE_FEATURES being a lint. | Mazdak Farrokhzad | -5/+7 |
| 2019-07-30 | Remove 'feature(nll)' from bind_by_move_pattern_guards tests. | Mazdak Farrokhzad | -3/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+1 |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -28/+12 |
| 2019-07-28 | Intersection patterns 'p1 @ p2' are not supported. | Mazdak Farrokhzad | -15/+0 |
| 2019-07-28 | --bless tests due to new subslice syntax. | Mazdak Farrokhzad | -2/+2 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -12/+11 |
| 2019-07-28 | Rollup merge of #63038 - eupn:outer-attribute-diag, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-07-27 | Fix issues with git converting CRLF to CR | Vadim Petrochenkov | -1/+3 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -0/+172 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+20870 |
| 2019-07-27 | Fix failing UI tests | Evgenii P | -2/+2 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -4/+6 |
| 2019-07-26 | Rollup merge of #63004 - JohnTitor:add-tests-for-54062, r=Centril | Mazdak Farrokhzad | -0/+29 |
| 2019-07-26 | Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton | Mazdak Farrokhzad | -72/+144 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -4/+6 |
| 2019-07-26 | Add test for issue-54062 | Yuki Okushi | -0/+29 |
| 2019-07-25 | Rollup merge of #62921 - iluuu1994:improve-help-for-method-disambiguation, r=... | Mazdak Farrokhzad | -0/+2 |
| 2019-07-25 | Rollup merge of #62736 - lqd:polonius_tests3, r=matthewjasper | Mazdak Farrokhzad | -7/+8 |
| 2019-07-24 | Rollup merge of #62772 - estebank:trait-bound, r=matthewjasper | Mazdak Farrokhzad | -3/+5 |