about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/intrinsic.rs
AgeCommit message (Expand)AuthorLines
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-2/+2
2023-04-30Codegen fewer instructions in `mem::replace`Scott McMurray-0/+1
2023-04-27Also use `mir::Offset` for pointer `add`Scott McMurray-1/+2
2023-04-22Add `intrinsics::transmute_unchecked`Scott McMurray-1/+1
2023-04-06Remove index from BrAnonJack Huey-6/+4
2023-03-23Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholkDylan DPC-0/+15
2023-03-21remove some trait solver helperslcnr-0/+1
2023-03-18move Option::as_slice to intrinsicAndre Bogus-0/+15
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-0/+2
2023-03-07Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se...bors-0/+2
2023-02-24Rename many interner functions.Nicholas Nethercote-4/+4
2023-02-17Replace more `mk_foo` calls with `infer_foo`.Nicholas Nethercote-8/+4
2023-02-17Use `IntoIterator` for `mk_fn_sig`.Nicholas Nethercote-12/+4
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-15Add specialized variants of `mk_region`.Nicholas Nethercote-9/+6
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-1/+6
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-1/+1
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-1/+2
2022-12-13Rename `assert_uninit_valid` intrinsicNilstrieb-4/+4
2022-12-11Add `round_ties_even` to `f32` and `f64`Jules Bertholet-0/+2
2022-11-07Add an optional Span to BrAnon and use it to print better error for HRTB erro...Jack Huey-6/+11
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-3/+3
2022-09-28rustc_safe_intrinsic: Keep list of safe intrinsics within the compilerArthur Cohen-3/+59
2022-09-27attributes: Add #[rustc_safe_intrinsic] builtinArthur Cohen-48/+9
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+532