about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir/cx/expr.rs
AgeCommit message (Expand)AuthorLines
2025-07-01loop match: run exhaustiveness checkFolkert de Vries-2/+5
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-22/+121
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-22/+121
2025-06-15Move the place in `&pin mut $place` when `!Unpin` to ensure soundnessFrank King-7/+31
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-0/+25
2025-06-06Rollup merge of #142047 - cuviper:s390x-stack, r=oli-obkMatthias Krüger-1/+4
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-1/+1
2025-06-04Ensure stack in `ThirBuildCx::mirror_exprs`Josh Stone-1/+4
2025-05-23Properly analyze captures from unsafe bindersMichael Goulet-0/+3
2025-04-14Use `newtype_index!`-generated types more idiomaticallyYotam Ofek-2/+2
2025-04-03Tighten up assignment operator representations.Nicholas Nethercote-2/+17
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-1/+1
2025-03-06Generate the right MIR for by use closuresSantiago Pastorino-1/+12
2025-03-06Implement .use keyword as an alias of cloneSantiago Pastorino-0/+4
2025-02-26Handle asm const similar to inline constGary Guo-6/+14
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-7/+2
2025-02-22Fix binding mode problemsMichael Goulet-3/+1
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-7/+2
2025-02-18Remove scrutinee_hir_id from ExprKind::Matchbjorn3-1/+0
2025-02-04Rename `thir::cx::Cx` to `ThirBuildCx`Zalathar-2/+2
2025-02-04Remove helper trait `UserAnnotatedTyHelpers`Zalathar-44/+36
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-2/+14
2025-01-03turn rustc_box into an intrinsicRalf Jung-39/+18
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