| Age | Commit message (Expand) | Author | Lines |
| 2024-12-13 | Reword prelude for AsyncFn stabilization | Michael Goulet | -2/+3 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -553/+311 |
| 2024-12-12 | Auto merge of #134223 - matthiaskrgr:rollup-qy69vqb, r=matthiaskrgr | bors | -248/+844 |
| 2024-12-12 | Rollup merge of #134214 - klensy:rd-shadow, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-12-12 | Rollup merge of #134207 - jieyouxu:revert-134040, r=lqd | Matthias Krüger | -210/+206 |
| 2024-12-12 | Rollup merge of #134204 - Zalathar:llvm-bool, r=SparrowLii | Matthias Krüger | -1/+3 |
| 2024-12-12 | Rollup merge of #134188 - steven807:master, r=lqd | Matthias Krüger | -1/+1 |
| 2024-12-12 | Rollup merge of #134089 - Urgau:triagebot-exceptions, r=ehuss | Matthias Krüger | -1/+9 |
| 2024-12-12 | Rollup merge of #133249 - heiher:loong-abi-check, r=workingjubilee | Matthias Krüger | -1/+3 |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -33/+621 |
| 2024-12-12 | Auto merge of #132789 - matthiaskrgr:debug_tests, r=jieyouxu | bors | -0/+146 |
| 2024-12-12 | fix self shadowed self compare | klensy | -1/+1 |
| 2024-12-12 | Auto merge of #134199 - RalfJung:gitmerge, r=oli-obk | bors | -4/+2 |
| 2024-12-12 | Revert "Rollup merge of #134040 - clubby789:bootstrap-eprintln, r=jieyouxu" | 许杰友 Jieyou Xu (Joe) | -211/+207 |
| 2024-12-12 | Revert "Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789" | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-12 | Fix our `llvm::Bool` typedef to be signed, to match `LLVMBool` | Zalathar | -1/+3 |
| 2024-12-12 | Auto merge of #134201 - matthiaskrgr:rollup-22b721y, r=matthiaskrgr | bors | -190/+475 |
| 2024-12-12 | Rollup merge of #134187 - nnethercote:rm-PErr, r=jieyouxu | Matthias Krüger | -12/+11 |
| 2024-12-12 | Rollup merge of #134179 - zachs18:align_offset_mut_ptr_doc, r=workingjubilee | Matthias Krüger | -9/+0 |
| 2024-12-12 | Rollup merge of #134178 - ehuss:stabilize-2024-prelude, r=amanieu,traviscross... | Matthias Krüger | -6/+15 |
| 2024-12-12 | Rollup merge of #134173 - onur-ozkan:allow-symbol-intern-string-literal, r=ji... | Matthias Krüger | -6/+13 |
| 2024-12-12 | Rollup merge of #134155 - sthibaul:unsafe_op_in_unsafe_fn, r=tgross35 | Matthias Krüger | -0/+1 |
| 2024-12-12 | Rollup merge of #134154 - dev-ardi:field-expr-generics, r=compiler-errors | Matthias Krüger | -17/+18 |
| 2024-12-12 | Rollup merge of #134152 - nnethercote:simplify-rustc_mir_dataflow-abs_domain,... | Matthias Krüger | -37/+11 |
| 2024-12-12 | Rollup merge of #134144 - compiler-errors:fallback-apit, r=WaffleLapkin | Matthias Krüger | -26/+142 |
| 2024-12-12 | Rollup merge of #134070 - oli-obk:push-nquzymupzlsq, r=jieyouxu | Matthias Krüger | -44/+131 |
| 2024-12-12 | Rollup merge of #133859 - bjorn3:move_tests_to_alloctests, r=tgross35 | Matthias Krüger | -27/+123 |
| 2024-12-12 | Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkov | Matthias Krüger | -6/+10 |
| 2024-12-12 | Revert "Stop git from merging generated files" | Ralf Jung | -4/+2 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -200/+1565 |
| 2024-12-11 | Bump Fuchsia | Steven Grady | -1/+1 |
| 2024-12-12 | Properly consider APITs for never type fallback ascription fix | Michael Goulet | -26/+142 |
| 2024-12-12 | Remove `PErr`. | Nicholas Nethercote | -12/+11 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -106/+635 |
| 2024-12-11 | Stabilize the Rust 2024 prelude | Eric Huss | -6/+15 |
| 2024-12-11 | Clarify why a type is rejected for asm! | Oli Scherer | -49/+83 |
| 2024-12-11 | Evaluate constants in SIMD vec lengths before rejecting them | Oli Scherer | -11/+2 |
| 2024-12-11 | Auto merge of #134177 - matthiaskrgr:rollup-hgp8q60, r=matthiaskrgr | bors | -3145/+7930 |
| 2024-12-11 | Rollup merge of #134170 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -2865/+7515 |
| 2024-12-11 | Rollup merge of #134165 - durin42:wasm-target-string, r=jieyouxu | Matthias Krüger | -7/+13 |
| 2024-12-11 | Rollup merge of #134163 - Zalathar:covfun, r=SparrowLii,jieyouxu | Matthias Krüger | -186/+265 |
| 2024-12-11 | Rollup merge of #134148 - dev-ardi:cleanup_check_field_expr, r=compiler-errors | Matthias Krüger | -6/+23 |
| 2024-12-11 | Rollup merge of #133598 - ChayimFriedman2:get-many-mut-detailed-err, r=scottmcm | Matthias Krüger | -28/+34 |
| 2024-12-11 | Rollup merge of #132975 - arichardson:ffi-c-char, r=tgross35 | Matthias Krüger | -53/+80 |
| 2024-12-11 | Remove consteval note from <*mut T>::align_offset docs. | Zachary S | -9/+0 |
| 2024-12-11 | remove `Kind` check for `symbol_intern_string_literal` | onur-ozkan | -6/+1 |
| 2024-12-11 | allow `symbol_intern_string_literal` lint in test modules | onur-ozkan | -0/+12 |
| 2024-12-11 | Add regression tests | Oli Scherer | -0/+62 |
| 2024-12-11 | Auto merge of #134164 - jhpratt:rollup-s7z0vcc, r=jhpratt | bors | -72/+174 |
| 2024-12-11 | Don't emit "field expressions may not have generic arguments" if it's a metho... | Orion Gonzalez | -17/+18 |