| Age | Commit message (Expand) | Author | Lines |
| 2024-10-06 | Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieu | bors | -287/+283 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -3/+1 |
| 2024-10-06 | Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgau | bors | -45/+30 |
| 2024-10-06 | more `asm!` -> `naked_asm!` in tests | Folkert de Vries | -9/+9 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -179/+146 |
| 2024-10-06 | use `naked_asm!` in feature-gate-naked_functions test | Folkert | -12/+45 |
| 2024-10-06 | use `naked_asm!` in naked-function tests | Folkert | -40/+60 |
| 2024-10-06 | use `naked_asm!` in `tests/ui/asm/naked-functions.rs` | Folkert | -139/+117 |
| 2024-10-06 | Rollup merge of #131312 - estebank:fn-in-pattern, r=compiler-errors | Matthias Krüger | -63/+140 |
| 2024-10-06 | Rollup merge of #129392 - compiler-errors:raw-ref-op-doesnt-diverge-but-more,... | Matthias Krüger | -8/+279 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -0/+123 |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -63/+140 |
| 2024-10-05 | Be far more strict about what we consider to be a read of never | Michael Goulet | -3/+112 |
| 2024-10-05 | Document things a bit more carefully, also account for coercion in check_expr... | Michael Goulet | -4/+2 |
| 2024-10-05 | Fix up tests | Michael Goulet | -7/+104 |
| 2024-10-05 | Evaluating place expr that is never read from does not diverge | Michael Goulet | -5/+72 |
| 2024-10-05 | Rollup merge of #131299 - RalfJung:lang-item-track-caller, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-10-05 | Rollup merge of #130555 - hegza:rv32e, r=workingjubilee | Matthias Krüger | -0/+673 |
| 2024-10-05 | fix typo in 'lang item with track_caller' message | Ralf Jung | -1/+1 |
| 2024-10-05 | Auto merge of #131188 - Kobzol:remove-libstd-so-from-sysroot, r=onur-ozkan | bors | -0/+1 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -12/+53 |
| 2024-10-05 | Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev | Matthias Krüger | -4/+2 |
| 2024-10-05 | Add UI test to verify invalid loads are not generated | Henri Lunnikivi | -0/+673 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -4/+2 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -519/+578 |
| 2024-10-05 | Make deprecated_cfg_attr_crate_type_name a hard error | est31 | -45/+30 |
| 2024-10-04 | Rollup merge of #131273 - estebank:issue-131051, r=compiler-errors | Jubilee | -0/+127 |
| 2024-10-04 | Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errors | Jubilee | -8/+47 |
| 2024-10-04 | Rollup merge of #130367 - compiler-errors:super-unconstrained, r=spastorino | Jubilee | -14/+39 |
| 2024-10-04 | Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelix | Jubilee | -0/+18 |
| 2024-10-05 | Compute array length from type for unconditional panic. | Camille GILLOT | -0/+18 |
| 2024-10-04 | Promote crash tests to ui. | Camille GILLOT | -0/+124 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -519/+454 |
| 2024-10-04 | Account for `impl Trait {` when `impl Trait for Type {` was intended | Esteban Küber | -0/+127 |
| 2024-10-04 | Elaborate supertrait span correctly to label the error better | Michael Goulet | -0/+3 |
| 2024-10-04 | Check elaborated projections from dyn don't mention unconstrained late bound ... | Michael Goulet | -14/+36 |
| 2024-10-04 | Rollup merge of #131174 - madsmtm:target-info-sparc-abi, r=pnkfelix | Jubilee | -1/+1 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -11/+8 |
| 2024-10-04 | Fix target_abi in sparc-unknown-none-elf | Mads Marquart | -1/+1 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -2/+5 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -7/+7 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -3/+105 |
| 2024-10-04 | Avoid dynamic linking to libstd in `command-current-dir` test | Jakub Beránek | -0/+1 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -7/+7 |
| 2024-10-04 | Improve non-boolean literal error in cfg predicate | Urgau | -2/+2 |
| 2024-10-04 | Feature gate boolean lit support in cfg predicates | Urgau | -0/+73 |
| 2024-10-03 | Rollup merge of #131187 - Zalathar:bad-attr-ice, r=jieyouxu | Matthias Krüger | -0/+57 |
| 2024-10-03 | Rollup merge of #131112 - jswrenn:fix-130413, r=compiler-errors | Matthias Krüger | -0/+56 |
| 2024-10-03 | Rollup merge of #131024 - compiler-errors:deref-sugg, r=estebank | Matthias Krüger | -0/+25 |
| 2024-10-03 | Rollup merge of #131163 - JakenHerman:master, r=Nadrieril | Matthias Krüger | -1/+16 |