| Age | Commit message (Expand) | Author | Lines |
| 2024-11-23 | Add simd_relaxed_fma intrinsic | Caleb Zulawski | -0/+1 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -0/+1 |
| 2024-11-23 | Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnr | bors | -0/+1 |
| 2024-11-23 | rustc: Fail fast when compiling a source file larger than 4 GiB - 1 B | Asger Hautop Drewsen | -1/+15 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -2/+2 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -0/+1 |
| 2024-11-22 | Remove the `DefinitelyInitializedPlaces` analysis. | Nicholas Nethercote | -1/+0 |
| 2024-11-22 | Support input/output in vector registers of s390x inline assembly | Taiki Endo | -0/+1 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -0/+1 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -1/+2 |
| 2024-11-19 | Correct comments concerning updated dangling pointer lint | gavincrawford | -1/+1 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -0/+1 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -1/+1 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -0/+1 |
| 2024-11-14 | Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwco | Matthias Krüger | -9/+11 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -21/+1 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -21/+1 |
| 2024-11-11 | Rollup merge of #132144 - adetaylor:receiver-trait-itself, r=wesleywiser | Matthias Krüger | -0/+2 |
| 2024-11-11 | Remove as_mut_ptr symbol | gavincrawford | -1/+0 |
| 2024-11-11 | Update dangling pointer tests | gavincrawford | -0/+1 |
| 2024-11-11 | Add #[rustc_as_ptr] attribute | gavincrawford | -0/+1 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -0/+1 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -0/+4 |
| 2024-11-10 | Address review comments | León Orell Valerian Liehr | -0/+4 |
| 2024-11-10 | Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-11-09 | Add v8plus target feature to sparc and use it in create_object_file | Taiki Endo | -0/+1 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -0/+1 |
| 2024-11-08 | coverage: Restrict empty-span expansion to only cover `{` and `}` | Zalathar | -1/+1 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -1/+0 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -0/+1 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -0/+1 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -1/+0 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -0/+1 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -13/+13 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -13/+13 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -0/+2 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -1/+2 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -0/+1 |
| 2024-10-25 | Arbitrary self types v2: (unused) Receiver trait | Adrian Taylor | -0/+2 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -9/+0 |
| 2024-10-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -1/+2 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -1/+1 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+1 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -0/+5 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+4 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -0/+5 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-10-10 | Add gate for precise capturing in traits | Michael Goulet | -0/+1 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -0/+1 |