about summary refs log tree commit diff
path: root/compiler/rustc_hir/src
AgeCommit message (Expand)AuthorLines
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-04Port `#[coroutine]` to the new attribute systemSasha Pourcelot-0/+4
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
2025-08-01loop match: error on `#[const_continue]` outside `#[loop_match]`Folkert de Vries-1/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-12/+1043
2025-07-29Rollup merge of #144578 - FractalFir:m68k_fix, r=compiler-errorsStuart Cook-0/+5
2025-07-28Introduce assoc_parentCameron Steffen-0/+4
2025-07-27Ensure correct aligement of rustc_hir::Lifetime on platforms with lower defau...FractalFir-0/+5
2025-07-26Use the new attributes throughout the codebaseJonathan Brouwer-0/+11
2025-07-25Improve and regularize comment placement in doc codeJosh Triplett-1/+1
2025-07-25Skip formatting for some compiler documentation codeJosh Triplett-1/+1
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-0/+1
2025-07-20Remove the ptr_unique lang itembjorn3-3/+0
2025-07-17Warn useless deprecation in check_attr.Camille GILLOT-6/+12
2025-07-17Specify of_trait in Target::Impl.Camille GILLOT-5/+6
2025-07-17Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmeasebors-6/+23
2025-07-17parse `const trait Trait`Deadbeef-6/+23
2025-07-17Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errorsbors-4/+15
2025-07-17Use `join_path_syms` in one more place.Nicholas Nethercote-13/+7
2025-07-17Improve path segment joining.Nicholas Nethercote-2/+2
2025-07-16resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`Vadim Petrochenkov-0/+15
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-0/+6
2025-07-13Retire hir::*ItemRef.Camille GILLOT-47/+11
2025-07-13Retire hir::ForeignItemRef.Camille GILLOT-24/+6
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-25/+4
2025-07-13Move trait_item_def_id from ImplItemRef to ImplItem.Camille GILLOT-4/+5
2025-07-12Port `#[automatically_derived]` to the new attribute parsing infrastructureJonathan Brouwer-0/+6
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-0/+2
2025-07-06compiler: rename {ast,hir}::BareFn* to FnPtr*Jubilee Young-6/+6
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-0/+1
2025-07-03Remove PointerLike traitMichael Goulet-2/+0
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-4/+4
2025-07-01Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obkbors-2/+1
2025-07-01Remove support for dyn*Michael Goulet-2/+1
2025-07-01Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomezbors-21/+0
2025-07-01Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errorsbors-0/+4
2025-07-01Remove `ItemKind::descr` methodGuillaume Gomez-21/+0
2025-07-01Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgrbors-28/+0
2025-06-30Remove unused `descr` methodsGuillaume Gomez-28/+0
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-5/+4
2025-06-30Don't look at static items' HIR for wfcheckOli Scherer-0/+4
2025-06-28Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlinbors-0/+1
2025-06-27Insert checks for enum discriminants when debug assertions are enabledBastian Kersting-0/+1
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-0/+28
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-1/+1
2025-06-25ReviewsBoxy-41/+6