summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir
AgeCommit message (Expand)AuthorLines
2024-11-20Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgrbors-23/+82
2024-11-20Rollup merge of #132708 - estebank:const-as-binding, r=NadrierilMatthias Krüger-23/+82
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-22/+47
2024-11-19pattern lowering, yeet `TypingEnv::from_param_env`lcnr-63/+38
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-4/+14
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-16/+31
2024-11-17review commentsEsteban Küber-21/+26
2024-11-17review commentsEsteban Küber-4/+0
2024-11-17Unify expanded constants and named constants in `PatKind`Esteban Küber-23/+38
2024-11-17Point at const when intended binding fall-through pattern is a constEsteban Küber-4/+25
2024-11-17Use `item_name` instead of a span snippet when talking about const patternEsteban Küber-3/+2
2024-11-17Fold `PatKind::NamedConstant` into `PatKind::Constant`Esteban Küber-13/+14
2024-11-17Point at `const` definition when used instead of a binding in a `let` statementEsteban Küber-5/+27
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-22/+40
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-3/+3
2024-11-04Register const preds for Deref adjustments in HIR typeckMichael Goulet-2/+10
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-3/+3
2024-10-31Rollup merge of #132385 - workingjubilee:move-abi-to-rustc-abi, r=jieyouxu,co...Jubilee-3/+3
2024-10-31Auto merge of #132301 - compiler-errors:adjust, r=lcnrbors-4/+5
2024-10-30compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_buildJubilee Young-3/+3
2024-10-30Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errorsMatthias Krüger-2/+4
2024-10-30Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=NadrierilMatthias Krüger-7/+18
2024-10-29Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch...Jason Newcomb-7/+18
2024-10-29Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...Matthias Krüger-1/+1
2024-10-29TypingMode :thinking:lcnr-2/+4
2024-10-29Remove region from adjustmentsMichael Goulet-4/+5
2024-10-24Rollup merge of #131909 - clubby789:enum-overflow-cast, r=compiler-errorsStuart Cook-1/+8
2024-10-24stabilize if_let_rescopeDing Xiang Fei-1/+1
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-2/+2
2024-10-20Rip out old effects var handling code from traitsMichael Goulet-11/+1
2024-10-19Prevent overflowing enum cast from ICEingclubby789-1/+8
2024-10-16Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelixMatthias Krüger-8/+19
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-15/+5
2024-10-08Change error messageNadrieril-4/+3
2024-10-08Stabilize `min_match_ergonomics_2024`Nadrieril-1/+1
2024-10-08Error on resetted binding mode in edition 2024Nadrieril-8/+20
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-1/+4
2024-10-01Remove unnamed field featureMichael Goulet-15/+5
2024-09-28tweak Const::identity_unevaluated name and docsRalf Jung-10/+6
2024-09-28try to get rid of mir::Const::normalizeRalf Jung-4/+2
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-7/+26
2024-09-24use more accurate spans for user type ascriptionsLukas Markeffsky-4/+15
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-1/+0
2024-09-23Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwUMatthias Krüger-1/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-10/+12
2024-09-22Replace calls to Const::eval in mir buildMichael Goulet-1/+3
2024-09-19pin_ergonomics: allow reborrowing as Pin<&T>Eric Holk-6/+9
2024-09-19Allow shortening reborrowsEric Holk-43/+57
2024-09-18Begin experimental support for pin reborrowingEric Holk-0/+45
2024-09-13Add a machine-applicable suggestion to "unreachable pattern"Nadrieril-5/+30