| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -4/+3 |
| 2023-12-18 | Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`. | Nicholas Nethercote | -14/+10 |
| 2023-12-18 | Rename `ShowSpanVisitor::span_diagnostic` as `ShowSpanVisitor::dcx`. | Nicholas Nethercote | -6/+6 |
| 2023-12-18 | Rename `AstValidator::err_handler` as `AstValidator::dcx`. | Nicholas Nethercote | -41/+38 |
| 2023-12-18 | Rename `DiagnosticBuilder::handler` as `DiagnosticBuilder::dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`. | Nicholas Nethercote | -11/+11 |
| 2023-12-18 | Rename `Parser::span_diagnostic` as `Parser::dcx`. | Nicholas Nethercote | -42/+40 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -204/+176 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -98/+89 |
| 2023-12-18 | Rename `HandlerFlags` as `DiagCtxtFlags`. | Nicholas Nethercote | -8/+8 |
| 2023-12-18 | Rename `EarlyErrorHandler` as `EarlyDiagCtxt`. | Nicholas Nethercote | -88/+77 |
| 2023-12-18 | Rename `HandlerInner` as `DiagCtxtInner`. | Nicholas Nethercote | -10/+10 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -1/+1 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -204/+216 |
| 2023-12-18 | Auto merge of #119007 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-17 | Add new intrinsics | Caleb Zulawski | -0/+39 |
| 2023-12-17 | Further explain semantics | Caleb Zulawski | -2/+13 |
| 2023-12-17 | Apply suggestions from code review | Caleb Zulawski | -2/+3 |
| 2023-12-17 | Improve simd_bitmask documentation and other minor fixes | Caleb Zulawski | -8/+15 |
| 2023-12-17 | State type requirements first | Caleb Zulawski | -61/+62 |
| 2023-12-17 | Clarify UB and improve grammar | Caleb Zulawski | -4/+4 |
| 2023-12-17 | Add core::intrinsics::simd | Caleb Zulawski | -0/+413 |
| 2023-12-18 | Auto merge of #118657 - petrochenkov:feedvis, r=cjgillot | bors | -82/+49 |
| 2023-12-18 | Make sure all kinds of generators only return unit | Michael Goulet | -3/+56 |
| 2023-12-18 | Ensure `yield` expressions desugar correctly in async generators | Michael Goulet | -20/+49 |
| 2023-12-18 | Address comment | Kai Luo | -1/+1 |
| 2023-12-18 | Deny ~const trait bounds in inherent impl headers | León Orell Valerian Liehr | -20/+36 |
| 2023-12-17 | Fortify test. | Camille GILLOT | -4/+9 |
| 2023-12-18 | resolve: Replace visibility table in resolver outputs with query feeding | Vadim Petrochenkov | -82/+49 |
| 2023-12-17 | Auto merge of #114962 - darklyspaced:debug, r=est31 | bors | -18/+18 |
| 2023-12-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-17 | Tolerate overaligned MIR constants for codegen. | Camille GILLOT | -1/+32 |
| 2023-12-18 | ci: docker: dist-various-1: Include RISC-V C compilers | Alistair Francis | -8/+30 |
| 2023-12-17 | Auto merge of #119053 - matthiaskrgr:rollup-hky3ld3, r=matthiaskrgr | bors | -27/+739 |
| 2023-12-17 | Rollup merge of #119052 - cjgillot:gvn-index-overflow, r=compiler-errors | Matthias Krüger | -5/+229 |
| 2023-12-17 | Rollup merge of #119022 - compiler-errors:no-constness, r=fee1-dead | Matthias Krüger | -19/+12 |
| 2023-12-17 | Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillot | Matthias Krüger | -0/+70 |
| 2023-12-17 | Rollup merge of #118880 - GearsDatapacks:issue-118859-fix, r=compiler-errors | Matthias Krüger | -3/+428 |
| 2023-12-17 | Avoid overflow in GVN constant indexing. | Camille GILLOT | -5/+229 |
| 2023-12-17 | Auto merge of #119048 - aliemjay:perf-register-pred, r=compiler-errors | bors | -2/+3 |
| 2023-12-17 | Use FileEndOfFileInfo, not FileAllocationInfo | Chris Denton | -6/+8 |
| 2023-12-17 | don't fold ParamEnv in register_predicate_obligation | Ali MJ Al-Nasrawy | -2/+3 |
| 2023-12-17 | Auto merge of #117884 - bvanjoi:fix-117794, r=compiler-errors | bors | -0/+23 |
| 2023-12-17 | Auto merge of #119020 - onur-ozkan:remove-hex, r=albertlarsan68 | bors | -29/+79 |
| 2023-12-17 | Auto merge of #118828 - mu001999:master, r=b-naber | bors | -17/+0 |
| 2023-12-17 | Auto merge of #119039 - RalfJung:miri, r=RalfJung | bors | -354/+491 |
| 2023-12-17 | skip rpit constraint check if borrowck return type error | bohan | -0/+23 |
| 2023-12-17 | do not allow ABI mismatches inside repr(C) types | Ralf Jung | -2/+33 |
| 2023-12-17 | Auto merge of #119000 - celinval:smir-cstr, r=ouz-a | bors | -0/+37 |
| 2023-12-17 | Auto merge of #3229 - saethlin:protector-gc-ice, r=RalfJung | bors | -8/+25 |