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
2023-03-27
Add a builtin `FnPtr` trait
lcnr
-1
/
+18
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
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
-2
/
+3
2022-12-24
Rename some compare_method functions
Michael Goulet
-1
/
+1
2022-12-12
normalize receiver substs and erase the regions
Takayuki Maeda
-1
/
+7
2022-11-27
Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning
Maybe Waffle
-1
/
+1
2022-11-25
move 2 candidates into builtin candidate
lcnr
-2
/
+0
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-0
/
+6
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-2
/
+2
2022-10-10
Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr
Dylan DPC
-2
/
+1
2022-10-07
Remove tuple candidate, nothing special about it
Michael Goulet
-2
/
+1
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-13
/
+11
2022-10-06
Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr
Matthias Krüger
-31
/
+5
2022-10-04
missing value to delay_span_bug
lcnr
-2
/
+6
2022-09-30
make query take `(LocalDefId, DefId)`
Boxy
-7
/
+3
2022-09-30
make `compare_const_impl` a query and use it in `instance.rs`
Boxy
-30
/
+8
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-12
Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726
bors
-1
/
+2
2022-09-11
Apply formatting fixes
Andrew Cann
-4
/
+4
2022-09-11
implement Copy/Clone for generators
Andrew Cann
-1
/
+4
2022-09-09
rename `codegen_fulfill_obligation`
lcnr
-4
/
+2
2022-09-09
`resolve_instance`: remove `BoundVarsCollector`
lcnr
-108
/
+3
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+0
2022-08-07
Built-in implementation of Tuple trait
Michael Goulet
-1
/
+2
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-1
/
+1
2022-07-22
Do not resolve associated const when there is no provided value
Michael Goulet
-0
/
+5
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-2
/
+2
2022-06-30
Recover when failing to normalize closure signature.
Camille GILLOT
-2
/
+2
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-2
/
+0
2022-06-08
Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC
bors
-5
/
+9
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+3
2022-06-05
get_vtable returns opt instd of unwrpping
ouz-a
-5
/
+9
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-7
/
+1
2022-05-11
Gracefully fail to resolve associated items instead of `delay_span_bug`.
Camille GILLOT
-1
/
+17
2022-03-21
Rename `~const Drop` to `~const Destruct`
Deadbeef
-1
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+2
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-7
/
+7
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-2
/
+2
2022-01-15
initial revert
Ellen
-4
/
+0
2022-01-07
Add query to avoid name comparison in `leaf_def`
Matthew Jasper
-24
/
+19
2021-11-08
impl Copy/Clone for arrays in std, not in compiler
bstrie
-1
/
+1
2021-09-09
Const drop selection candidates
Deadbeef
-1
/
+2
2021-08-26
make unevaluated const substs optional
lcnr
-2
/
+3
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-0
/
+3
2021-08-18
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...
Charles Lew
-1
/
+2
2021-07-03
Simplify `visit_region` implementation
Yuki Okushi
-13
/
+4
2021-07-03
Correct `visit_region` implementation
Yuki Okushi
-1
/
+26
2021-07-03
Use `BoundVarsCollector` for now
Yuki Okushi
-9
/
+91
[next]