about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
AgeCommit message (Expand)AuthorLines
2025-08-11Rework `NameValueStr`Esteban Küber-8/+8
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-1/+4
2025-08-11Add link to docs on malformed attributesEsteban Küber-71/+270
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-72/+99
2025-08-09Fix an unstable feature comment that wasn't a doc commentJosh Triplett-1/+1
2025-08-08mbe: Parse macro attribute rulesJosh Triplett-0/+2
2025-08-07Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalatharbors-0/+1
2025-08-07Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4Stuart Cook-0/+1
2025-08-06replace version placeholderBoxy-4/+4
2025-08-01Remove the omit_gdb_pretty_printer_section attributebjorn3-7/+2
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-2/+2
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-1/+2
2025-07-17parse `const trait Trait`Deadbeef-0/+1
2025-07-15Implement other logicstiif-0/+4
2025-07-13update issue number for `const_trait_impl`Deadbeef-1/+1
2025-07-02Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31bors-2/+2
2025-07-02Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrumbors-10/+10
2025-07-01Remove support for dyn*Michael Goulet-2/+3
2025-07-01Update version placeholdersJosh Stone-10/+10
2025-06-30Remove let_chains featureCameron Steffen-2/+2
2025-06-28fix typos on some doc commentsTshepang Mbambo-2/+2
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-3/+3
2025-06-27Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnrGuillaume Gomez-0/+4
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-3/+3
2025-06-25Auto merge of #143026 - jdonszelmann:rollup-z7mkuyt, r=jdonszelmannbors-3/+4
2025-06-25encode_cross_crate for hir attributesJana Dönszelmann-6/+1
2025-06-25compiler: Trim the misleading C of C-cmse from errorsJubilee Young-1/+1
2025-06-25compiler: remove misleading 'c' from `abi_c_cmse_nonsecure_call` featureJubilee Young-2/+3
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-0/+15
2025-06-24Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-deadGuillaume Gomez-0/+14
2025-06-24Remove the deprecated `concat_idents!` macroTrevor Gross-0/+14
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-1/+1
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+15
2025-06-21add nvptx_target_featureJed Brown-0/+1
2025-06-21Port `#[rustc_pub_transparent]` to the new attribute systemPavel Grigorenko-1/+1
2025-06-19correct template for `#[align]`Folkert de Vries-1/+1
2025-06-18Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmannTrevor Gross-0/+1
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-2/+2
2025-06-18hir_analysis: add `#![rustc_no_implicit_bounds]`David Wood-0/+4
2025-06-18add `#[align]` attributeFolkert de Vries-0/+1
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-9/+31
2025-06-17Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obkbors-0/+2
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-0/+2
2025-06-15clarify `rustc_do_not_const_check` commentDeadbeef-1/+1
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-2/+2
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-0/+2
2025-06-13Unimplement unsized_localsmejrs-2/+2
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+2
2025-06-12Rollup merge of #141162 - mejrs:gated, r=fee1-deadMatthias Krüger-110/+115
2025-06-11stabilize gaiBoxy-2/+2