summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
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
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-1/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+1
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+5
2024-10-12Update unicode-width to 0.2.0printfn-1/+1
2024-10-11intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semanticsJed Brown-0/+4
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+5
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-0/+1
2024-10-10Add gate for precise capturing in traitsMichael Goulet-0/+1
2024-10-10Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatchLeón Orell Valerian Liehr-0/+1
2024-10-07Avoid another `&Lrc<..>` in a return value.Nicholas Nethercote-2/+2
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-0/+1
2024-10-04Feature gate boolean lit support in cfg predicatesUrgau-0/+1
2024-10-01disregard what we believe is supported in cargo for hash typeJacob Kiesel-9/+0
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-12/+163
2024-10-01Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=AmanieuGuillaume Gomez-0/+1
2024-09-23add unqualified_local_imports lintRalf Jung-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-13/+13