about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-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
2021-08-12Rollup merge of #87953 - m-ou-se:closure-migration-multiline-formatting, r=pe...Manish Goregaokar-2/+11
2021-08-12Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddybManish Goregaokar-16/+53
2021-08-12Rollup merge of #87916 - nbdd0121:black_box, r=nagisaManish Goregaokar-2/+37
2021-08-12Apply c_enum_min_bits = 8 to (arm|thumb)-none- platformsManish Goregaokar-0/+14
2021-08-12Add c_enum_min_bits to target specManish Goregaokar-16/+39
2021-08-12Include attributes in removal span for unused imports.Mara Bos-1/+1
2021-08-12Implement `black_box` using intrinsicGary Guo-2/+37
2021-08-12Adjust `check_no_mangle` and `check_export_name` to warn/error on `#[no_mangl...hyd-dev-12/+20
2021-08-12Auto merge of #87963 - GuillaumeGomez:rollup-e54sbez, r=GuillaumeGomezbors-14/+16
2021-08-12Revert "Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov"Aaron Hill-7/+28