| Age | Commit message (Expand) | Author | Lines |
| 2024-12-15 | spell "referring" correctly | Anton Lazarev | -6/+6 |
| 2024-12-15 | compiler: Set `target_abi = "ilp32e"` on all riscv32e targets | Jubilee Young | -1/+1 |
| 2024-12-15 | Use `span_label` as it looks better when we show pattern missing binding in o... | Esteban Küber | -17/+5 |
| 2024-12-15 | Fix trimmed_def_paths ICE in the function ptr comparison lint | Urgau | -0/+16 |
| 2024-12-15 | Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkov | bors | -3/+1 |
| 2024-12-15 | Auto merge of #134349 - jieyouxu:rollup-zqn0jox, r=jieyouxu | bors | -4/+13 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -3/+1 |
| 2024-12-16 | Rollup merge of #134339 - Urgau:tcx-in-early-diag, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-12-16 | Rollup merge of #134329 - taiki-e:m68k-target-feature, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+10 |
| 2024-12-15 | Auto merge of #133417 - RalfJung:aarch64-float-abi, r=workingjubilee | bors | -0/+24 |
| 2024-12-15 | crashes: more tests | Matthias Krüger | -0/+176 |
| 2024-12-15 | Improve check-cfg Cargo macro diagnostic with crate name | Urgau | -3/+3 |
| 2024-12-15 | Auto merge of #134117 - DianQK:gep-i8, r=oli-obk | bors | -0/+59 |
| 2024-12-15 | Simplify the GEP instruction for index | DianQK | -0/+59 |
| 2024-12-15 | Rollup merge of #134313 - compiler-errors:no-itib-def-id, r=oli-obk | Stuart Cook | -0/+10 |
| 2024-12-15 | Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514 | Stuart Cook | -8/+52 |
| 2024-12-15 | Fix `vec_pop_push_noop` codegen test on `wasm32-wasip1` target | EFanZh | -1/+1 |
| 2024-12-15 | Asserts the maximum value that can be returned from `Vec::len` | EFanZh | -0/+52 |
| 2024-12-15 | Add m68k_target_feature | Taiki Endo | -1/+10 |
| 2024-12-14 | Use `PtrMetadata` instead of `Len` in slice drop shims | Scott McMurray | -18/+26 |
| 2024-12-14 | Add a mir-opt test for drop shims of arrays | Scott McMurray | -0/+57 |
| 2024-12-15 | Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkov | bors | -4/+14 |
| 2024-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -8/+52 |
| 2024-12-15 | Auto merge of #134318 - matthiaskrgr:rollup-jda0jkx, r=matthiaskrgr | bors | -28/+489 |
| 2024-12-14 | Rollup merge of #134264 - adetaylor:weak-and-nonnull, r=compiler-errors | Matthias Krüger | -0/+72 |
| 2024-12-14 | Rollup merge of #133392 - compiler-errors:object-sup, r=lcnr | Matthias Krüger | -12/+39 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -16/+378 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -1626/+1330 |
| 2024-12-14 | Arbitrary self types v2: Weak, NonNull hints | Adrian Taylor | -0/+72 |
| 2024-12-14 | Auto merge of #134305 - matthiaskrgr:rollup-bja3lsz, r=matthiaskrgr | bors | -23/+324 |
| 2024-12-14 | Don't make a def id for impl_trait_in_bindings | Michael Goulet | -0/+10 |
| 2024-12-14 | Make sure to use normalized ty for unevaluated const for default struct value | Michael Goulet | -0/+17 |
| 2024-12-14 | Move default-field-values tests into a subdirectory | Michael Goulet | -18/+18 |
| 2024-12-14 | Fix tests | bjorn3 | -5/+4 |
| 2024-12-14 | Rollup merge of #134295 - compiler-errors:smir-async-closure, r=oli-obk | Matthias Krüger | -0/+102 |
| 2024-12-14 | Rollup merge of #134279 - jieyouxu:return-adjustment-target, r=compiler-errors | Matthias Krüger | -8/+51 |
| 2024-12-14 | Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxu | Matthias Krüger | -0/+62 |
| 2024-12-14 | Rollup merge of #133221 - Urgau:check-cfg-macro-diag, r=jieyouxu | Matthias Krüger | -15/+109 |
| 2024-12-14 | Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgr | bors | -80/+99 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -0/+200 |
| 2024-12-14 | Add a regression test for #134162 | 许杰友 Jieyou Xu (Joe) | -8/+51 |
| 2024-12-14 | reject aarch64 target feature toggling that would change the float ABI | Ralf Jung | -0/+24 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -25/+94 |
| 2024-12-14 | Rollup merge of #134192 - nnethercote:rm-Lexer-Parser-dep, r=compiler-errors | Matthias Krüger | -77/+31 |
| 2024-12-14 | Rollup merge of #134081 - oli-obk:push-prpsqxxynxnq, r=BoxyUwU | Matthias Krüger | -3/+68 |
| 2024-12-14 | Encode coroutine-closures in SMIR | Michael Goulet | -0/+102 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -0/+200 |
| 2024-12-14 | Rollup merge of #134274 - fmease:amp-raw-is-a-normal-borrow, r=Noratrieb | Matthias Krüger | -0/+30 |
| 2024-12-14 | Rollup merge of #134271 - adetaylor:feature-gate-test, r=wesleywiser | Matthias Krüger | -3/+42 |
| 2024-12-14 | Rollup merge of #134262 - adetaylor:revert-diagnostics, r=compiler-errors | Matthias Krüger | -22/+22 |