index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
check
/
intrinsic.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Check generic params after sigature for main-fn-ty
r0cky
-1
/
+1
2023-12-09
Add simd_masked_{load,store} platform-intrinsics
Jakub Okoński
-0
/
+2
2023-11-16
Remove option_payload_ptr; redundant to offset_of
George Bateman
-19
/
+0
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-8
/
+5
2023-09-30
Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee
bors
-21
/
+23
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-4
/
+4
2023-09-19
rustc_hir_analysis: add a helper to check function the signature mismatches
Eduardo Sánchez Muñoz
-8
/
+5
2023-09-18
Prototype using const generic for simd_shuffle IDX array
Oli Scherer
-21
/
+23
2023-08-06
Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly
Scott McMurray
-0
/
+4
2023-08-03
Forbid old-style `simd_shuffleN` intrinsics
Oli Scherer
-14
/
+0
2023-07-27
Add SIMD bitreverse, ctlz, cttz intrinsics
Caleb Zulawski
-0
/
+3
2023-07-27
Add simd_bswap intrinsic
Caleb Zulawski
-0
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-2
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+4
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-78
/
+94
2023-06-04
Use 128 bits for TypeId hash
Thom Chiovoloni
-1
/
+1
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-4
/
+12
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-4
/
+5
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-04-30
Codegen fewer instructions in `mem::replace`
Scott McMurray
-0
/
+1
2023-04-27
Also use `mir::Offset` for pointer `add`
Scott McMurray
-1
/
+2
2023-04-22
Add `intrinsics::transmute_unchecked`
Scott McMurray
-1
/
+1
2023-04-06
Remove index from BrAnon
Jack Huey
-6
/
+4
2023-03-23
Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk
Dylan DPC
-0
/
+15
2023-03-21
remove some trait solver helpers
lcnr
-0
/
+1
2023-03-18
move Option::as_slice to intrinsic
Andre Bogus
-0
/
+15
2023-03-11
`MaybeUninit::assume_init_read` should have `noundef` load metadata
Scott McMurray
-0
/
+2
2023-03-07
Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se...
bors
-0
/
+2
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-4
/
+4
2023-02-17
Replace more `mk_foo` calls with `infer_foo`.
Nicholas Nethercote
-8
/
+4
2023-02-17
Use `IntoIterator` for `mk_fn_sig`.
Nicholas Nethercote
-12
/
+4
2023-02-17
Replace `mk_foo` calls with `infer_foo` where possible.
Nicholas Nethercote
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-9
/
+6
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+6
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-1
/
+2
2022-12-13
Rename `assert_uninit_valid` intrinsic
Nilstrieb
-4
/
+4
2022-12-11
Add `round_ties_even` to `f32` and `f64`
Jules Bertholet
-0
/
+2
2022-11-07
Add an optional Span to BrAnon and use it to print better error for HRTB erro...
Jack Huey
-6
/
+11
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-3
/
+3
2022-09-28
rustc_safe_intrinsic: Keep list of safe intrinsics within the compiler
Arthur Cohen
-3
/
+59
2022-09-27
attributes: Add #[rustc_safe_intrinsic] builtin
Arthur Cohen
-48
/
+9
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+532