| Age | Commit message (Expand) | Author | Lines |
| 2021-12-14 | Rollup merge of #91239 - cameron1024:issue-87490-regression, r=jackh726 | Matthias Krüger | -0/+24 |
| 2021-12-14 | Make TyS::is_suggestable more structual | Michael Goulet | -89/+58 |
| 2021-12-14 | Recover on invalid operators <> and <=> | r00ster91 | -0/+24 |
| 2021-12-14 | Return an error when `eval_rvalue_with_identities` fails | Tomasz Miąsko | -0/+12 |
| 2021-12-14 | Add another regression test for unnormalized fn args with Self | Jack Huey | -0/+37 |
| 2021-12-14 | extend `simplify_type` | lcnr | -3/+15 |
| 2021-12-14 | Rollup merge of #91892 - compiler-errors:fix-inferty-hashtable, r=dtolnay | Matthias Krüger | -0/+17 |
| 2021-12-14 | Rollup merge of #91875 - b-naber:mir-transform-norm-erase-reg, r=Aaron1011 | Matthias Krüger | -0/+21 |
| 2021-12-14 | Rollup merge of #91820 - rukai:help_with_personality_issues, r=davidtwco | Matthias Krüger | -1/+7 |
| 2021-12-13 | Fix HashStable implementation on InferTy | Michael Goulet | -0/+17 |
| 2021-12-14 | test | Ellen | -0/+25 |
| 2021-12-14 | Auto merge of #91660 - llogiq:make-a-hash-of-def-ids, r=nnethercote | bors | -17/+17 |
| 2021-12-14 | test should pass :sweat_smile: | ouz-a | -0/+1 |
| 2021-12-13 | use try_normalize_erasing_regions in RevealAllVisitor | b-naber | -0/+21 |
| 2021-12-14 | Add regression test and comment | ouz-a | -0/+8 |
| 2021-12-13 | Update test to new error message | Alexis Bourget | -15/+17 |
| 2021-12-13 | Fix broken span and related tests | Alexis Bourget | -6/+16 |
| 2021-12-13 | Add tests for misplaced/duplicated pub in fn decl | Alexis Bourget | -0/+37 |
| 2021-12-13 | Rollup merge of #91849 - jackh726:gats-outlives-lint-part2, r=nikomatsakis | Matthias Krüger | -40/+109 |
| 2021-12-13 | Rollup merge of #91847 - BoxyUwU:generic_arg_infer_fixme, r=lcnr | Matthias Krüger | -0/+41 |
| 2021-12-13 | review comment: change wording of suggestion | Esteban Kuber | -3/+3 |
| 2021-12-13 | review comments | Esteban Kuber | -9/+17 |
| 2021-12-13 | tidy fix | Esteban Kuber | -1/+1 |
| 2021-12-13 | Fix rebase and clippy tests | Esteban Kuber | -76/+44 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -0/+36 |
| 2021-12-13 | Remove yet more output from `for`-loop and `?` errors | Esteban Kuber | -0/+14 |
| 2021-12-13 | Reduce verbosity when calling `for`-loop on non-`Iterator` expression | Esteban Kuber | -3/+3 |
| 2021-12-13 | When `.await` is called on a non-`Future` expression, suggest removal | Esteban Kuber | -114/+128 |
| 2021-12-13 | Add run-make-fulldeps test | pierwill | -26/+26 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -171/+172 |
| 2021-12-13 | Adjust wording for review | Jack Huey | -28/+28 |
| 2021-12-14 | Suggest to specify a target triple when eh_personality lang item is missing | Lucas Kent | -1/+7 |
| 2021-12-13 | Instead of checking for exact bounds, try to prove them | Jack Huey | -40/+109 |
| 2021-12-13 | extra test for bug i found | Ellen | -0/+15 |
| 2021-12-13 | hurray for portable simd finding a nice test for this FIXME | Ellen | -0/+26 |
| 2021-12-13 | let-else: add deref-coercion tests | Cormac Relf | -0/+171 |
| 2021-12-13 | let-else: add match-ergonomics tests adapted from rfc2005 | Cormac Relf | -0/+228 |
| 2021-12-13 | let-else: build out ref/ref mut tests, with/without explicit annotations | Cormac Relf | -19/+208 |
| 2021-12-13 | let-else: add tests for moved expressions, copy out of non-copy | Cormac Relf | -0/+62 |
| 2021-12-13 | let-else: fix attribute aliasing + add test for issue 89807 | Cormac Relf | -0/+14 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -14/+85 |
| 2021-12-12 | Fix unused import in test | Amanieu d'Antras | -0/+1 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -267/+71 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -37/+36 |
| 2021-12-12 | Re-bless asm tests for aarch64 | Amanieu d'Antras | -152/+154 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -421/+404 |
| 2021-12-12 | Remove automatic rustfix of asm! to llvm_asm! | Amanieu d'Antras | -58/+0 |
| 2021-12-12 | Avoid suggesting self in visibility spec | Dániel Buga | -0/+44 |
| 2021-12-12 | Add trailing newline | Deadbeef | -1/+1 |
| 2021-12-12 | Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk" | Deadbeef | -9/+23 |