| Age | Commit message (Expand) | Author | Lines |
| 2024-10-28 | Auto merge of #132145 - RalfJung:stdarch, r=Amanieu | bors | -6/+21 |
| 2024-10-28 | Auto merge of #132262 - matthiaskrgr:rollup-pcphi6l, r=matthiaskrgr | bors | -0/+24 |
| 2024-10-28 | Rollup merge of #132253 - Zalathar:keyword-idents-bug, r=jieyouxu | Matthias Krüger | -0/+24 |
| 2024-10-28 | we can now enable the 'const stable fn must be stable' check | Ralf Jung | -6/+21 |
| 2024-10-28 | Auto merge of #132244 - jyn514:linker-refactors, r=bjorn3 | bors | -176/+179 |
| 2024-10-28 | Known-bug test for `keyword_idents` lint not propagating to other files | Zalathar | -0/+24 |
| 2024-10-28 | Rollup merge of #132243 - compiler-errors:no-span, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -9/+5 |
| 2024-10-28 | Rollup merge of #132227 - compiler-errors:better-const-span, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -238/+232 |
| 2024-10-28 | Rollup merge of #132220 - GuillaumeGomez:gui-test-struct-fields-margins, r=no... | 许杰友 Jieyou Xu (Joe) | -10/+42 |
| 2024-10-28 | Rollup merge of #132086 - estebank:long-types, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+82 |
| 2024-10-28 | Error on alignments greater than `isize::MAX` | asquared31415 | -0/+44 |
| 2024-10-27 | port `tests/ui/linkage-attr/framework` to run-make | jyn | -40/+43 |
| 2024-10-27 | give a better error for tuple structs in `derive(Diagnostic)` | jyn | -136/+136 |
| 2024-10-27 | Stop using the whole match expr span for an arm's obligation span | Michael Goulet | -9/+5 |
| 2024-10-27 | Auto merge of #132237 - matthiaskrgr:rollup-ulogwtd, r=matthiaskrgr | bors | -84/+58 |
| 2024-10-27 | Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors | Matthias Krüger | -84/+58 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -215/+231 |
| 2024-10-27 | Add GUI regression test for doc struct fields margins | Guillaume Gomez | -10/+42 |
| 2024-10-27 | Move an impl-Trait check from AST validation to AST lowering | León Orell Valerian Liehr | -84/+58 |
| 2024-10-27 | Auto merge of #132213 - workingjubilee:rollup-tg1g3l5, r=workingjubilee | bors | -5/+32 |
| 2024-10-26 | Rollup merge of #132183 - GuillaumeGomez:code-in-docblock, r=notriddle | Jubilee | -5/+19 |
| 2024-10-26 | Rollup merge of #132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddle | Jubilee | -0/+13 |
| 2024-10-27 | Auto merge of #132167 - Zalathar:llvm-wrappers, r=jieyouxu | bors | -0/+124 |
| 2024-10-27 | Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu | bors | -2/+2 |
| 2024-10-26 | Pass constness with span into lower_poly_trait_ref | Michael Goulet | -238/+232 |
| 2024-10-26 | Update GUI test | Guillaume Gomez | -4/+6 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -2/+10 |
| 2024-10-26 | Rollup merge of #132180 - Urgau:ast_pretty-unsafe-attr, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+22 |
| 2024-10-26 | Rollup merge of #132169 - fee1-dead-contrib:consttraitsck, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -314/+419 |
| 2024-10-26 | Add GUI regression test for code in doc blocks | Guillaume Gomez | -1/+13 |
| 2024-10-26 | Print unsafety of attribute in AST unpretty | Urgau | -1/+1 |
| 2024-10-26 | Add AST unpretty test for unsafe attribute | Urgau | -0/+22 |
| 2024-10-26 | Add a macro that derives `TryFrom<u32>` for fieldless enums | Zalathar | -0/+124 |
| 2024-10-26 | Auto merge of #132152 - lqd:revert-127731, r=compiler-errors | bors | -221/+53 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -314/+419 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -287/+716 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -221/+53 |
| 2024-10-25 | Auto merge of #131917 - jieyouxu:rmake-clang, r=Kobzol | bors | -37/+88 |
| 2024-10-25 | add a HACK to allow stdarch migration | Ralf Jung | -21/+6 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -287/+731 |
| 2024-10-25 | Tweak highlighting when trait is available for different type | Esteban Küber | -2/+2 |
| 2024-10-25 | Add test for #132013 | Esteban Küber | -0/+82 |
| 2024-10-25 | allow type-based search on foreign functions | binarycat | -0/+13 |
| 2024-10-25 | Auto merge of #127731 - veluca93:abi_checks, r=RalfJung | bors | -53/+221 |
| 2024-10-25 | Auto merge of #131207 - davidtwco:pac-ret-lto-test, r=Mark-Simulacrum | bors | -4/+69 |
| 2024-10-25 | Auto merge of #132128 - workingjubilee:rollup-uwqp2i2, r=workingjubilee | bors | -24/+114 |
| 2024-10-25 | Emit error when calling/declaring functions with unavailable vectors. | Luca Versari | -53/+221 |
| 2024-10-24 | Rollup merge of #132118 - compiler-errors:tilde-const-item-bounds, r=lcnr | Jubilee | -24/+114 |
| 2024-10-25 | Auto merge of #132105 - GuillaumeGomez:doctest-nested-main, r=notriddle | bors | -0/+31 |
| 2024-10-25 | Auto merge of #132121 - workingjubilee:rollup-yrtn33e, r=workingjubilee | bors | -0/+19 |