about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir/cx
AgeCommit message (Expand)AuthorLines
2025-09-09erase_regions to erase_and_anonymize_regionsBoxy-6/+7
2025-08-15Port `#[custom_mir(..)]` to the new attribute systemSasha Pourcelot-6/+4
2025-08-01loop match: error on `#[const_continue]` outside `#[loop_match]`Folkert de Vries-2/+2
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+2
2025-07-28fix: Reject upvar scrutinees for `loop_match`Shoyu Vanilla-7/+14
2025-07-28use let chains in hir, lint, mirKivooeo-30/+26
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-2/+2
2025-06-04Ensure stack in `ThirBuildCx::mirror_exprs`Josh Stone-1/+4
2025-05-23Properly analyze captures from unsafe bindersMichael Goulet-0/+3
2025-05-21lower bodies' params to thir before the body's valuedianne-1/+2
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-1/+1
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-12Rollup merge of #137504 - nnethercote:remove-Map-4, r=ZalatharManish Goregaokar-4/+3
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-4/+3
2025-03-09Explain weird quirk in user type annotation loweringMichael Goulet-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 #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-3/+3
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-24/+25
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-3/+3
2025-02-22Fix binding mode problemsMichael Goulet-3/+1
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-24/+25
2025-02-18Remove scrutinee_hir_id from ExprKind::Matchbjorn3-1/+0
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-4/+3
2025-02-08Rustfmtbjorn3-5/+3
2025-02-04Rename `thir::cx::Cx` to `ThirBuildCx`Zalathar-9/+12
2025-02-04Remove helper trait `UserAnnotatedTyHelpers`Zalathar-54/+42
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-9/+15
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-17/+7
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-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-4/+15
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-3/+3