summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir/cx/expr.rs
AgeCommit message (Expand)AuthorLines
2024-12-19Rename Scope.id to Scope.local_id, remove trivial accessorMichael Goulet-5/+11
2024-12-17Rollup merge of #134400 - spastorino:fix-some-comments, r=compiler-errorsJacob Pratt-1/+1
2024-12-16Adjust upvar.rs file pathSantiago Pastorino-1/+1
2024-12-16Rollup merge of #134197 - Enselic:mirror, r=lcnrMatthias Krüger-0/+8
2024-12-14Split UserTypeAnnotation to have a kindMichael Goulet-2/+3
2024-12-13rustc_mir_build: Clarify that 'mirrored' does not mean 'flipped' or 'reversed'Martin Nordholts-0/+8
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-0/+5
2024-12-09Introduce `default_field_values` featureEsteban Küber-12/+42
2024-11-23 thir building: use typing_env directlylcnr-2/+2
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-22/+47
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-4/+3
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-1/+1
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-1/+1
2024-10-29Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...Matthias Krüger-1/+1
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-1/+1
2024-10-19Prevent overflowing enum cast from ICEingclubby789-1/+8
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-15/+5
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-0/+1
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-6/+20
2024-09-24use more accurate spans for user type ascriptionsLukas Markeffsky-2/+11
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-1/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+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-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-1/+7
2024-08-21Simplify some redundant field namesMichael Goulet-6/+1
2024-08-18rename AddressOf -> RawBorrow inside the compilerRalf Jung-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-9/+10
2024-07-25Turn an unreachable code path into an ICEOli Scherer-11/+5
2024-07-23Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta...Matthias Krüger-2/+4
2024-07-22compiler: treat `&raw (const|mut) UNSAFE_STATIC` implied deref as safeJubilee Young-2/+4
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-3/+3
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-3/+3
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.Nicholas Nethercote-0/+1
2024-05-13Remove `extern crate rustc_middle` from `rustc_mir_build`.Nicholas Nethercote-0/+1
2024-04-02Fix suggestions for match non-exhaustivenessMichael Goulet-1/+2
2024-03-22Ty::new_ref and Ty::new_ptr stop using TypeAndMutMichael Goulet-6/+2
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-1/+1
2024-02-24Add asm label support to THIRGary Guo-2/+2