| Age | Commit message (Expand) | Author | Lines |
| 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 | implement remapper for build paths | onur-ozkan | -0/+14 |
| 2023-12-19 | update `build.tools` in config.example.toml | onur-ozkan | -0/+1 |
| 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 | don't build `rust-analyzer-proc-macro-srv` on def config | onur-ozkan | -5/+8 |
| 2023-12-19 | Auto merge of #119117 - bjorn3:sync_cg_clif-2023-12-19, r=bjorn3 | bors | -117/+225 |
| 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 | Auto merge of #118853 - calebzulawski:simd-intrinsics, r=RalfJung | bors | -0/+474 |
| 2023-12-19 | Remove legacy bitcode defaults | Artyom Tetyukhin | -9/+4 |
| 2023-12-19 | Update documentation for `--env` compilation flag | Guillaume Gomez | -1/+19 |
| 2023-12-19 | Rustup to rustc 1.76.0-nightly (3f28fe133 2023-12-18) | bjorn3 | -1/+1 |
| 2023-12-19 | Sync from rust 3f28fe133475ec5faf3413b556bf3cfb0d51336c | bjorn3 | -8/+7 |
| 2023-12-19 | Auto merge of #119110 - matthiaskrgr:rollup-vr6ha8x, r=matthiaskrgr | bors | -65/+77 |
| 2023-12-19 | Remove the `make_target_blocks` hack | Nadrieril | -92/+86 |
| 2023-12-19 | Remove unused `DiagCtxt::span_bug_no_panic`. | Nicholas Nethercote | -7/+0 |
| 2023-12-19 | De-weirdify `fatally_break_rust`. | Nicholas Nethercote | -12/+44 |
| 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 #119098 - compiler-errors:hangs, r=lcnr | Matthias Krüger | -13/+18 |
| 2023-12-19 | Rollup merge of #119091 - compiler-errors:alias-eq-in-structural-normalize, r... | Matthias Krüger | -50/+50 |
| 2023-12-19 | Rollup merge of #119087 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-12-19 | Auto merge of #119093 - michaelwoerister:mcp533-18, r=petrochenkov | bors | -41/+36 |
| 2023-12-18 | Add arm-none-eabi and armv7r-none-eabi platform-support documentation. | Chris Copeland | -106/+176 |
| 2023-12-19 | Auto merge of #119074 - leohowell:new-aarch64-apple-watchos-target, r=wesleyw... | bors | -0/+24 |
| 2023-12-19 | subtype_predicate: remove unnecessary probe | lcnr | -12/+3 |
| 2023-12-19 | Auto merge of #117654 - alistair23:alistair/riscv-docker, r=Mark-Simulacrum | bors | -8/+30 |
| 2023-12-19 | Auto merge of #119047 - mu001999:fix/118772, r=wesleywiser | bors | -52/+69 |
| 2023-12-18 | Disable new intrinsics for bootstrap | Caleb Zulawski | -0/+2 |
| 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/+125 |
| 2023-12-18 | Add a test demonstrating that RFC's note on diverging returns is subsumed by ... | Michael Goulet | -0/+20 |
| 2023-12-18 | Adjust the ignore-compare-mode-next-solver for hangs | Michael Goulet | -13/+18 |
| 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-18 | Auto merge of #118946 - onur-ozkan:fix-clean, r=clubby789 | bors | -2/+8 |
| 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 | -288/+307 |
| 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 | -69/+164 |
| 2023-12-18 | Check const_eval_select intrinsic correctly | Michael Goulet | -46/+81 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -24/+84 |
| 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 | -25/+760 |
| 2023-12-18 | Use alias-eq in structural normalization | Michael Goulet | -50/+50 |