| Age | Commit message (Expand) | Author | Lines |
| 2023-12-20 | coverage: Check for `async fn` explicitly, without needing a heuristic | Zalathar | -12/+11 |
| 2023-12-20 | coverage: Pass around `&ExtractedHirInfo` instead of individual fields | Zalathar | -29/+16 |
| 2023-12-20 | Auto merge of #119118 - arttet:feature/fix-arm64e-targets, r=petrochenkov | bors | -10/+5 |
| 2023-12-20 | Auto merge of #119096 - compiler-errors:yeet-unnecessary-param-envs, r=lcnr | bors | -108/+48 |
| 2023-12-19 | Add additional tests and update existing tests | Eric Holk | -1/+2 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -28/+37 |
| 2023-12-19 | Improve compiler error for c-strings in pre-2021 | Carter Hunt Fogelman | -7/+29 |
| 2023-12-19 | Auto merge of #119112 - Nadrieril:remove-target_blocks-hack, r=matthewjasper | bors | -71/+65 |
| 2023-12-19 | Desugar for await loops | Eric Holk | -30/+100 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -33/+65 |
| 2023-12-19 | resolve: Feed visibilities for unresolved trait impl items | Vadim Petrochenkov | -2/+8 |
| 2023-12-19 | rustc_codegen_ssa: Don't let `IncorrectCguReuseType` errors get lost | Martin Nordholts | -2/+2 |
| 2023-12-19 | Auto merge of #119084 - aliemjay:perf-env-bounds, r=compiler-errors | bors | -2/+12 |
| 2023-12-19 | Fix c_variadic flag and add opaque info to PassMode | Celina G. Val | -13/+23 |
| 2023-12-19 | Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errors | bors | -473/+712 |
| 2023-12-19 | Remove param env from relation altogether | Michael Goulet | -38/+22 |
| 2023-12-19 | add comment | lcnr | -0/+14 |
| 2023-12-19 | fast path for declared_generic_bounds_from_env | Ali MJ Al-Nasrawy | -2/+12 |
| 2023-12-19 | Remove unnecessary param-env from lexical region resolution and fully structu... | Michael Goulet | -68/+28 |
| 2023-12-19 | Do not evaluate in structurally_relate_tys | Michael Goulet | -7/+3 |
| 2023-12-19 | effects: fix comment | León Orell Valerian Liehr | -1/+1 |
| 2023-12-19 | Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-202... | bjorn3 | -117/+225 |
| 2023-12-19 | Use LLVM features for arm64e_apple_ios target | Artyom Tetyukhin | -1/+1 |
| 2023-12-19 | Remove legacy bitcode defaults | Artyom Tetyukhin | -9/+4 |
| 2023-12-19 | Auto merge of #119110 - matthiaskrgr:rollup-vr6ha8x, r=matthiaskrgr | bors | -33/+41 |
| 2023-12-19 | Remove the `make_target_blocks` hack | Nadrieril | -71/+65 |
| 2023-12-19 | Remove unused `DiagCtxt::span_bug_no_panic`. | Nicholas Nethercote | -7/+0 |
| 2023-12-19 | De-weirdify `fatally_break_rust`. | Nicholas Nethercote | -10/+24 |
| 2023-12-19 | Rollup merge of #119100 - celinval:smir-body-span, r=compiler-errors | Matthias Krüger | -2/+9 |
| 2023-12-19 | Rollup merge of #119091 - compiler-errors:alias-eq-in-structural-normalize, r... | Matthias Krüger | -31/+32 |
| 2023-12-19 | Auto merge of #119093 - michaelwoerister:mcp533-18, r=petrochenkov | bors | -41/+36 |
| 2023-12-19 | Auto merge of #119074 - leohowell:new-aarch64-apple-watchos-target, r=wesleyw... | bors | -0/+20 |
| 2023-12-19 | subtype_predicate: remove unnecessary probe | lcnr | -12/+3 |
| 2023-12-19 | Auto merge of #119047 - mu001999:fix/118772, r=wesleywiser | bors | -52/+54 |
| 2023-12-18 | Add the function body span to StableMIR | Celina G. Val | -2/+9 |
| 2023-12-19 | Auto merge of #119061 - compiler-errors:async-gen-abi, r=wesleywiser | bors | -23/+36 |
| 2023-12-19 | Introduce `DiagCtxt::struct_bug`. | Nicholas Nethercote | -1/+10 |
| 2023-12-19 | Factor out common `emit_producing_guarantee` code. | Nicholas Nethercote | -43/+21 |
| 2023-12-19 | Add `EmitResult` associated type to `EmissionGuarantee`. | Nicholas Nethercote | -76/+76 |
| 2023-12-19 | Remove `struct_diagnostic` and `G::make_diagnostic_builder`. | Nicholas Nethercote | -65/+0 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -277/+296 |
| 2023-12-19 | Streamline `Diagnostic` proc macro. | Nicholas Nethercote | -83/+45 |
| 2023-12-19 | Remove unnecessary `use` items in derived `IntoDiagnostic` impls. | Nicholas Nethercote | -3/+0 |
| 2023-12-18 | Auto merge of #119023 - compiler-errors:fn-trait-constness, r=fee1-dead | bors | -51/+130 |
| 2023-12-18 | Check const_eval_select intrinsic correctly | Michael Goulet | -29/+59 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -22/+71 |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -41/+36 |
| 2023-12-18 | Add function ABI and type layout to StableMIR | Celina G. Val | -21/+640 |
| 2023-12-18 | Use alias-eq in structural normalization | Michael Goulet | -31/+32 |
| 2023-12-18 | Rollup merge of #118941 - krasimirgg:llvm-cov, r=nikic | Matthias Krüger | -0/+3 |