about summary refs log tree commit diff
path: root/compiler/rustc_hir/src
AgeCommit message (Expand)AuthorLines
2025-02-24lower attr spans and inline some functions to hopefully mitigate perf regress...Jana Dönszelmann-1/+29
2025-02-24add test to verify that #132391 can be closedJana Dönszelmann-1/+5
2025-02-24Fix rustdoc and clippyJana Dönszelmann-0/+1
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-0/+4
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-62/+113
2025-02-23Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-2/+2
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-10/+33
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-2/+2
2025-02-22Fix binding mode problemsMichael Goulet-8/+8
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-8/+31
2025-02-22Make asm a named fieldMichael Goulet-5/+5
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-3/+3
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-3/+4
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-32/+34
2025-02-17Remove unused `Map::hir_node_by_def_id` method.Nicholas Nethercote-4/+0
2025-02-17Clarify `impl Map for !`.Nicholas Nethercote-7/+7
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-3/+4
2025-02-13Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validityMichael Goulet-0/+1
2025-02-11compiler: remove rustc_target reexport of rustc_abi::HashStableContextJubilee Young-3/+1
2025-02-11Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi...Matthias Krüger-0/+6
2025-02-09rename the trait to validity and place a feature gate afrontDing Xiang Fei-1/+1
2025-02-09introduce CoercePointeeWellformed for coherence checks at typeck stageDing Xiang Fei-0/+6
2025-02-08Rustfmtbjorn3-9/+8
2025-02-06Rollup merge of #136219 - yotamofek:pr/hir-cleanup, r=compiler-errorsMatthias Krüger-56/+37
2025-02-06Rollup merge of #136393 - oli-obk:pattern-type-lit-oflo-checks, r=compiler-er...Matthias Krüger-2/+6
2025-02-05Uniformly handle HIR literals in visitors and lintsOli Scherer-2/+6
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-0/+6
2025-02-04Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnrMatthias Krüger-5/+34
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-1/+45
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-0/+2
2025-02-03contracts: added lang items that act as hooks for rustc-injected code to invoke.Felix S. Klock II-0/+4
2025-02-03Use a different hir type for patterns in pattern types than we use in match p...Oli Scherer-5/+34
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+1
2025-01-30implement unstable `new_range` featurePeter Jaszkowiak-1/+45
2025-01-29Eliminate PatKind::PathOli Scherer-9/+6
2025-01-28rustc_hir: remove some uneeded refs and derefsYotam Ofek-12/+12
2025-01-28rustc_hir: flatten nested `if`sYotam Ofek-14/+12
2025-01-28rustc_hir: fix typo in commentYotam Ofek-1/+1
2025-01-28rustc_hir: don't open-code `Iterator::eq`Yotam Ofek-4/+1
2025-01-28rustc_hir: use box patterns to flatten some nested pattern matchesYotam Ofek-24/+10
2025-01-28rustc_hir: replace `is_empty()`+indexing with `first()`Yotam Ofek-1/+1
2025-01-24rustc_hir: replace `debug_fn` with unstable `fmt::from_fn`Yotam Ofek-17/+8
2025-01-23Explain visit_ty_unambig namingBoxy-0/+6
2025-01-23make `hir::Ty/ConstArg` methods generic where applicableBoxy-10/+20
2025-01-23inferkind docsBoxy-1/+2
2025-01-23point to docs for ambig const/ty on intravisitBoxy-0/+6
2025-01-23`visit_x_unambig`Boxy-39/+39
2025-01-23Bless and add testsBoxy-0/+86
2025-01-23Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`Boxy-110/+269
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-7/+8