| Age | Commit message (Expand) | Author | Lines |
| 2024-10-27 | Auto merge of #132167 - Zalathar:llvm-wrappers, r=jieyouxu | bors | -230/+198 |
| 2024-10-27 | Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu | bors | -0/+3 |
| 2024-10-27 | Use LLVM-C APIs for getting/setting visibility | Zalathar | -45/+8 |
| 2024-10-26 | Pass constness with span into lower_poly_trait_ref | Michael Goulet | -16/+9 |
| 2024-10-26 | expand: Stop using artificial `ast::Item` for macros loaded from metadata | Vadim Petrochenkov | -95/+85 |
| 2024-10-26 | Auto merge of #132190 - matthiaskrgr:rollup-rsocfiz, r=matthiaskrgr | bors | -2/+2 |
| 2024-10-26 | Collect item bounds for RPITITs from trait where clauses just like associated... | Michael Goulet | -14/+2 |
| 2024-10-26 | Rollup merge of #132182 - jieyouxu:downgrade-untranslatable, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -42/+209 |
| 2024-10-26 | Downgrade `untranslatable_diagnostic` and `diagnostic_outside_of_impl` to `al... | Jieyou Xu | -2/+2 |
| 2024-10-26 | Rollup merge of #132180 - Urgau:ast_pretty-unsafe-attr, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+11 |
| 2024-10-26 | Rollup merge of #132174 - RalfJung:pclmulqdq, r=calebzulawski | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-10-26 | Rollup merge of #132169 - fee1-dead-contrib:consttraitsck, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -10/+19 |
| 2024-10-26 | Rollup merge of #132140 - heiher:loong-lsx, r=Urgau | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-10-26 | Rollup merge of #132124 - Zalathar:consolidate-covstar, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -144/+102 |
| 2024-10-26 | Print unsafety of attribute in AST unpretty | Urgau | -0/+11 |
| 2024-10-26 | Use LLVM-C APIs for getting/setting linkage | Zalathar | -93/+24 |
| 2024-10-26 | Add a wrapper type for raw enum values returned by LLVM | Zalathar | -0/+25 |
| 2024-10-26 | Use safe wrappers `get_visibility` and `set_visibility` | Zalathar | -33/+20 |
| 2024-10-26 | Use safe wrappers `get_linkage` and `set_linkage` | Zalathar | -61/+60 |
| 2024-10-26 | Add a macro that derives `TryFrom<u32>` for fieldless enums | Zalathar | -0/+63 |
| 2024-10-26 | x86 target features: make pclmulqdq imply sse2 | Ralf Jung | -1/+1 |
| 2024-10-26 | Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgr | bors | -146/+140 |
| 2024-10-26 | coverage: Add links to LLVM docs for the coverage mapping format | Zalathar | -0/+2 |
| 2024-10-26 | Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors | Matthias Krüger | -95/+39 |
| 2024-10-26 | Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead | Matthias Krüger | -51/+101 |
| 2024-10-26 | Auto merge of #132152 - lqd:revert-127731, r=compiler-errors | bors | -227/+0 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -10/+19 |
| 2024-10-26 | Effects cleanup | Deadbeef | -95/+39 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -269/+580 |
| 2024-10-26 | coverage: Don't rely on the custom traversal to find enclosing loops | Zalathar | -63/+85 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -227/+0 |
| 2024-10-25 | Ensure that resume arg outlives region bound for coroutines | Michael Goulet | -0/+12 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -54/+41 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -39/+39 |
| 2024-10-25 | add a HACK to allow stdarch migration | Ralf Jung | -0/+3 |
| 2024-10-25 | proc_macro_harness: adjust the span we use for const fn calls | Ralf Jung | -9/+20 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -209/+519 |
| 2024-10-25 | Pass long type path into `note_obligation_cause_code` to avoid printing same ... | Esteban Küber | -20/+49 |
| 2024-10-25 | Tweak highlighting when trait is available for different type | Esteban Küber | -5/+14 |
| 2024-10-25 | Auto merge of #127731 - veluca93:abi_checks, r=RalfJung | bors | -0/+227 |
| 2024-10-25 | Enable LSX feature for LoongArch Linux targets | WANG Rui | -2/+2 |
| 2024-10-25 | Emit error when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+227 |
| 2024-10-24 | Rollup merge of #132125 - Zalathar:coverage-intrinsics, r=jieyouxu | Jubilee | -140/+26 |
| 2024-10-24 | Rollup merge of #132118 - compiler-errors:tilde-const-item-bounds, r=lcnr | Jubilee | -1/+77 |
| 2024-10-24 | Rollup merge of #132085 - celinval:update-smir-doc, r=compiler-errors | Jubilee | -88/+22 |
| 2024-10-25 | coverage: SSA doesn't need to know about `instrprof_increment` | Zalathar | -29/+12 |
| 2024-10-25 | coverage: Emit MC/DC intrinsics using the normal helper method | Zalathar | -77/+14 |
| 2024-10-25 | coverage: Emit `llvm.instrprof.increment` using the normal helper method | Zalathar | -36/+2 |
| 2024-10-25 | Introduce `Enabled{Lang,Lib}Feature` | 许杰友 Jieyou Xu (Joe) | -51/+101 |