about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-4/+3
2023-12-18Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`.Nicholas Nethercote-14/+10
2023-12-18Rename `ShowSpanVisitor::span_diagnostic` as `ShowSpanVisitor::dcx`.Nicholas Nethercote-6/+6
2023-12-18Rename `AstValidator::err_handler` as `AstValidator::dcx`.Nicholas Nethercote-41/+38
2023-12-18Rename `DiagnosticBuilder::handler` as `DiagnosticBuilder::dcx`.Nicholas Nethercote-2/+2
2023-12-18Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.Nicholas Nethercote-11/+11
2023-12-18Rename `Parser::span_diagnostic` as `Parser::dcx`.Nicholas Nethercote-42/+40
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-204/+176
2023-12-18Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.Nicholas Nethercote-98/+89
2023-12-18Rename `HandlerFlags` as `DiagCtxtFlags`.Nicholas Nethercote-8/+8
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-88/+77
2023-12-18Rename `HandlerInner` as `DiagCtxtInner`.Nicholas Nethercote-10/+10
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-1/+1
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-204/+216
2023-12-18Auto merge of #119007 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-12-17Add new intrinsicsCaleb Zulawski-0/+39
2023-12-17Further explain semanticsCaleb Zulawski-2/+13
2023-12-17Apply suggestions from code reviewCaleb Zulawski-2/+3
2023-12-17Improve simd_bitmask documentation and other minor fixesCaleb Zulawski-8/+15
2023-12-17State type requirements firstCaleb Zulawski-61/+62
2023-12-17Clarify UB and improve grammarCaleb Zulawski-4/+4
2023-12-17Add core::intrinsics::simdCaleb Zulawski-0/+413
2023-12-18Auto merge of #118657 - petrochenkov:feedvis, r=cjgillotbors-82/+49
2023-12-18Make sure all kinds of generators only return unitMichael Goulet-3/+56
2023-12-18Ensure `yield` expressions desugar correctly in async generatorsMichael Goulet-20/+49
2023-12-18Address commentKai Luo-1/+1
2023-12-18Deny ~const trait bounds in inherent impl headersLeón Orell Valerian Liehr-20/+36
2023-12-17Fortify test.Camille GILLOT-4/+9
2023-12-18resolve: Replace visibility table in resolver outputs with query feedingVadim Petrochenkov-82/+49
2023-12-17Auto merge of #114962 - darklyspaced:debug, r=est31bors-18/+18
2023-12-17Update cargoWeihang Lo-0/+0
2023-12-17Tolerate overaligned MIR constants for codegen.Camille GILLOT-1/+32
2023-12-18ci: docker: dist-various-1: Include RISC-V C compilersAlistair Francis-8/+30
2023-12-17Auto merge of #119053 - matthiaskrgr:rollup-hky3ld3, r=matthiaskrgrbors-27/+739
2023-12-17Rollup merge of #119052 - cjgillot:gvn-index-overflow, r=compiler-errorsMatthias Krüger-5/+229
2023-12-17Rollup merge of #119022 - compiler-errors:no-constness, r=fee1-deadMatthias Krüger-19/+12
2023-12-17Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillotMatthias Krüger-0/+70
2023-12-17Rollup merge of #118880 - GearsDatapacks:issue-118859-fix, r=compiler-errorsMatthias Krüger-3/+428
2023-12-17Avoid overflow in GVN constant indexing.Camille GILLOT-5/+229
2023-12-17Auto merge of #119048 - aliemjay:perf-register-pred, r=compiler-errorsbors-2/+3
2023-12-17Use FileEndOfFileInfo, not FileAllocationInfoChris Denton-6/+8
2023-12-17don't fold ParamEnv in register_predicate_obligationAli MJ Al-Nasrawy-2/+3
2023-12-17Auto merge of #117884 - bvanjoi:fix-117794, r=compiler-errorsbors-0/+23
2023-12-17Auto merge of #119020 - onur-ozkan:remove-hex, r=albertlarsan68bors-29/+79
2023-12-17Auto merge of #118828 - mu001999:master, r=b-naberbors-17/+0
2023-12-17Auto merge of #119039 - RalfJung:miri, r=RalfJungbors-354/+491
2023-12-17skip rpit constraint check if borrowck return type errorbohan-0/+23
2023-12-17do not allow ABI mismatches inside repr(C) typesRalf Jung-2/+33
2023-12-17Auto merge of #119000 - celinval:smir-cstr, r=ouz-abors-0/+37
2023-12-17Auto merge of #3229 - saethlin:protector-gc-ice, r=RalfJungbors-8/+25