| Age | Commit message (Expand) | Author | Lines |
| 2021-08-16 | Rollup merge of #87967 - m-ou-se:non-fmt-panic-detect-fake-spans, r=cjgillot | Mara Bos | -3/+11 |
| 2021-08-16 | Rollup merge of #87958 - m-ou-se:closure-migration-multispan-suggestions, r=e... | Mara Bos | -37/+53 |
| 2021-08-16 | Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearth | bors | -1/+20 |
| 2021-08-16 | Use multi span suggestions for closure migrations. | Mara Bos | -37/+53 |
| 2021-08-16 | Auto merge of #88032 - hyd-dev:no-mangle-method, r=petrochenkov | bors | -15/+16 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -3/+269 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -1/+20 |
| 2021-08-16 | Only run expensive calculations if the method name is recognized | Joshua Nelson | -2/+4 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -3/+267 |
| 2021-08-16 | Auto merge of #80357 - c410-f3r:new-hir-let, r=matthewjasper | bors | -711/+689 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -724/+634 |
| 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 | -2/+15 |
| 2021-08-15 | Auto merge of #87975 - m-ou-se:unused-import-attributes, r=nagisa | bors | -1/+1 |
| 2021-08-14 | Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa | bors | -10/+358 |
| 2021-08-14 | Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk | bors | -3/+0 |
| 2021-08-15 | Fix `reachable_set` for non-function items in non-library crates | hyd-dev | -15/+16 |
| 2021-08-14 | Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieu | bors | -5/+113 |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -150/+395 |
| 2021-08-14 | Auto merge of #85020 - lrh2000:named-upvars, r=tmandry | bors | -16/+115 |
| 2021-08-13 | Auto merge of #87478 - jackh726:issue-84931, r=estebank | bors | -4/+95 |
| 2021-08-13 | Point to where clause for GATs | jackh726 | -4/+95 |
| 2021-08-13 | Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkov | bors | -49/+115 |
| 2021-08-13 | Auto merge of #87984 - m-ou-se:closure-lint-wording, r=Aaron1011 | bors | -3/+3 |
| 2021-08-13 | Update closure migration diagnostic wording. | Mara Bos | -3/+3 |
| 2021-08-13 | Rollup merge of #87969 - Aaron1011:revert-stmt-id, r=petrochenkov | Guillaume Gomez | -7/+28 |
| 2021-08-13 | Rollup merge of #87795 - estebank:erase-lifetimes-in-suggestion, r=oli-obk | Guillaume Gomez | -7/+12 |
| 2021-08-13 | Use is_diagnostic_item instead of get_diagnostic_item. | Mara Bos | -3/+3 |
| 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 | Make assoc types work with `?const `opt=out | Deadbeef | -26/+13 |
| 2021-08-13 | Fix tests | Deadbeef | -2/+3 |
| 2021-08-13 | Fix call-generic-method-nonconst test | Deadbeef | -1/+5 |
| 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 | -0/+9 |
| 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 | -4/+59 |
| 2021-08-13 | fmt | Deadbeef | -2/+3 |
| 2021-08-13 | Filter non-const impls when we expect a const one | Deadbeef | -6/+23 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -110/+145 |
| 2021-08-13 | Auto merge of #87956 - m-ou-se:closure-migration-macro-body, r=Aaron1011 | bors | -6/+16 |
| 2021-08-13 | Auto merge of #87927 - spastorino:use-def-id-typeckresults, r=oli-obk | bors | -27/+3 |
| 2021-08-12 | Improve fallback span for closure migration lint. | Mara Bos | -4/+4 |
| 2021-08-12 | Improve comment in closure migration code. | Mara Bos | -3/+3 |
| 2021-08-12 | Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebank | Manish Goregaokar | -2/+13 |