about summary refs log tree commit diff
path: root/compiler/rustc_hir/src
AgeCommit message (Expand)AuthorLines
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-0/+4
2025-01-21remove support for the #[start] attributeRalf Jung-0/+4
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2025-01-17Auto merge of #135329 - oli-obk:push-sytltwnzxlrq, r=Noratriebbors-2/+20
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-0/+11
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-2/+23
2025-01-10Stable Hash: Ignore all HirIds that just identify the node itselfOli Scherer-2/+20
2025-01-09Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-1/+1
2025-01-09Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillotMatthias Krüger-1/+13
2025-01-08update cfg(bootstrap)Pietro Albini-1/+1
2025-01-08Rename PatKind::Lit to ExprOli Scherer-5/+5
2025-01-08Exhaustively handle expressions in patternsOli Scherer-5/+42
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-2/+9
2025-01-04Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obkbors-13/+21
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-2/+10
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-13/+13
2025-01-02nit: Make get_infer_ret_ty name more consistent with is_suggestable_infer_tyMichael Goulet-1/+1
2025-01-01Rollup merge of #135000 - compiler-errors:opaque-captures-dupe, r=lqdMatthias Krüger-9/+11
2025-01-01Fix ICE when opaque captures a duplicated/invalid lifetimeMichael Goulet-9/+11
2024-12-31add guard patterns to HIR and implement loweringMax Niederman-2/+9
2024-12-31Convert some Into impls into From implsMichael Goulet-15/+15
2024-12-21Suggest Semicolon in Incorrect Repeat ExpressionsVeera-1/+13
2024-12-21Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscrossMatthias Krüger-4/+9
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-10/+6
2024-12-15Add hir::AttributeJonathan Dönszelmann-9/+265
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-1/+14
2024-12-14Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obkMatthias Krüger-0/+16
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-1/+14
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-0/+5
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-2/+27
2024-12-13Suggest using deref in patternsuellenberg-0/+16
2024-12-13Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkovbors-3/+1
2024-12-12Fix toolsMichael Goulet-1/+1
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-2/+15
2024-12-12Lower AST and resolve lifetimes for unsafe binder typesMichael Goulet-0/+12
2024-12-12Rollup merge of #134173 - onur-ozkan:allow-symbol-intern-string-literal, r=ji...Matthias Krüger-0/+2
2024-12-11allow `symbol_intern_string_literal` lint in test modulesonur-ozkan-0/+2
2024-12-11Require the `constness` query to only be invoked on things that can have cons...Oli Scherer-3/+1
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-11/+1
2024-12-09Introduce `default_field_values` featureEsteban Küber-15/+73
2024-12-02Never parenthesize `continue`David Tolnay-1/+1
2024-12-02Raise precedence of closure that has explicit return typeDavid Tolnay-3/+9
2024-12-02Squash closures and jumps into a single precedence levelDavid Tolnay-2/+1
2024-12-02Rollup merge of #133603 - dtolnay:precedence, r=lcnrGuillaume Gomez-9/+9
2024-12-01Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwuJacob Pratt-42/+21
2024-11-30Eliminate magic numbers from expression precedenceDavid Tolnay-9/+9
2024-11-30Remove hir::ArrayLen, introduce ConstArgKind::InferDominik Stolz-42/+21
2024-11-28update commentlcnr-1/+10
2024-11-26Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errorsbors-34/+47
2024-11-26Rollup merge of #133140 - dtolnay:precedence, r=fmeaseMichael Goulet-34/+47