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-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