about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-05Delete some useless casts from global_allocator expansionDavid Tolnay-14/+6
2023-08-06Rollup merge of #114524 - compiler-errors:more-ice-in-uncertainty, r=jackh726Matthias Krüger-2/+8
2023-08-06Rollup merge of #114503 - chenyukang:yukang-fix-114433-unused-qualifications,...Matthias Krüger-1/+2
2023-08-06Rollup merge of #114486 - Urgau:const-context-nan-suggestion-114471, r=compil...Matthias Krüger-6/+10
2023-08-06Auto merge of #114476 - Urgau:missing-dep-file-112898, r=oli-obkbors-0/+4
2023-08-05Add FIXME as reminder to restore suggestion laterMichael Goulet-0/+1
2023-08-05Avoid invalid NaN lint machine-applicable suggestion in const contextUrgau-6/+9
2023-08-05Also report when goals go from ok to errorMichael Goulet-2/+8
2023-08-05Auto merge of #114514 - matthiaskrgr:rollup-1rv4f3h, r=matthiaskrgrbors-0/+23
2023-08-05Rollup merge of #114248 - fmease:neg-copy-rules-out-missing-copy-impl, r=b-naberMatthias Krüger-0/+23
2023-08-05Auto merge of #109348 - cjgillot:issue-109146, r=petrochenkovbors-2/+2
2023-08-05Auto merge of #114459 - cjgillot:simplify-ctfe, r=oli-obkbors-29/+0
2023-08-05Remove invalid lint when there is a generic argument in prefix pathyukang-1/+2
2023-08-05Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkovbors-515/+503
2023-08-05Do not run ConstProp on mir_for_ctfe.Camille GILLOT-29/+0
2023-08-05Auto merge of #114492 - compiler-errors:rollup-lp4sfla, r=compiler-errorsbors-534/+563
2023-08-04Rollup merge of #114490 - kernelmethod:error-reporting-typos, r=compiler-errorsMichael Goulet-1/+1
2023-08-04Rollup merge of #114287 - lcnr:overflow, r=compiler-errorsMichael Goulet-533/+562
2023-08-05Auto merge of #98333 - SimonSapin:riscv-atomic, r=Amanieubors-3/+3
2023-08-05Fix a typo in the error reporting for sealed traits.kernelmethod-1/+1
2023-08-04Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errorsbors-12/+25
2023-08-04Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgrbors-83/+128
2023-08-04Rollup merge of #114477 - estebank:arc-clone, r=compiler-errorsMatthias Krüger-1/+11
2023-08-04Rollup merge of #114472 - estebank:issue-76140, r=compiler-errorsMatthias Krüger-3/+7
2023-08-04Rollup merge of #114462 - RalfJung:mplace_to_ref, r=oli-obkMatthias Krüger-6/+14
2023-08-04Rollup merge of #114461 - sebastiantoh:issue-114423, r=estebankMatthias Krüger-2/+1
2023-08-04Rollup merge of #114450 - chenyukang:yukang-fix-114435, r=compiler-errorsMatthias Krüger-3/+3
2023-08-04Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31Matthias Krüger-47/+63
2023-08-04Rollup merge of #114418 - klensy:parking_lot, r=oli-obkMatthias Krüger-16/+14
2023-08-04Rollup merge of #114351 - ttsugriy:sort-by-words, r=fee1-deadMatthias Krüger-2/+2
2023-08-04Rollup merge of #113945 - chenyukang:yukang-fix-113447-slice-2, r=cjgillotMatthias Krüger-3/+13
2023-08-04Auto merge of #114104 - oli-obk:syn2, r=compiler-errorsbors-241/+136
2023-08-04Fix missing dependency file with -ZunprettyUrgau-0/+4
2023-08-04Account for `Rc` and `Arc` when suggesting to cloneEsteban Küber-1/+11
2023-08-05Fix ICE failed to get layout for ReferencesErroryukang-3/+3
2023-08-04Auto merge of #113575 - aliemjay:opaque-hrtb-ice, r=lcnrbors-11/+38
2023-08-04Reword confusable idents lintEsteban Küber-3/+7
2023-08-04Fetch diagnostic item later.Camille GILLOT-2/+2
2023-08-04Make rustc internal lints per module.Camille GILLOT-7/+7
2023-08-04Make MissingDoc a module lint.Camille GILLOT-74/+39
2023-08-04Make MissingDebugImplementation a module lint.Camille GILLOT-22/+14
2023-08-04Simplify clashing_extern_declarations.Camille GILLOT-270/+263
2023-08-04Querify clashing_extern_declarations lint.Camille GILLOT-410/+448
2023-08-04replace few explicit use of parking_lot with rustc_data_structures::sync oncesklensy-14/+12
2023-08-04don't ICE on higher ranked hidden typesAli MJ Al-Nasrawy-11/+38
2023-08-04Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkovbors-85/+65
2023-08-04interpret: add mplace_to_ref helper methodRalf Jung-6/+14
2023-08-04Fix unwrap on NoneSebastian Toh-2/+1
2023-08-04Improve spans for indexing expressionsNilstrieb-47/+63
2023-08-04Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnrbors-118/+287