about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-06rustc-pull: put a newline after the commit IDRalf Jung-1/+1
2023-08-05Auto merge of #3013 - RalfJung:tree-borrow-data-races, r=RalfJungbors-201/+346
2023-08-05add a test ensuring that we enforce noalias on accessesRalf Jung-7/+37
2023-08-05tree borrows: consider some retags as writes for the purpose of data racesRalf Jung-138/+186
2023-08-05ensure we allow zero-sized references to functions and vtablesRalf Jung-0/+32
2023-08-05borrow tracking: simplify provenance updatingRalf Jung-55/+20
2023-08-05fix return place protection when the place is given as a localRalf Jung-1/+71
2023-08-05Auto merge of #3014 - RalfJung:rustup, r=RalfJungbors-1677/+2823
2023-08-05fmtRalf Jung-10/+2
2023-08-05Merge from rustcRalf Jung-1668/+2822
2023-08-05Preparing for merge from rustcRalf Jung-1/+1
2023-08-05Auto merge of #114492 - compiler-errors:rollup-lp4sfla, r=compiler-errorsbors-586/+770
2023-08-04Rollup merge of #114491 - sebastiantoh:add-context-to-issue-114423-test-names...Michael Goulet-6/+6
2023-08-04Rollup merge of #114490 - kernelmethod:error-reporting-typos, r=compiler-errorsMichael Goulet-2/+2
2023-08-04Rollup merge of #114482 - compiler-errors:sigh, r=pnkfelixMichael Goulet-2/+7
2023-08-04Rollup merge of #114475 - GuillaumeGomez:migrate-gui-test-color-27, r=notriddleMichael Goulet-8/+8
2023-08-04Rollup merge of #114287 - lcnr:overflow, r=compiler-errorsMichael Goulet-568/+747
2023-08-05Auto merge of #98333 - SimonSapin:riscv-atomic, r=Amanieubors-3/+3
2023-08-05Rename issue #114423 test files to include contextSebastian Toh-6/+6
2023-08-05Fix a typo in the error reporting for sealed traits.kernelmethod-2/+2
2023-08-04Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errorsbors-63/+326
2023-08-04Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgrbors-202/+466
2023-08-04Fix ui-fulldeps missing the internal_features lint on stage 0Michael Goulet-2/+7
2023-08-04Rollup merge of #114477 - estebank:arc-clone, r=compiler-errorsMatthias Krüger-2/+12
2023-08-04Rollup merge of #114472 - estebank:issue-76140, r=compiler-errorsMatthias Krüger-11/+15
2023-08-04Rollup merge of #114462 - RalfJung:mplace_to_ref, r=oli-obkMatthias Krüger-12/+18
2023-08-04Rollup merge of #114461 - sebastiantoh:issue-114423, r=estebankMatthias Krüger-2/+68
2023-08-04Rollup merge of #114450 - chenyukang:yukang-fix-114435, r=compiler-errorsMatthias Krüger-3/+55
2023-08-04Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31Matthias Krüger-149/+192
2023-08-04Rollup merge of #114418 - klensy:parking_lot, r=oli-obkMatthias Krüger-18/+16
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/+88
2023-08-04Auto merge of #114104 - oli-obk:syn2, r=compiler-errorsbors-317/+214
2023-08-04Account for `Rc` and `Arc` when suggesting to cloneEsteban Küber-2/+12
2023-08-04Migrate GUI colors test to original CSS color formatGuillaume Gomez-6/+6
2023-08-04Use similar color scheme to make it obvious they are linkedGuillaume Gomez-2/+2
2023-08-05Fix ICE failed to get layout for ReferencesErroryukang-3/+55
2023-08-04Auto merge of #113575 - aliemjay:opaque-hrtb-ice, r=lcnrbors-11/+109
2023-08-04Reword confusable idents lintEsteban Küber-11/+15
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/+109
2023-08-04Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkovbors-85/+65
2023-08-04interpret: add mplace_to_ref helper methodRalf Jung-12/+18
2023-08-04Fix unwrap on NoneSebastian Toh-2/+68
2023-08-04Improve spans for indexing expressionsNilstrieb-149/+192
2023-08-04Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnrbors-118/+383
2023-08-04Auto merge of #114451 - matthiaskrgr:rollup-37qmv19, r=matthiaskrgrbors-286/+492
2023-08-04Rollup merge of #114440 - kaniini:fix/bootstrap-version-compare, r=ozkanonurMatthias Krüger-1/+2
2023-08-04Rollup merge of #114427 - Enselic:rustc_codegen_ssa-fixme, r=NilstriebMatthias Krüger-32/+39
2023-08-04Rollup merge of #114355 - compiler-errors:resolve_vars_early, r=lcnrMatthias Krüger-106/+154