summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/thir/cx
AgeCommit message (Expand)AuthorLines
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-7/+9
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-08-17Remove a useless ref/id/ref round-trip from `pattern_from_hir`Zalathar-6/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-16/+16
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-12Use Variance glob import everywhereMichael Goulet-1/+1
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-4/+4
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-18/+3
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-6/+21
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.Nicholas Nethercote-2/+4
2024-05-13Remove `extern crate rustc_middle` from `rustc_mir_build`.Nicholas Nethercote-0/+2
2024-05-02Inline & delete `Ty::new_unit`, since it's just a field accessWaffle Lapkin-2/+2
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-14Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`Guillaume Gomez-1/+1
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-1/+1
2024-02-24Add asm label support to THIRGary Guo-2/+2
2024-02-24Add asm label support to AST and HIRGary Guo-0/+3
2024-02-15Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.Nicholas Nethercote-5/+7
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+11
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-2/+2
2024-02-12Dejargnonize substShoyu Vanilla-2/+2
2024-02-12Lowering field access for anonymous adtsFrank King-5/+15
2024-02-06Teach typeck/borrowck/solvers how to deal with async closuresMichael Goulet-2/+19
2024-01-16Rollup merge of #119969 - compiler-errors:simplify-closure-env-ty, r=oli-obkMatthias Krüger-37/+19
2024-01-14Use zip_eq to enforce that things being zipped have equal sizesMichael Goulet-1/+2
2024-01-14Simplify closure_env_ty and closure_env_paramMichael Goulet-37/+19
2024-01-05Remove `thir::Guard`Matthew Jasper-1/+1
2024-01-05Remove `hir::Guard`Matthew Jasper-7/+2
2023-12-28Movability doesn't need to be a query anymoreMichael Goulet-1/+1
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-2/+2
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-3/+3
2023-12-15Annotate some more bugsMichael Goulet-1/+1
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-1/+1
2023-12-04Don't include destruction scopes in THIRMatthew Jasper-23/+1