| Age | Commit message (Expand) | Author | Lines |
| 2024-08-21 | Clean up cfg-gating of ProcessPrng extern | Geoffry Song | -13/+16 |
| 2024-08-21 | Auto merge of #129359 - matthiaskrgr:rollup-nyre44t, r=matthiaskrgr | bors | -861/+985 |
| 2024-08-21 | Rollup merge of #129355 - RalfJung:PlaceMention, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-21 | Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu | Matthias Krüger | -30/+19 |
| 2024-08-21 | Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jie... | Matthias Krüger | -121/+106 |
| 2024-08-21 | Rollup merge of #129339 - beetrees:make-indirect-from-ignore, r=RalfJung | Matthias Krüger | -8/+18 |
| 2024-08-21 | Rollup merge of #129332 - cuviper:cstr-cast, r=compiler-errors | Matthias Krüger | -27/+26 |
| 2024-08-21 | Rollup merge of #129312 - tbu-:pr_str_not_impl_error, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-08-21 | Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebank | Matthias Krüger | -668/+737 |
| 2024-08-21 | Rollup merge of #129179 - compiler-errors:cfi-erase-transparent, r=davidtwco | Matthias Krüger | -1/+19 |
| 2024-08-21 | Rollup merge of #128843 - veera-sivarajan:small-cleanup, r=davidtwco | Matthias Krüger | -3/+2 |
| 2024-08-21 | Rollup merge of #128627 - khuey:DUMMY_SP-line-no, r=nnethercote | Matthias Krüger | -1/+56 |
| 2024-08-21 | Fix stability attribute of `impl !Error for &str` | Tobias Bucher | -1/+1 |
| 2024-08-21 | fix comment on PlaceMention semantics | Ralf Jung | -1/+1 |
| 2024-08-21 | Auto merge of #126556 - saethlin:layout-precondition, r=joboet | bors | -8/+23 |
| 2024-08-21 | Auto merge of #128866 - scottmcm:update-stdarch, r=tgross35 | bors | -0/+0 |
| 2024-08-21 | Update stdarch submodule | Scott McMurray | -0/+0 |
| 2024-08-21 | Auto merge of #129331 - matthiaskrgr:rollup-rxv463w, r=matthiaskrgr | bors | -142/+742 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -30/+19 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -121/+106 |
| 2024-08-21 | Make `ArgAbi::make_indirect_force` more specific | beetrees | -8/+18 |
| 2024-08-20 | Try to golf down the amount of code in Layout | Ben Kimock | -8/+3 |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -27/+26 |
| 2024-08-20 | Auto merge of #128252 - EtomicBomb:pre-rfc, r=notriddle | bors | -683/+1551 |
| 2024-08-20 | Rollup merge of #129318 - GuillaumeGomez:rm-unneeded-defid-conversion, r=notr... | Matthias Krüger | -28/+31 |
| 2024-08-20 | Rollup merge of #129314 - kyoto7250:fix_link_in_mir_mod, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-20 | Rollup merge of #129309 - RalfJung:CompileTimeInterpCx, r=compiler-errors | Matthias Krüger | -2/+5 |
| 2024-08-20 | Rollup merge of #129308 - c8ef:typo, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-08-20 | Rollup merge of #129294 - scottmcm:stabilize-repeat-n, r=Noratrieb | Matthias Krüger | -14/+10 |
| 2024-08-20 | Rollup merge of #129277 - Xiretza:update-annotate-snippets, r=fee1-dead | Matthias Krüger | -75/+42 |
| 2024-08-20 | Rollup merge of #129270 - compiler-errors:inner-generics-shadowing, r=petroch... | Matthias Krüger | -3/+11 |
| 2024-08-20 | Rollup merge of #128932 - bvanjoi:issue-128813, r=petrochenkov | Matthias Krüger | -17/+179 |
| 2024-08-20 | Rollup merge of #128662 - dingxiangfei2009:lint-tail-expr-drop-order, r=jieyouxu | Matthias Krüger | -0/+461 |
| 2024-08-20 | Move the "matches no value" note to be a span label | Nadrieril | -294/+149 |
| 2024-08-21 | lint on tail expr drop order change in Edition 2024 | Ding Xiang Fei | -0/+461 |
| 2024-08-20 | Remove unneeded conversion to `DefId` for `ExtraInfo` | Guillaume Gomez | -28/+31 |
| 2024-08-21 | fix link in mir/mod | kyoto7250 | -1/+1 |
| 2024-08-20 | Auto merge of #129239 - DianQK:codegen-rustc_intrinsic, r=saethlin | bors | -1/+17 |
| 2024-08-20 | ctfe: make CompileTimeInterpCx type alias public | Ralf Jung | -2/+5 |
| 2024-08-20 | fix: simple typo in compiler directory | c8ef | -2/+2 |
| 2024-08-20 | skip updating when external binding is existed | bohan | -17/+179 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -320/+194 |
| 2024-08-19 | Stabilize `iter::repeat_n` | Scott McMurray | -14/+10 |
| 2024-08-20 | Auto merge of #129226 - RalfJung:libc, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-08-19 | Add a comment. | Kyle Huey | -0/+5 |
| 2024-08-19 | Add a test. | Kyle Huey | -0/+45 |
| 2024-08-19 | Auto merge of #122551 - RayMuir:copy_fmt, r=saethlin | bors | -3924/+3926 |
| 2024-08-19 | Don't consider RibKind::Module's bindings when checking generics shadowing | Michael Goulet | -3/+11 |
| 2024-08-19 | Add a precondition check for Layout::from_size_align_unchecked | Ben Kimock | -7/+27 |
| 2024-08-19 | Auto merge of #129275 - matthiaskrgr:rollup-qv64hg6, r=matthiaskrgr | bors | -150/+746 |