about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
2024-11-26Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillotMichael Goulet-1/+0
2024-11-26Pass end position of span through inline ASM cookiebeetrees-0/+6
2024-11-26Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed...Taiki Endo-0/+1
2024-11-25Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=AmanieuMatthias Krüger-0/+2
2024-11-24add `guard_patterns` unstable feature, without unstable book chapter for nowMax Niederman-0/+1
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-0/+1
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-0/+1
2024-11-24Auto merge of #132791 - tyilo:big-file-fail-fast, r=compiler-errorsbors-1/+15
2024-11-23Add simd_relaxed_fma intrinsicCaleb Zulawski-0/+1
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-0/+1
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-0/+1
2024-11-23rustc: Fail fast when compiling a source file larger than 4 GiB - 1 BAsger Hautop Drewsen-1/+15
2024-11-22Stabilize the 2024 editionEric Huss-2/+2
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-0/+1
2024-11-22Remove the `DefinitelyInitializedPlaces` analysis.Nicholas Nethercote-1/+0
2024-11-22Support input/output in vector registers of s390x inline assemblyTaiki Endo-0/+1
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+1
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-1/+2
2024-11-19Correct comments concerning updated dangling pointer lintgavincrawford-1/+1
2024-11-19Introduce `min_generic_const_args` and directly represent pathsNoah Lev-0/+1
2024-11-18rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirectRalf Jung-1/+1
2024-11-17Likely unlikely fixJiri Bobek-0/+1
2024-11-14Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwcoMatthias Krüger-9/+11
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-21/+1
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-21/+1
2024-11-11Rollup merge of #132144 - adetaylor:receiver-trait-itself, r=wesleywiserMatthias Krüger-0/+2
2024-11-11Remove as_mut_ptr symbolgavincrawford-1/+0
2024-11-11Update dangling pointer testsgavincrawford-0/+1
2024-11-11Add #[rustc_as_ptr] attributegavincrawford-0/+1
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-0/+1
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-0/+4
2024-11-10Address review commentsLeón Orell Valerian Liehr-0/+4
2024-11-10Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxuMatthias Krüger-1/+1
2024-11-09Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubileeMatthias Krüger-0/+2
2024-11-09Add v8plus target feature to sparc and use it in create_object_fileTaiki Endo-0/+1
2024-11-09Add v9 and leoncasa target feature to sparcTaiki Endo-0/+1
2024-11-08coverage: Restrict empty-span expansion to only cover `{` and `}`Zalathar-1/+1
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-1/+0
2024-11-07Basic inline assembly support for SPARC and SPARC64Taiki Endo-0/+1
2024-11-04add new rustc_const_stable_intrinsic attribute for const-stable intrinsicsRalf Jung-0/+1
2024-11-03remove const-support for align_offsetRalf Jung-1/+0
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-0/+1
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-13/+13
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-13/+13
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-0/+2
2024-10-27Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,...bors-1/+2
2024-10-25Re-do recursive const stability checksRalf Jung-0/+1
2024-10-25Arbitrary self types v2: (unused) Receiver traitAdrian Taylor-0/+2
2024-10-24Remove associated type based effects logicMichael Goulet-9/+0
2024-10-24s/SmartPointer/CoerceReferent/gDing Xiang Fei-1/+2