| Age | Commit message (Expand) | Author | Lines |
| 2024-10-19 | Auto merge of #131211 - bjorn3:rust_abi_follow_c_rules, r=nikic,jieyouxu | bors | -74/+173 |
| 2024-10-19 | Fix test expectations for 32bit x86 | bjorn3 | -16/+12 |
| 2024-10-18 | Rollup merge of #131864 - lrh2000:upcast_reorder, r=WaffleLapkin | 许杰友 Jieyou Xu (Joe) | -8/+31 |
| 2024-10-18 | Rollup merge of #131802 - compiler-errors:fnonce-coverage, r=Zalathar | 许杰友 Jieyou Xu (Joe) | -19/+95 |
| 2024-10-18 | Rollup merge of #131755 - jfrimmel:avr-rjmp-offset-regression-test, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+107 |
| 2024-10-18 | Dont ICE when computing coverage of synthetic async closure body | Michael Goulet | -19/+95 |
| 2024-10-18 | Rollup merge of #131857 - WaffleLapkin:dyn-drop-principal-3, r=compiler-errors | Matthias Krüger | -30/+99 |
| 2024-10-18 | Never emit `vptr` for empty/auto traits | Ruihan Li | -8/+31 |
| 2024-10-18 | Add more tests | Jules Bertholet | -1/+30 |
| 2024-10-17 | Auto merge of #131572 - cuviper:ub-index_range, r=thomcc | bors | -0/+5 |
| 2024-10-17 | Rollup merge of #131833 - c-ryan747:patch-1, r=Noratrieb | Matthias Krüger | -4/+4 |
| 2024-10-17 | Allow dropping dyn principal | Michael Goulet | -30/+70 |
| 2024-10-17 | Fix must_use lint for command exec tests | Callum Ryan | -4/+4 |
| 2024-10-17 | Rollup merge of #131798 - maurer:range-inlining, r=durin42 | Matthias Krüger | -1/+1 |
| 2024-10-17 | Rollup merge of #131748 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -44/+44 |
| 2024-10-17 | Rollup merge of #131595 - fmease:rustdoc-json-mv-obj-safe-dyn-compat, r=aDotI... | Matthias Krüger | -19/+19 |
| 2024-10-17 | Rollup merge of #128391 - cafce25:issue-128390, r=lcnr | Matthias Krüger | -193/+250 |
| 2024-10-17 | bless mir-opt tests | lcnr | -44/+44 |
| 2024-10-17 | Use `rust-lld` instead of `avr-gcc` as the linker | Julian Frimmel | -0/+9 |
| 2024-10-17 | Auto merge of #129582 - nbdd0121:unwind, r=nnethercote | bors | -11/+80 |
| 2024-10-16 | rustdoc-JSON: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -19/+19 |
| 2024-10-16 | Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr | bors | -19/+159 |
| 2024-10-16 | llvm: Tolerate propagated range metadata | Matthew Maurer | -1/+1 |
| 2024-10-16 | Rollup merge of #131776 - hoodmane:emscripten-xfail-backtrace-tests, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-10-16 | Rollup merge of #131751 - compiler-errors:structurally-resolve, r=lcnr | Matthias Krüger | -9/+55 |
| 2024-10-16 | Rollup merge of #131691 - GuillaumeGomez:intra-doc-link-filter-out-2, r=notri... | Matthias Krüger | -0/+90 |
| 2024-10-16 | Rollup merge of #130989 - compiler-errors:unsize-opaque, r=estebank | Matthias Krüger | -10/+12 |
| 2024-10-16 | Auto merge of #131792 - matthiaskrgr:rollup-480nwg4, r=matthiaskrgr | bors | -485/+1037 |
| 2024-10-16 | Rollup merge of #131788 - dufucun:master, r=lqd | Matthias Krüger | -1/+1 |
| 2024-10-16 | Rollup merge of #131757 - c6c7:fixup-lint-non-snake-case-crate, r=jieyouxu | Matthias Krüger | -12/+16 |
| 2024-10-16 | Rollup merge of #131699 - compiler-errors:better-errors-for-projections, r=lcnr | Matthias Krüger | -169/+217 |
| 2024-10-16 | Rollup merge of #131594 - fmease:rustdoc-mv-obj-safe-dyn-compat, r=notriddle | Matthias Krüger | -30/+30 |
| 2024-10-16 | Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelix | Matthias Krüger | -211/+699 |
| 2024-10-16 | Rollup merge of #130822 - bjoernager:non-null-from-ref, r=dtolnay | Matthias Krüger | -62/+74 |
| 2024-10-16 | Simplify test and make it more reliable | Julian Frimmel | -21/+31 |
| 2024-10-16 | Convert to a `rmake`-test | Julian Frimmel | -23/+40 |
| 2024-10-17 | Fix mismatched quotation mark | dufucun | -1/+1 |
| 2024-10-16 | Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind | Charles Celerier | -12/+16 |
| 2024-10-16 | Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrum | bors | -11/+6 |
| 2024-10-16 | rustdoc: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -30/+30 |
| 2024-10-16 | Emscripten: Xfail backtrace ui tests | Hood Chatham | -0/+2 |
| 2024-10-16 | Rollup merge of #131771 - Urgau:cfg-target-131759, r=jieyouxu | Urgau | -1/+11 |
| 2024-10-16 | Rollup merge of #131764 - Zalathar:double-dir, r=jieyouxu | Urgau | -1/+1 |
| 2024-10-16 | Rollup merge of #131754 - compiler-errors:bivariance-bivariance, r=estebank | Urgau | -0/+22 |
| 2024-10-16 | Handle gracefully true/false in `cfg(target(..))` compact | Urgau | -1/+11 |
| 2024-10-16 | Auto merge of #131460 - jwong101:default-placement-new, r=ibraheemdev | bors | -0/+27 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -11/+6 |
| 2024-10-16 | Fix unnecessary nesting in run-make test output directories | Zalathar | -1/+1 |
| 2024-10-15 | Don't check unsize goal in MIR validation when opaques remain | Michael Goulet | -10/+12 |
| 2024-10-15 | Structurally resolve in may_coerce | Michael Goulet | -0/+40 |