| Age | Commit message (Expand) | Author | Lines |
| 2024-09-22 | tests: Remove spuriously failing vec-tryinto-array codegen test | Jubilee Young | -22/+0 |
| 2024-09-22 | Auto merge of #130710 - GuillaumeGomez:rollup-mfuha68, r=GuillaumeGomez | bors | -7/+34 |
| 2024-09-22 | Rollup merge of #130702 - clubby789:unstable-book-docs, r=ehuss | Guillaume Gomez | -0/+12 |
| 2024-09-22 | Rollup merge of #130692 - RalfJung:result-flatten, r=Noratrieb | Guillaume Gomez | -2/+8 |
| 2024-09-22 | Rollup merge of #130690 - RalfJung:interpret-abi-compat-fixme, r=jieyouxu | Guillaume Gomez | -1/+0 |
| 2024-09-22 | Rollup merge of #130670 - the8472:read-to-end-heuristics, r=ChrisDenton | Guillaume Gomez | -3/+13 |
| 2024-09-22 | Rollup merge of #130658 - EqualMa:patch-1, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2024-09-22 | Auto merge of #130709 - RalfJung:miri-sync, r=RalfJung | bors | -2149/+2200 |
| 2024-09-22 | Auto merge of #3852 - tiif:rwrefactor, r=RalfJung | bors | -153/+249 |
| 2024-09-22 | simplify eventfd handling a bit | Ralf Jung | -49/+30 |
| 2024-09-22 | remove some unnecessary to_owned | Ralf Jung | -9/+9 |
| 2024-09-22 | read, write: move cast-to-usize logic up and deduplicate it | Ralf Jung | -4/+6 |
| 2024-09-22 | further tweak FileDescription comments | Ralf Jung | -17/+12 |
| 2024-09-22 | Pass pointer and len to FileDescription::write and change the type of len in ... | tiif | -47/+60 |
| 2024-09-22 | Use &[u8] instead of Vec<u8> and improve docs | tiif | -13/+25 |
| 2024-09-22 | Add some missing tracking issue links | clubby789 | -0/+12 |
| 2024-09-22 | Auto merge of #130697 - bjoernager:const-char-make-ascii, r=dtolnay | bors | -2/+4 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'char' as const; | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-22 | Auto merge of #3903 - RalfJung:auto-prs, r=RalfJung | bors | -0/+3 |
| 2024-09-22 | try to give the CI job permission to create PRs | Ralf Jung | -0/+3 |
| 2024-09-22 | Auto merge of #130689 - RalfJung:rustc_nonnull_optimization_guaranteed, r=jie... | bors | -4/+8 |
| 2024-09-22 | fix rustc_nonnull_optimization_guaranteed docs | Ralf Jung | -4/+8 |
| 2024-09-22 | Auto merge of #130688 - workingjubilee:rollup-ovre6p7, r=workingjubilee | bors | -44/+247 |
| 2024-09-22 | make unstable Result::flatten a const fn | Ralf Jung | -2/+8 |
| 2024-09-22 | Auto merge of #3902 - RalfJung:rustup, r=RalfJung | bors | -746/+2412 |
| 2024-09-22 | rustfmt: switch over to setting style_edition | Ralf Jung | -1/+1 |
| 2024-09-22 | Merge from rustc | Ralf Jung | -744/+2410 |
| 2024-09-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-09-22 | interpret: remove outdated FIXME | Ralf Jung | -1/+0 |
| 2024-09-21 | Rollup merge of #130669 - workingjubilee:slicing-fnptr-tests-finely, r=compil... | Jubilee | -0/+25 |
| 2024-09-21 | Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errors | Jubilee | -1/+126 |
| 2024-09-21 | Rollup merge of #130664 - GuillaumeGomez:generate-line-numbers-on-non-rust, r... | Jubilee | -19/+74 |
| 2024-09-21 | Rollup merge of #130650 - BlackHoleFox:apple-target-desc-consistency, r=jieyouxu | Jubilee | -18/+18 |
| 2024-09-21 | Rollup merge of #130648 - onur-ozkan:enzyme-linking, r=Kobzol | Jubilee | -6/+4 |
| 2024-09-22 | Auto merge of #130446 - durin42:llvm-20-fix-CommandLineArgs, r=workingjubilee | bors | -1/+19 |
| 2024-09-22 | Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkov | bors | -3/+31 |
| 2024-09-22 | Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelid | bors | -28/+210 |
| 2024-09-22 | Add GUI regression test for non-rust code blocks line numbers | Guillaume Gomez | -7/+60 |
| 2024-09-22 | Generate line numbers for non-rust code examples as well | Guillaume Gomez | -7/+9 |
| 2024-09-22 | Strip last backline from non-rust code examples | Guillaume Gomez | -5/+5 |
| 2024-09-21 | Auto merge of #130674 - compiler-errors:rollup-yu105fl, r=compiler-errors | bors | -455/+2213 |
| 2024-09-21 | Handle macro calls in anon const def creation take 2 | Boxy | -28/+210 |
| 2024-09-21 | Rollup merge of #130673 - GrigorenkoPV:path-triple-colon, r=compiler-errors | Michael Goulet | -16/+366 |
| 2024-09-21 | Rollup merge of #130667 - workingjubilee:she-is-c-c-c-cold, r=compiler-errors | Michael Goulet | -1/+18 |
| 2024-09-21 | Rollup merge of #130666 - compiler-errors:super-bounds, r=fee1-dead,fmease | Michael Goulet | -25/+85 |
| 2024-09-21 | Rollup merge of #130653 - RalfJung:result-abi-compat, r=traviscross | Michael Goulet | -0/+2 |
| 2024-09-21 | Rollup merge of #130651 - qwertynerd97:patch-1, r=Kobzol | Michael Goulet | -1/+1 |
| 2024-09-21 | Rollup merge of #130408 - okaneco:into_lossy_refactor, r=Noratrieb | Michael Goulet | -1/+63 |
| 2024-09-21 | Rollup merge of #129629 - compiler-errors:rtn-in-path, r=jackh726 | Michael Goulet | -229/+1493 |
| 2024-09-21 | Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 | Michael Goulet | -182/+185 |