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_traits
/
src
/
dropck_outlives.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-1
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-12-13
Combine identical alias arms
Michael Goulet
-2
/
+2
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-2
/
+2
2022-11-28
partially_normalize_... -> At::normalize
Michael Goulet
-1
/
+1
2022-11-28
Rename At::normalize to At::query_normalize
Michael Goulet
-1
/
+1
2022-11-09
make dropck_outlives into a proper canonicalized type query
Michael Goulet
-110
/
+97
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-113
/
+105
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+2
2022-05-10
Introduce EarlyBinder
Jack Huey
-4
/
+10
2022-03-24
Swap DtorckConstraint to DropckConstraint
InfRandomness
-8
/
+8
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-8
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-09
Avoid clone.
Camille GILLOT
-4
/
+4
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-4
/
+4
2021-07-25
clippy:: append_instead_of_extend
Matthias Krüger
-2
/
+2
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-03-18
Fix use of bare trait objects everywhere
Vadim Petrochenkov
-1
/
+1
2021-02-13
Use debug log level for developer oriented logs
Tomasz Miąsko
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-10-14
Address comments
Roxane
-0
/
+9
2020-10-11
Replace tuple of infer vars for upvar_tys with single infer var
Roxane
-5
/
+19
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+326