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
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
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
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-3
/
+3
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-10
/
+13
2022-02-24
Restrict query recursion in `needs_significant_drop`
Jakob Degen
-19
/
+17
2021-12-02
use try_normalize_erasing_regions in needs_drop
b-naber
-2
/
+4
2021-11-13
Recurse through query system when checking ADT drop types, hopefully improvin...
Jakob Degen
-23
/
+61
2021-10-25
Clean up debug statements in needs_drop
Jakob Degen
-7
/
+5
2021-10-23
Fixes incorrect handling of ADT's drop requirements
Jakob Degen
-41
/
+54
2021-09-22
PR fixup
Aman Arora
-7
/
+16
2021-09-21
Handle type params in insig dtors
Aman Arora
-10
/
+16
2021-09-21
2229: Early exit when we see an insigificant drop
Aman Arora
-9
/
+33
2021-09-09
Remove the queries
Deadbeef
-75
/
+13
2021-09-09
Const dropping
Deadbeef
-11
/
+76
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-1
/
+1
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-1
/
+1
2021-05-14
add new attribute rustc_insignificant_dtor and a query to check if a type has...
Dhruv Jauhar
-4
/
+49
2020-11-29
Be cautious of calling upvar_tys before mir
Aman Arora
-6
/
+2
2020-11-19
Move `rustc_ty` -> `rustc_ty_utils`
LeSeulArtichaut
-0
/
+188