about summary refs log tree commit diff
path: root/compiler/rustc_passes
AgeCommit message (Expand)AuthorLines
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-23/+25
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/+51
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/+27
2024-10-12Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,...Matthias Krüger-0/+33
2024-10-12Emit an error for unstable attributes that reference already stable featuresCastilloDel-0/+33
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+27
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
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-23/+27
2024-10-07Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...bors-15/+14
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-20/+15
2024-10-06remove checks that are now performed during macro expansion of `naked_asm!`Folkert de Vries-66/+8
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-29/+38
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-15/+14
2024-10-05fix typo in 'lang item with track_caller' messageRalf Jung-1/+1
2024-10-04rm `ItemKind::OpaqueTy`Noah Lev-13/+4
2024-10-02Remove redundant in_trait from hir::TyKind::OpaqueDefMichael Goulet-1/+1
2024-10-01Remove anon struct and union typesMichael Goulet-2/+0
2024-09-30Validate ExistentialPredicate argsMichael Goulet-1/+1
2024-09-23Check vtable projections for validity in miriMichael Goulet-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-251/+214
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-24/+0
2024-09-18Rollup merge of #129422 - compiler-errors:repr-rust, r=fmeaseJubilee-0/+9
2024-09-18Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3Matthias Krüger-3/+1
2024-09-17Use associative type defaults in `{Layout,FnAbi}OfHelpers`.Nicholas Nethercote-3/+1
2024-09-16layout computation: eagerly error for unexpected unsized fieldsLukas Markeffsky-1/+1
2024-09-13Remove `sess` from `CheckLoopVisitor`.Nicholas Nethercote-17/+11
2024-09-13Remove unnecessary lifetime from `CheckLoopVisitor`.Nicholas Nethercote-6/+6
2024-09-13Remove unnecessary lifetime from `FeaturePreviouslyDeclared`.Nicholas Nethercote-2/+2
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook-30/+22
2024-09-11Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errorsJubilee-5/+2
2024-09-11Also fix if in elseMichael Goulet-20/+14
2024-09-11Simplify some nested if statementsMichael Goulet-10/+8
2024-09-10disallow `naked_asm!` outside of `#[naked]` functionsFolkert de Vries-11/+47
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-5/+2
2024-09-05Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillotMatthias Krüger-32/+8
2024-09-03Add an internal lint that warns when accessing untracked dataNadrieril-32/+8
2024-09-03Rollup merge of #128701 - veera-sivarajan:fix-128604, r=estebankMatthias Krüger-14/+26
2024-09-02Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-deadMatthias Krüger-2/+2
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-2/+2
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-41/+5
2024-08-31don't take reachability into account when warning about missing-const-stabilityRalf Jung-2/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_passes`.Nicholas Nethercote-192/+197
2024-08-28Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwUbors-5/+41
2024-08-28Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj...Matthias Krüger-0/+1
2024-08-28Implement RFC 3525.Luca Versari-5/+41