| Age | Commit message (Expand) | Author | Lines |
| 2021-08-15 | Update rustc_codegen_cratelift for working_dir change | Aaron Hill | -1/+1 |
| 2021-08-15 | Include (potentially remapped) working dir in crate hash | Aaron Hill | -18/+61 |
| 2021-08-15 | Auto merge of #87792 - GuillaumeGomez:ci-fetch, r=pietroalbini | bors | -4/+6 |
| 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 | Consistent use of `impl Trait` arguments in the test's helper function. | Frank Steffahn | -5/+1 |
| 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 |
| 2021-08-13 | Fix tests | Deadbeef | -4/+7 |
| 2021-08-13 | Fix call-generic-method-nonconst test | Deadbeef | -4/+20 |
| 2021-08-13 | Don't transform predicates in Inherited | Deadbeef | -17/+1 |
| 2021-08-13 | handle the case when container is not impl | Deadbeef | -6/+9 |
| 2021-08-13 | Fix assoc-type test | Deadbeef | -5/+29 |
| 2021-08-13 | Pass constness to SelectionContext | Deadbeef | -23/+101 |
| 2021-08-13 | Try to fix problem | Deadbeef | -4/+17 |
| 2021-08-13 | Relate impl | Deadbeef | -0/+13 |
| 2021-08-13 | Make selection and evaluation caches use constness | Deadbeef | -32/+59 |
| 2021-08-13 | fmt | Deadbeef | -2/+7 |
| 2021-08-13 | Inherited use constness and assoc change predicate | Deadbeef | -6/+61 |
| 2021-08-13 | fmt | Deadbeef | -2/+3 |