about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-08-16Rollup merge of #87967 - m-ou-se:non-fmt-panic-detect-fake-spans, r=cjgillotMara Bos-3/+11
2021-08-16Rollup merge of #87958 - m-ou-se:closure-migration-multispan-suggestions, r=e...Mara Bos-37/+53
2021-08-16Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearthbors-1/+20
2021-08-16Use multi span suggestions for closure migrations.Mara Bos-37/+53
2021-08-16Auto merge of #88032 - hyd-dev:no-mangle-method, r=petrochenkovbors-15/+16
2021-08-16Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiserbors-3/+269
2021-08-16feature gate doc(primitive)Joshua Nelson-1/+20
2021-08-16Only run expensive calculations if the method name is recognizedJoshua Nelson-2/+4
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-3/+267
2021-08-16Auto merge of #80357 - c410-f3r:new-hir-let, r=matthewjasperbors-711/+689
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-724/+634
2021-08-15Use correct drop scopes for if expressionsMatthew Jasper-7/+75
2021-08-15Auto merge of #87982 - m-ou-se:non-fmt-panic-assert-str, r=cjgillotbors-2/+15
2021-08-15Auto merge of #87975 - m-ou-se:unused-import-attributes, r=nagisabors-1/+1
2021-08-14Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisabors-10/+358
2021-08-14Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obkbors-3/+0
2021-08-15Fix `reachable_set` for non-function items in non-library crateshyd-dev-15/+16
2021-08-14Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieubors-5/+113
2021-08-14Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obkbors-150/+395
2021-08-14Auto merge of #85020 - lrh2000:named-upvars, r=tmandrybors-16/+115
2021-08-13Auto merge of #87478 - jackh726:issue-84931, r=estebankbors-4/+95
2021-08-13Point to where clause for GATsjackh726-4/+95
2021-08-13Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkovbors-49/+115
2021-08-13Auto merge of #87984 - m-ou-se:closure-lint-wording, r=Aaron1011bors-3/+3
2021-08-13Update closure migration diagnostic wording.Mara Bos-3/+3
2021-08-13Rollup merge of #87969 - Aaron1011:revert-stmt-id, r=petrochenkovGuillaume Gomez-7/+28
2021-08-13Rollup merge of #87795 - estebank:erase-lifetimes-in-suggestion, r=oli-obkGuillaume Gomez-7/+12
2021-08-13Use is_diagnostic_item instead of get_diagnostic_item.Mara Bos-3/+3
2021-08-13non_fmt_panic: machine app. suggestion for assert with string msg.Mara Bos-2/+15
2021-08-13make check less conservative and add explanationDeadbeef-11/+24
2021-08-13Make assoc types work with `?const `opt=outDeadbeef-26/+13
2021-08-13Fix testsDeadbeef-2/+3
2021-08-13Fix call-generic-method-nonconst testDeadbeef-1/+5
2021-08-13Don't transform predicates in InheritedDeadbeef-17/+1
2021-08-13handle the case when container is not implDeadbeef-6/+9
2021-08-13Fix assoc-type testDeadbeef-0/+9
2021-08-13Pass constness to SelectionContextDeadbeef-23/+101
2021-08-13Try to fix problemDeadbeef-4/+17
2021-08-13Relate implDeadbeef-0/+13
2021-08-13Make selection and evaluation caches use constnessDeadbeef-32/+59
2021-08-13fmtDeadbeef-2/+7
2021-08-13Inherited use constness and assoc change predicateDeadbeef-4/+59
2021-08-13fmtDeadbeef-2/+3
2021-08-13Filter non-const impls when we expect a const oneDeadbeef-6/+23
2021-08-13move Constness into TraitPredicateDeadbeef-110/+145
2021-08-13Auto merge of #87956 - m-ou-se:closure-migration-macro-body, r=Aaron1011bors-6/+16
2021-08-13Auto merge of #87927 - spastorino:use-def-id-typeckresults, r=oli-obkbors-27/+3
2021-08-12Improve fallback span for closure migration lint.Mara Bos-4/+4
2021-08-12Improve comment in closure migration code.Mara Bos-3/+3
2021-08-12Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebankManish Goregaokar-2/+13