about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/misc.rs
AgeCommit message (Expand)AuthorLines
2024-12-17Rename `rustc_mir_build::build` to `builder`Zalathar-65/+0
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-10/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.Nicholas Nethercote-0/+1
2023-10-04Remove mir::LocalDecl::internal.Camille GILLOT-3/+1
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-9/+5
2023-03-21remove some trait solver helperslcnr-2/+2
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-2/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-5/+9
2022-05-16use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...b-naber-6/+1
2022-04-02do use ty::Const in patterns and abstract constsb-naber-1/+6
2022-04-02change thir to use mir::ConstantKind instead of ty::Constb-naber-3/+2
2022-03-09treat all mir::Constant values as ConstantKind::Valb-naber-1/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-5/+1
2021-08-18Remove box syntax from rustc_mir_buildest31-1/+1
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-1/+2
2021-03-09Pull `thir::Cx` out of the MIR `Builder`LeSeulArtichaut-7/+7
2020-08-30mv compiler to compiler/mark-0/+75