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_ty_utils
/
src
/
abi.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-29
Support TLS access into dylibs on Windows
John Kåre Alsaker
-1
/
+11
2023-03-20
Remove Ty::is_region_ptr
Mu42
-1
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-6
/
+6
2023-02-17
Use `IntoIterator` for `mk_fn_sig`.
Nicholas Nethercote
-1
/
+1
2023-02-17
Remove the `InternIteratorElement` impl for `&'a T`.
Nicholas Nethercote
-2
/
+2
2023-02-16
Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr
bors
-5
/
+2
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-5
/
+2
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-3
/
+2
2023-02-06
also do not add noalias on not-Unpin Box
Ralf Jung
-5
/
+4
2023-02-06
make &mut !Unpin not dereferenceable
Ralf Jung
-6
/
+9
2023-02-06
make PointerKind directly reflect pointer types
Ralf Jung
-17
/
+16
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-2
/
+2
2023-01-19
Transform async ResumeTy in generator transform
Arpad Borsos
-7
/
+27
2023-01-17
Improve comments
Nilstrieb
-6
/
+0
2023-01-17
Put `noundef` on all scalars that don't allow uninit
Nilstrieb
-1
/
+1
2023-01-11
Change `src/test` to `tests` in source files, fix tidy and tests
Albert Larsan
-1
/
+1
2023-01-10
Change type of box_noalias to bool
Tomasz Miąsko
-1
/
+1
2023-01-10
Change type of mutable_noalias to bool
Tomasz Miąsko
-1
/
+1
2023-01-04
cleanup: handle -Zmutable-noalias like -Zbox-noalias
Erik Desjardins
-12
/
+7
2023-01-02
do not add noalias in return position
Ralf Jung
-2
/
+4
2022-12-08
Fix Async Generator ABI
Arpad Borsos
-5
/
+17
2022-10-21
Introduce deduced parameter attributes, and use them for deducing `readonly` on
Patrick Walton
-5
/
+38
2022-10-03
Move utils from rustc_middle to rustc_ty_utils
Cameron Steffen
-0
/
+518