| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Avoid dynamic linking to libstd in `command-current-dir` test | Jakub Beránek | -0/+1 |
| 2024-10-02 | Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errors | bors | -2/+74 |
| 2024-10-02 | Rollup merge of #131152 - fee1-dead-contrib:fxdiag, r=compiler-errors | Matthias Krüger | -137/+114 |
| 2024-10-02 | Rollup merge of #131150 - bvanjoi:issue-128327, r=chenyukang | Matthias Krüger | -0/+44 |
| 2024-10-02 | Rollup merge of #131140 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -11/+11 |
| 2024-10-02 | Rollup merge of #130863 - compiler-errors:relax-codegen-dyn-assert, r=lcnr | Matthias Krüger | -0/+8 |
| 2024-10-02 | Improve const traits diagnostics for new desugaring | Deadbeef | -137/+114 |
| 2024-10-02 | only query `params_in_repr` if def kind is adt | bohan | -0/+44 |
| 2024-10-02 | Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint | ismailarilik | -11/+11 |
| 2024-10-01 | Auto merge of #131098 - GuillaumeGomez:rollup-kk74was, r=GuillaumeGomez | bors | -7/+8 |
| 2024-10-01 | Rollup merge of #131042 - compiler-errors:supertrait-vtable, r=lcnr | Guillaume Gomez | -7/+8 |
| 2024-10-01 | add tests | lcnr | -2/+74 |
| 2024-10-01 | Auto merge of #126839 - obeis:mpmc, r=Amanieu | bors | -3/+26 |
| 2024-10-01 | Stabilize expr_2021 fragment in all editions | Eric Holk | -57/+36 |
| 2024-09-30 | Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcm | Trevor Gross | -0/+70 |
| 2024-09-30 | Rollup merge of #130877 - taiki-e:riscv-atomic, r=Amanieu | Trevor Gross | -2/+2 |
| 2024-09-30 | add test ensuring we cannot call const-stable unstable functions | Ralf Jung | -0/+70 |
| 2024-09-30 | Add multi-producer, multi-consumer channel (mpmc) | Obei Sideg | -3/+26 |
| 2024-09-30 | Instantiate binders in supertrait_vtable_slot | Michael Goulet | -7/+8 |
| 2024-09-30 | Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-... | Matthias Krüger | -319/+135 |
| 2024-09-30 | Rollup merge of #131035 - dingxiangfei2009:tweak-if-let-rescope-lint, r=jieyouxu | Matthias Krüger | -5/+117 |
| 2024-09-30 | Relax a debug assertion in codegen | Michael Goulet | -0/+8 |
| 2024-09-30 | apply suggestions | Ding Xiang Fei | -7/+73 |
| 2024-09-30 | Rollup merge of #131057 - Urgau:cfg-erronous-unsafe, r=jieyouxu | Matthias Krüger | -3/+31 |
| 2024-09-30 | Rollup merge of #130895 - RalfJung:asm-tests, r=nnethercote | Matthias Krüger | -96/+22 |
| 2024-09-30 | make type-check-4 asm tests about non-const expressions | Ralf Jung | -96/+22 |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -3/+31 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -319/+135 |
| 2024-09-30 | Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-errors | bors | -53/+21 |
| 2024-09-30 | preserve brackets around if-lets and skip while-lets | Ding Xiang Fei | -3/+49 |
| 2024-09-29 | Rollup merge of #130990 - RalfJung:mir-const-normalize, r=compiler-errors | Matthias Krüger | -11/+4 |
| 2024-09-29 | adjust test | Ralf Jung | -11/+4 |
| 2024-09-29 | Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxu | bors | -0/+58 |
| 2024-09-28 | remap-path-prefix-sysroot: remap {{src-base}} as well | Urgau | -1/+2 |
| 2024-09-28 | Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-dead | Matthias Krüger | -11/+20 |
| 2024-09-28 | Rollup merge of #130944 - lukas-code:ptr-ptr-sub, r=compiler-errors | Matthias Krüger | -6/+64 |
| 2024-09-28 | Rollup merge of #130924 - surechen:fix_130851, r=compiler-errors | Matthias Krüger | -0/+73 |
| 2024-09-28 | Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnr | Matthias Krüger | -44/+63 |
| 2024-09-28 | rustc_target: Add RISC-V atomic-related features | Taiki Endo | -2/+2 |
| 2024-09-27 | tests: issue-34798.rs => allow-phantomdata-in-ffi.rs | Jubilee Young | -0/+2 |
| 2024-09-27 | Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgr | bors | -303/+381 |
| 2024-09-27 | tests: issue-14309.* => repr-rust-is-undefined.* | Jubilee Young | -11/+15 |
| 2024-09-27 | tests: issue-69488.rs => load-preserves-partial-init-issue-69488.rs | Jubilee Young | -0/+3 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -269/+269 |
| 2024-09-27 | Rollup merge of #130730 - veera-sivarajan:clean-test-headers, r=compiler-errors | Matthias Krüger | -11/+12 |
| 2024-09-27 | Rollup merge of #130718 - jackh726:known-bug-cleanup, r=compiler-errors | Matthias Krüger | -23/+100 |
| 2024-09-27 | borrowck: use subtyping instead of equality for ptr-to-ptr casts | Lukas Markeffsky | -28/+1 |
| 2024-09-27 | add even more tests for ptr-to-ptr casts on trait objects | Lukas Markeffsky | -7/+92 |
| 2024-09-27 | Cleanup some known-bug issues | Jack Huey | -23/+100 |
| 2024-09-27 | Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukang | Matthias Krüger | -0/+54 |