| Age | Commit message (Expand) | Author | Lines |
| 2021-08-16 | Update test output. | Mara Bos | -152/+44 |
| 2021-08-16 | Use multi span suggestions for closure migrations. | Mara Bos | -37/+53 |
| 2021-08-16 | Auto merge of #87696 - ssomers:btree_lazy_iterator_cleanup, r=Mark-Simulacrum | bors | -56/+56 |
| 2021-08-16 | Auto merge of #80357 - c410-f3r:new-hir-let, r=matthewjasper | bors | -2157/+2109 |
| 2021-08-15 | Auto merge of #87590 - Amanieu:deprecate_llvm_asm, r=nagisa | bors | -132/+182 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -2170/+2054 |
| 2021-08-15 | Use correct drop scopes for if expressions | Matthew Jasper | -7/+75 |
| 2021-08-15 | Auto merge of #87982 - m-ou-se:non-fmt-panic-assert-str, r=cjgillot | bors | -29/+90 |
| 2021-08-15 | Auto merge of #87792 - GuillaumeGomez:ci-fetch, r=pietroalbini | bors | -4/+6 |
| 2021-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -132/+177 |
| 2021-08-15 | Allow the use of the deprecated llvm_asm! in black_box | Amanieu d'Antras | -0/+1 |
| 2021-08-15 | Deprecate llvm_asm! | Amanieu d'Antras | -0/+4 |
| 2021-08-15 | Auto merge of #86692 - dns2utf8:parallelize_rustdoc-gui_tests, r=GuillaumeGomez | bors | -13/+113 |
| 2021-08-15 | Auto merge of #87975 - m-ou-se:unused-import-attributes, r=nagisa | bors | -1/+34 |
| 2021-08-15 | Auto merge of #87974 - steffahn:slice_split_size_hints, r=dtolnay | bors | -8/+86 |
| 2021-08-14 | Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa | bors | -87/+668 |
| 2021-08-14 | More spacing between the different blocks of results | Stefan Schindler | -10/+17 |
| 2021-08-14 | Implement a finish method for the status_bar and some cleanup | Stefan Schindler | -5/+11 |
| 2021-08-14 | Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk | bors | -56/+21 |
| 2021-08-14 | Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieu | bors | -5/+520 |
| 2021-08-14 | Auto merge of #87913 - a1phyr:vec_spec_clone_from, r=dtolnay | bors | -10/+30 |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -211/+517 |
| 2021-08-14 | Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkov | bors | -27/+1 |
| 2021-08-14 | Auto merge of #85020 - lrh2000:named-upvars, r=tmandry | bors | -23/+276 |
| 2021-08-14 | Auto merge of #88006 - GuillaumeGomez:update-browser-ui-test-dep, r=notriddle | bors | -1/+1 |
| 2021-08-14 | Auto merge of #87997 - sl4m:update-favicon-order, r=GuillaumeGomez | bors | -2/+2 |
| 2021-08-13 | Auto merge of #87478 - jackh726:issue-84931, r=estebank | bors | -8/+200 |
| 2021-08-13 | Point to where clause for GATs | jackh726 | -8/+200 |
| 2021-08-13 | Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkov | bors | -251/+920 |
| 2021-08-13 | Auto merge of #87984 - m-ou-se:closure-lint-wording, r=Aaron1011 | bors | -283/+283 |
| 2021-08-13 | Update tests for new closure migration lint wording. | Mara Bos | -280/+280 |
| 2021-08-13 | Update closure migration diagnostic wording. | Mara Bos | -3/+3 |
| 2021-08-13 | Auto merge of #88009 - GuillaumeGomez:rollup-f194yyk, r=GuillaumeGomez | bors | -17/+129 |
| 2021-08-13 | Rollup merge of #88005 - GuillaumeGomez:headers-gui-tests, r=notriddle | Guillaume Gomez | -1/+47 |
| 2021-08-13 | Rollup merge of #87969 - Aaron1011:revert-stmt-id, r=petrochenkov | Guillaume Gomez | -7/+28 |
| 2021-08-13 | Rollup merge of #87966 - pietroalbini:fix-pidfd-test, r=m-ou-se | Guillaume Gomez | -1/+12 |
| 2021-08-13 | Rollup merge of #87795 - estebank:erase-lifetimes-in-suggestion, r=oli-obk | Guillaume Gomez | -8/+42 |
| 2021-08-13 | Improve wording, correct -> tight. | Frank Steffahn | -6/+6 |
| 2021-08-13 | Update browser-ui-test package version | Guillaume Gomez | -1/+1 |
| 2021-08-13 | Add rustdoc GUI test for headers | Guillaume Gomez | -1/+47 |
| 2021-08-13 | Fix Cargo.lock and ui test | Deadbeef | -3/+3 |
| 2021-08-13 | Use is_diagnostic_item instead of get_diagnostic_item. | Mara Bos | -3/+3 |
| 2021-08-13 | Update non-fmt-panic tests. | Mara Bos | -27/+75 |
| 2021-08-13 | Consistent use of `impl Trait` arguments in the test's helper function. | Frank Steffahn | -5/+1 |
| 2021-08-13 | non_fmt_panic: machine app. suggestion for assert with string msg. | Mara Bos | -2/+15 |
| 2021-08-13 | make check less conservative and add explanation | Deadbeef | -11/+24 |
| 2021-08-13 | Bless test | Deadbeef | -4/+4 |
| 2021-08-13 | Make assoc types work with `?const `opt=out | Deadbeef | -27/+24 |
| 2021-08-13 | allow incomplete features for now | Deadbeef | -0/+2 |
| 2021-08-13 | Moved ui test | Deadbeef | -34/+56 |