about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src
AgeCommit message (Expand)AuthorLines
2025-02-07compiler: use rustc_abi in rustc_ast_*Jubilee Young-4/+3
2025-02-03Rename rustc_contract to contractCelina G. Val-2/+2
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-0/+2
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-1/+1
2025-01-28Refactor FnKind variant to hold &FnCelina G. Val-11/+11
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-12/+0
2025-01-21remove support for the #[start] attributeRalf Jung-12/+0
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2025-01-07warn about broken simd not only on structs but also enums and unions when we ...Matthias Krüger-1/+1
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-1/+3
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-6/+3
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-1/+1
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+1
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-1/+1
2024-12-13Stabilize async closuresMichael Goulet-5/+0
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-0/+1
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-1/+1
2024-12-09review comments: rewordingsEsteban Küber-1/+1
2024-12-09Introduce `default_field_values` featureEsteban Küber-0/+1
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-0/+1
2024-12-04Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errorsMatthias Krüger-79/+0
2024-12-04Remove `-Zshow-span`.Nicholas Nethercote-79/+0
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-2/+3
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-0/+5
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-2/+3
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-17/+19
2024-11-24parse guard patternsNadrieril-0/+1
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+1
2024-11-19Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercoteMatthias Krüger-130/+0
2024-11-16Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkovMatthias Krüger-10/+3
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-10/+3
2024-11-15Merge `-Zhir-stats` into `-Zinput-stats`Sam Estep-130/+0
2024-11-12Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwcoMatthias Krüger-3/+12
2024-11-11Feature gate yield expressions not in 2024Eric Huss-3/+12
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-0/+1
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-2/+2
2024-10-31Improve the missing_abi lint.Mara Bos-7/+6
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-0/+1
2024-10-27Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errorsMatthias Krüger-53/+0
2024-10-27Move an impl-Trait check from AST validation to AST loweringLeón Orell Valerian Liehr-53/+0
2024-10-26Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-deadMatthias Krüger-11/+12
2024-10-25Introduce `Enabled{Lang,Lib}Feature`许杰友 Jieyou Xu (Joe)-11/+12
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-9/+9
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-20/+20
2024-10-22make some rustc_feature internals private, and ensure invariants with debug a...Ralf Jung-5/+5
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-41/+43
2024-10-15Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errorsbors-1/+1