| Age | Commit message (Expand) | Author | Lines |
| 2024-08-25 | Add `f16` and `f128` inline ASM support for `aarch64` | beetrees | -6/+14 |
| 2024-08-24 | Enable f16 in assembly on aarch64 platforms that support it | rongfu.leng | -3/+3 |
| 2024-08-23 | Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez | bors | -3/+4 |
| 2024-08-23 | Rollup merge of #129437 - gurry:fix-diagnostic-typo, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-08-23 | Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errors | Guillaume Gomez | -2/+3 |
| 2024-08-23 | Rollup merge of #129417 - compiler-errors:refine-err, r=lqd | Matthias Krüger | -1/+6 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -54/+57 |
| 2024-08-23 | Fix typo in help diagnostic | Gurinder Singh | -1/+1 |
| 2024-08-22 | Don't trigger refinement lint if predicates reference errors | Michael Goulet | -1/+6 |
| 2024-08-22 | Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu | bors | -2/+6 |
| 2024-08-22 | Fix handling of macro arguments within the `dropping_copy_types lint | Urgau | -2/+3 |
| 2024-08-22 | Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgr | bors | -21/+39 |
| 2024-08-22 | Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-08-22 | Rollup merge of #129388 - cjgillot:region-def-id, r=compiler-errors | Matthias Krüger | -20/+4 |
| 2024-08-22 | Rollup merge of #129373 - samitolvanen:cfi-module-flags, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2024-08-22 | Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr | bors | -79/+127 |
| 2024-08-22 | Pretty-print own args of existential projections | León Orell Valerian Liehr | -1/+4 |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -20/+4 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -54/+57 |
| 2024-08-21 | Add missing module flags for CFI and KCFI sanitizers | Sami Tolvanen | -0/+31 |
| 2024-08-21 | Rollup merge of #129364 - jswrenn:transmute-layout-errs, r=compiler-errors | Matthias Krüger | -21/+10 |
| 2024-08-21 | Rollup merge of #129353 - krasimirgg:llvm20key, r=nikic | Matthias Krüger | -0/+11 |
| 2024-08-21 | Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-08-21 | safe transmute: gracefully bubble-up layout errors | Jack Wrenn | -21/+10 |
| 2024-08-21 | Rollup merge of #129070 - estebank:static-trait, r=davidtwco | Matthias Krüger | -11/+35 |
| 2024-08-21 | Rollup merge of #128941 - GrigorenkoPV:internal-diagnostic-lints, r=davidtwco | Matthias Krüger | -68/+84 |
| 2024-08-21 | Rollup merge of #127279 - bvanjoi:fix-112680, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2024-08-21 | Point at explicit `'static` obligations on a trait | Esteban Küber | -11/+35 |
| 2024-08-21 | llvm-wrapper: adapt for LLVM 20 API changes | Krasimir Georgiev | -0/+11 |
| 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 | -25/+24 |
| 2024-08-21 | Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebank | Matthias Krüger | -16/+35 |
| 2024-08-21 | Rollup merge of #129179 - compiler-errors:cfi-erase-transparent, r=davidtwco | Matthias Krüger | -1/+1 |
| 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/+11 |
| 2024-08-21 | fix comment on PlaceMention semantics | Ralf Jung | -1/+1 |
| 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 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -25/+24 |
| 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 #129277 - Xiretza:update-annotate-snippets, r=fee1-dead | Matthias Krüger | -63/+40 |
| 2024-08-20 | Rollup merge of #129270 - compiler-errors:inner-generics-shadowing, r=petroch... | Matthias Krüger | -3/+3 |
| 2024-08-20 | Rollup merge of #128932 - bvanjoi:issue-128813, r=petrochenkov | Matthias Krüger | -5/+13 |
| 2024-08-20 | Move the "matches no value" note to be a span label | Nadrieril | -10/+7 |