about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
2025-09-02Rollup merge of #146102 - fmease:rm-dead-eff-code-iii, r=fee1-deadGuillaume Gomez-2/+1
2025-09-02Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errorsGuillaume Gomez-4/+4
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-4/+4
2025-09-01Remove dead code stemming from an old effects desugaringLeón Orell Valerian Liehr-2/+1
2025-08-29Rollup merge of #145947 - nnethercote:workspace-members-2, r=KobzolStuart Cook-1/+1
2025-08-28Add `odht` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Port the `#[link]` attribute to the new parserJonathan Brouwer-0/+15
2025-08-27Move `NativeLibKind` from `rustc_session` to `rustc_hir`Jonathan Brouwer-0/+103
2025-08-27Add `tracing` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `bitflags` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `thin-vec` to newly added `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-25Use attribute name in message for "outer attr used as inner attr" errorsSasha Pourcelot-0/+1
2025-08-25add span to struct pattern rest (..)Valdemar Erk-4/+4
2025-08-24Port crate name to the new attribute systemJana Dönszelmann-0/+9
2025-08-23port attribute to the new parsing infrastructureJana Dönszelmann-1/+20
2025-08-22Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkovJacob Pratt-0/+3
2025-08-22Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwcoJacob Pratt-3/+4
2025-08-22Add an experimental unsafe(force_target_feature) attribute.Luca Versari-3/+4
2025-08-21Introduce Reborrow lang item and traitAapo Alasuutari-0/+3
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-3/+3
2025-08-21impl IntoDiagArg for AttrPathJana Dönszelmann-0/+6
2025-08-20Split `rustc_hir_id` out of `rustc_hir`Josh Triplett-198/+3
2025-08-20Move `IntoDiagArg` earlier in the dependency chainsJosh Triplett-2/+62
2025-08-18Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmannStuart Cook-0/+20
2025-08-16Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obkbors-0/+1
2025-08-15Port `#[custom_mir(..)]` to the new attribute systemSasha Pourcelot-0/+20
2025-08-14Remove the old target checking logicJonathan Brouwer-6/+8
2025-08-14Allow attribute parsers to specify a list of allowed targetsJonathan Brouwer-2/+3
2025-08-14Improved `Target` typeJonathan Brouwer-10/+142
2025-08-14Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmannGuillaume Gomez-0/+23
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-0/+23
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-10/+57
2025-08-12Switch to a bitflags `MacroKinds` to support macros with more than one kindJosh Triplett-10/+57
2025-08-12Revert "Partially outline code inside the panic! macro".Mara Bos-0/+1
2025-08-12Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmannStuart Cook-0/+5
2025-08-11Propagate TraitImplHeader to hirCameron Steffen-25/+28
2025-08-11Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2)Sasha Pourcelot-0/+5
2025-08-10Auto merge of #144873 - cjgillot:implications, r=lqdbors-0/+42
2025-08-08Revert "Port `#[allow_internal_unsafe]` to the new attribute system"Jana Dönszelmann-4/+0
2025-08-07Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmannTrevor Gross-0/+4
2025-08-07Port `#[allow_internal_unsafe]` to the new attribute systemSasha Pourcelot-0/+4
2025-08-07Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmannStuart Cook-0/+5
2025-08-06Port `#[should_panic]` to the new attribute parsing infrastructureJonathan Brouwer-0/+5
2025-08-04Add doc-comment.Camille GILLOT-0/+1
2025-08-04Port `#[coroutine]` to the new attribute systemSasha Pourcelot-0/+4
2025-08-03Implement `stability_implications` without a visitor.Camille GILLOT-0/+41
2025-08-03Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji...Samuel Tardieu-4/+0
2025-08-03Rollup merge of #142678 - BoxyUwU:gai_cleanup, r=nnethercoteSamuel Tardieu-24/+15
2025-08-02Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=AmanieuSamuel Tardieu-2/+2
2025-08-01Remove the omit_gdb_pretty_printer_section attributebjorn3-4/+0