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
/
needs_drop.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-2
/
+36
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-1
/
+1
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+5
2024-12-02
remove `Ty::is_copy_modulo_regions`
lcnr
-1
/
+1
2024-11-23
rebase
lcnr
-3
/
+3
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-13
/
+55
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-20
/
+26
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-24
Fix `elided_named_lifetimes` in code
Pavel Grigorenko
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-05-29
Optimize async drop glue for some old types
Daria Sukhonina
-1
/
+1
2024-05-29
Start implementing needs_async_drop and related
Daria Sukhonina
-0
/
+16
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-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-4
/
+7
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+6
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-11-02
review + add tests
lcnr
-4
/
+4
2023-11-02
dropck_outlives check generator witness needs_drop
lcnr
-3
/
+29
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-1
/
+0
2023-09-23
Enable drop_tracking_mir by default.
Camille GILLOT
-25
/
+2
2023-09-07
Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,...
Oli Scherer
-2
/
+22
2023-08-01
Use upvar_tys in more places, make it a list
Michael Goulet
-2
/
+6
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-07-18
some additional refactor
lcnr
-3
/
+3
2023-07-17
exhaustive matches are good
lcnr
-1
/
+25
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-19
/
+19
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-2
/
+3
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-2
/
+2
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-3
/
+3
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-4
/
+10
2023-01-27
Pacify tidy.
Camille GILLOT
-2
/
+2
2023-01-27
Always require Drop for generators.
Camille GILLOT
-0
/
+7
2022-12-13
Combine identical alias arms
Michael Goulet
-4
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+4
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-1
/
+1
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+0
2022-08-26
Migrate rustc_ty_utils to use SessionDiagnostic
Peter Medus
-4
/
+3
2022-05-13
Add bound_type_of
Jack Huey
-1
/
+1
2022-05-10
Introduce EarlyBinder
Jack Huey
-3
/
+3
[next]