| Age | Commit message (Expand) | Author | Lines |
| 2024-09-25 | Auto merge of #130812 - lnicola:sync-from-ra, r=lnicola | bors | -22630/+14369 |
| 2024-09-25 | Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearth | bors | -2606/+7437 |
| 2024-09-25 | Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgr | bors | -175/+420 |
| 2024-09-25 | Rollup merge of #130810 - kromych:master, r=workingjubilee | Matthias Krüger | -78/+1 |
| 2024-09-25 | Rollup merge of #130809 - heiher:update-triple-ohos, r=jieyouxu | Matthias Krüger | -8/+4 |
| 2024-09-25 | Rollup merge of #130787 - compiler-errors:next-solver-gce, r=BoxyUwU | Matthias Krüger | -11/+63 |
| 2024-09-25 | Rollup merge of #130734 - Luv-Ray:fix_vfe, r=lcnr | Matthias Krüger | -51/+61 |
| 2024-09-25 | Rollup merge of #130595 - no1wudi:master, r=ibraheemdev | Matthias Krüger | -22/+225 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -5/+66 |
| 2024-09-25 | Add missing rustc_private | Laurențiu Nicola | -0/+7 |
| 2024-09-25 | Auto merge of #18183 - lnicola:sync-from-rust, r=lnicola | bors | -49454/+72436 |
| 2024-09-25 | Auto merge of #18184 - Veykril:veykril/push-wsqsyxynttps, r=Veykril | bors | -12/+30 |
| 2024-09-25 | Run rustfmt | Laurențiu Nicola | -3/+1 |
| 2024-09-25 | Pass all-targets for build scripts in more cli commands | Lukas Wirth | -12/+30 |
| 2024-09-25 | Add more LayoutError variants | Laurențiu Nicola | -3/+8 |
| 2024-09-25 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2024-09-25 | Merge from rust-lang/rust | Laurențiu Nicola | -49436/+72415 |
| 2024-09-25 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -41/+151 |
| 2024-09-25 | Vxworks riscv target specs: remove redundant zicsr feature | B I Mohammed Abbas | -4/+4 |
| 2024-09-24 | Don't trap into the debugger on panics under Linux | kromych | -78/+1 |
| 2024-09-25 | Update llvm triple for OpenHarmony targets | WANG Rui | -8/+4 |
| 2024-09-25 | Auto merge of #130807 - tgross35:rollup-p304vzf, r=tgross35 | bors | -560/+872 |
| 2024-09-24 | Rollup merge of #130798 - lukas-code:doc-stab, r=notriddle | Trevor Gross | -9/+82 |
| 2024-09-24 | Rollup merge of #130793 - jieyouxu:mention-crashes-verbose, r=matthiaskrgr | Trevor Gross | -4/+5 |
| 2024-09-24 | Rollup merge of #130789 - aviramha:add_inprogress, r=Noratrieb | Trevor Gross | -0/+8 |
| 2024-09-24 | Rollup merge of #130788 - tgross35:memchr-pinning, r=Noratrieb,Mark-Simulacrum | Trevor Gross | -4/+8 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -144/+136 |
| 2024-09-24 | Rollup merge of #130752 - tdittr:cmse-assembly-tests, r=jieyouxu | Trevor Gross | -5/+81 |
| 2024-09-24 | Rollup merge of #130234 - lukas-code:ptr-cast-errors, r=WaffleLapkin | Trevor Gross | -394/+552 |
| 2024-09-24 | Auto merge of #130739 - jieyouxu:stage0_run_make, r=Kobzol | bors | -103/+78 |
| 2024-09-24 | Add a tracking issue for `file_buffered` | Josh Stone | -2/+2 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -40/+44 |
| 2024-09-24 | update doc comment | Lukas Markeffsky | -2/+4 |
| 2024-09-24 | improve errors for invalid pointer casts | Lukas Markeffsky | -74/+121 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -231/+289 |
| 2024-09-24 | Pre-allocate buffers in `File::open_buffered` and `create_buffered` | Josh Stone | -3/+38 |
| 2024-09-24 | Add `File::open_buffered` and `create_buffered` | Josh Stone | -0/+71 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -29/+38 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -38/+52 |
| 2024-09-24 | add another test | Lukas Markeffsky | -1/+14 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -55/+70 |
| 2024-09-24 | Auto merge of #129587 - Voultapher:opt-for-size-variants-of-sort-impls, r=cuv... | bors | -59/+202 |
| 2024-09-24 | rustdoc: inherit parent's stability where applicable | Lukas Markeffsky | -9/+82 |
| 2024-09-24 | add InProgress ErrorKind gated behind io_error_inprogress feature | Aviram Hassan | -0/+8 |
| 2024-09-24 | Mention `COMPILETEST_VERBOSE_CRASHES` on crash test failure | 许杰友 Jieyou Xu (Joe) | -4/+5 |
| 2024-09-24 | Remove unused import from Clippy versions.py file | Philipp Krones | -1/+0 |
| 2024-09-24 | Pin memchr to 2.5.0 in the library rather than rustc_ast | Trevor Gross | -4/+8 |
| 2024-09-24 | Auto merge of #18164 - ShoyuVanilla:use-as-alias, r=Veykril | bors | -13/+97 |
| 2024-09-24 | Ban combination of GCE and new solver | Michael Goulet | -11/+63 |