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
/
instance.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-17
new solver: prefer trivial builtin impls over where-clauses
Rémy Rakic
-1
/
+1
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-1
/
+2
2024-11-30
Move refinement check out of compare_impl_item
Michael Goulet
-0
/
+2
2024-11-30
Make compare_impl_item into a query
Michael Goulet
-7
/
+5
2024-11-28
support revealing defined opaque post borrowck
lcnr
-1
/
+2
2024-11-23
remove remaining references to `Reveal`
lcnr
-2
/
+4
2024-11-23
no more Reveal :(
lcnr
-1
/
+1
2024-11-19
resolve_instance: stop relying on `Reveal`
lcnr
-17
/
+17
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-13
/
+17
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-1
/
+0
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-23
document & impl the transmutation modeled by `BikeshedIntrinsicFrom`
Jack Wrenn
-0
/
+5
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-24
Make sure that args are compatible in resolve_associated_item
Michael Goulet
-2
/
+13
2024-07-02
Miscellaneous renaming
Michael Goulet
-2
/
+2
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-14
/
+14
2024-06-16
Auto merge of #126505 - compiler-errors:no-vtable, r=lcnr
bors
-6
/
+16
2024-06-14
Only compute vtable information during codegen
Michael Goulet
-6
/
+16
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-6
/
+6
2024-05-29
Optimize async drop glue for some old types
Daria Sukhonina
-1
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_ty_utils`.
Nicholas Nethercote
-0
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_ty_utils`.
Nicholas Nethercote
-0
/
+1
2024-04-25
Don't ICE when codegen_select returns ambiguity in new solver
Michael Goulet
-12
/
+5
2024-04-18
Fix disabling the export of noop async_drop_in_place_raw
Daria Sukhonina
-1
/
+1
2024-04-17
Use non-exhaustive matches for TyKind
Daria Sukhonina
-36
/
+17
2024-04-16
Add simple async drop glue generation
zetanumbers
-0
/
+41
2024-03-19
Fix ABI for FnMut/Fn impls for async closures
Michael Goulet
-0
/
+2
2024-03-19
Only split by-ref/by-move futures for async closures
Michael Goulet
-20
/
+13
2024-03-09
Remove `Ord` from `ClosureKind`
Deadbeef
-17
/
+20
2024-03-04
make `intrinsic` query legal for any `DefId`
Oli Scherer
-3
/
+1
2024-02-20
Fix stray trait mismatch in resolve_associated_item for AsyncFn
Michael Goulet
-15
/
+3
2024-02-12
Make `is_intrinsic` query return the intrinsic name
Oli Scherer
-1
/
+2
2024-02-11
Auto merge of #120619 - compiler-errors:param, r=lcnr
bors
-3
/
+1
2024-02-07
Stop using is_copy_modulo_regions when building clone shim
Michael Goulet
-3
/
+1
2024-02-06
Coroutine closures implement regular Fn traits, when possible
Michael Goulet
-0
/
+18
2024-02-06
Regular closures now built-in impls for AsyncFn*
Michael Goulet
-0
/
+13
2024-02-06
More comments, final tweaks
Michael Goulet
-0
/
+7
2024-02-06
Build a shim to call async closures with different AsyncFn trait kinds
Michael Goulet
-3
/
+14
2024-02-06
Teach typeck/borrowck/solvers how to deal with async closures
Michael Goulet
-0
/
+11
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+1
2024-01-23
Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwU
León Orell Valerian Liehr
-1
/
+6
2024-01-22
Do not normalize closure signature when building FnOnce shim
Michael Goulet
-1
/
+6
2024-01-19
Consolidate logic around resolving built-in coroutine trait impls
Michael Goulet
-58
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-4
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-08
Implement `async gen` blocks
Michael Goulet
-0
/
+15
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-11-21
Rollup merge of #118115 - spastorino:fix-old-fn-names, r=compiler-errors
Nilstrieb
-1
/
+1
[next]