| Age | Commit message (Expand) | Author | Lines |
| 2024-09-26 | Move Apple linker args from `rustc_target` to `rustc_codegen_ssa` | Mads Marquart | -121/+134 |
| 2024-09-26 | Auto merge of #130865 - cuviper:library-raw_ref_op, r=tgross35 | bors | -185/+150 |
| 2024-09-26 | Auto merge of #130329 - khuey:reorder-constant-spills, r=davidtwco | bors | -18/+83 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -185/+150 |
| 2024-09-25 | Auto merge of #120752 - compiler-errors:more-relevant-bounds, r=lcnr | bors | -10/+380 |
| 2024-09-25 | Auto merge of #130847 - matthiaskrgr:rollup-f0n80bw, r=matthiaskrgr | bors | -48/+145 |
| 2024-09-25 | Rollup merge of #130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-25 | Rollup merge of #130832 - RalfJung:sort-cfg-mess, r=workingjubilee | Matthias Krüger | -11/+11 |
| 2024-09-25 | Rollup merge of #130819 - bjoernager:char-must-use-len-utf, r=Noratrieb | Matthias Krüger | -0/+4 |
| 2024-09-25 | Rollup merge of #130811 - RalfJung:random, r=joboet | Matthias Krüger | -1/+2 |
| 2024-09-25 | Rollup merge of #130781 - monkeydbobo:mdb/fix_up_cross_compile_osx, r=davidtwco | Matthias Krüger | -3/+4 |
| 2024-09-25 | Rollup merge of #130735 - compiler-errors:validate-unsize, r=spastorino,RalfJung | Matthias Krüger | -32/+123 |
| 2024-09-25 | Add a few more tests, comments | Michael Goulet | -0/+81 |
| 2024-09-25 | Pull out into helper function | Michael Goulet | -99/+112 |
| 2024-09-25 | Collect relevant item bounds from trait clauses for nested rigid projections,... | Michael Goulet | -10/+286 |
| 2024-09-25 | Add tracking issue for io_error_inprogress | nora | -1/+1 |
| 2024-09-25 | Add a debug assertion in codegen that unsize casts of the same principal trai... | Michael Goulet | -18/+38 |
| 2024-09-25 | Validate unsize coercion in MIR validation | Michael Goulet | -29/+100 |
| 2024-09-25 | Auto merge of #130812 - lnicola:sync-from-ra, r=lnicola | bors | -22630/+14369 |
| 2024-09-25 | fix some cfg logic around optimize_for_size and 16-bit targets | Ralf Jung | -11/+11 |
| 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 | Add 'must_use' attribute to 'char::len_utf8' and 'char::len_utf16'; | Gabriel Bjørnager Jensen | -0/+4 |
| 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 | add link from random() helper fn to extensive DefaultRandomSource docs | Ralf Jung | -1/+2 |
| 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 |