about summary refs log tree commit diff
path: root/compiler/rustc_passes/src
AgeCommit message (Expand)AuthorLines
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-96/+103
2024-11-11Add #[rustc_as_ptr] attributegavincrawford-0/+3
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-2/+32
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-96/+98
2024-11-10honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstab...Ralf Jung-0/+5
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-31/+0
2024-11-04remove support for extern-block const intrinsicsRalf Jung-15/+0
2024-11-03Rollup merge of #132576 - jdonszelmann:no-attrid-in-stats, r=nnethercoteJubilee-80/+76
2024-11-03remove attribute ids from hir stats (they're simply not needed)Jonathan Dönszelmann-80/+76
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-1/+1
2024-11-02Allow disabling ASan instrumentation for globalsDaniel Bertalan-3/+45
2024-10-30Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errorsJubilee-1/+5
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-2/+32
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-1/+5
2024-10-29TypingMode :thinking:lcnr-3/+4
2024-10-29Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubileebors-2/+2
2024-10-28Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errorsJubilee-2/+2
2024-10-28Auto merge of #132145 - RalfJung:stdarch, r=Amanieubors-3/+0
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-3/+0
2024-10-28Error on alignments greater than `isize::MAX`asquared31415-1/+52
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-2/+2
2024-10-27Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,...bors-1/+1
2024-10-26Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-deadMatthias Krüger-12/+12
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-5/+5
2024-10-25add a HACK to allow stdarch migrationRalf Jung-0/+3
2024-10-25Re-do recursive const stability checksRalf Jung-32/+94
2024-10-25Introduce `Enabled{Lang,Lib}Feature`许杰友 Jieyou Xu (Joe)-12/+12
2024-10-24rustdoc: Extend fake_variadic to "wrapped" tuplesTau Gärtli-6/+18
2024-10-24Plumb through param_env to note_type_errMichael Goulet-2/+2
2024-10-24s/SmartPointer/CoerceReferent/gDing Xiang Fei-1/+1
2024-10-23rename lang feature lists to include LANGRalf Jung-3/+3
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-11/+11
2024-10-22Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgrbors-10/+39
2024-10-22Rollup merge of #131732 - m4tx:fix-82824, r=davidtwcoMatthias Krüger-9/+38
2024-10-22Rollup merge of #131049 - compiler-errors:more-validation, r=spastorinoMatthias Krüger-1/+1
2024-10-22make some rustc_feature internals private, and ensure invariants with debug a...Ralf Jung-2/+2
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-8/+8
2024-10-20Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgrbors-20/+22
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-20/+22
2024-10-20Stop relying on hashmap iteration for hir stat printingNoratrieb-1/+3
2024-10-15Unify secondary_span and swap_secondary_and_primaryMichael Goulet-1/+0
2024-10-15Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTESMateusz Maćkowski-9/+38
2024-10-15Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgrbors-0/+1
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-0/+1
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+23
2024-10-12Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,...Matthias Krüger-0/+27
2024-10-12Emit an error for unstable attributes that reference already stable featuresCastilloDel-0/+27
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+23
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-2/+0
2024-10-07Fix clippy and rustfmt compilationEric Holk-27/+24