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_trait_selection
/
src
/
traits
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-08
Add helper for when we want to know if an item has a host param
Michael Goulet
-1
/
+1
2023-12-18
Check FnPtr/FnDef built-in fn traits correctly with effects
Michael Goulet
-1
/
+14
2023-12-15
NFC don't convert types to identical types
Matthias Krüger
-3
/
+2
2023-12-08
Implement `async gen` blocks
Michael Goulet
-0
/
+11
2023-12-06
Yeet PolyGenSig
Michael Goulet
-10
/
+10
2023-10-27
Make `gen` blocks implement the `Iterator` trait
Oli Scherer
-0
/
+11
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+2
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-4
/
+8
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-2
/
+2
2023-07-25
Make everything builtin!
Michael Goulet
-3
/
+3
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-13
/
+13
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-06-28
Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr
Dylan DPC
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-2
/
+2
2023-06-21
Don't substitute a GAT that has mismatched generics in OpaqueTypeCollector
Michael Goulet
-0
/
+41
2023-06-20
yeet upcast_trait_def_id from ImplSourceObjectData
Michael Goulet
-1
/
+1
2023-06-17
Simplify an ObjectData field
Michael Goulet
-2
/
+2
2023-06-01
Rename `impl_defaultness` to `defaultness`
Deadbeef
-1
/
+1
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+6
2023-05-05
Report nicer lifetime errors for specialization
Matthew Jasper
-2
/
+2
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-3
/
+3
2023-04-16
fix clippy::toplevel_ref_arg and ::manual_map
Matthias Krüger
-7
/
+2
2023-04-13
make tcx.impl_subject return EarlyBinder, remove bound_impl_subject, rename u...
Kyle Matsuda
-1
/
+1
2023-04-11
Split implied and super predicate queries
Michael Goulet
-1
/
+1
2023-03-21
remove some trait solver helpers
lcnr
-29
/
+2
2023-03-15
always make `define_opaque_types` explicit
lcnr
-7
/
+7
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-23
Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk
Matthias Krüger
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-21
Associated type bounds in some places in the compiler
Michael Goulet
-1
/
+1
2022-12-26
remove unused imports
Takayuki Maeda
-1
/
+0
2022-12-08
Move vtable methods into its own module
Michael Goulet
-10
/
+0
2022-11-28
partially_normalize_... -> At::normalize
Michael Goulet
-7
/
+5
2022-11-25
Remove SelectionContext::infcx() in favor of field access
Michael Goulet
-2
/
+2
2022-11-25
Rollup merge of #104835 - spastorino:use-partially_normalize_associated_types...
Matthias Krüger
-5
/
+9
2022-11-24
Assert that we don't capture escaping bound vars in Fn trait selection
Michael Goulet
-3
/
+3
2022-11-24
Use infcx.partially_normalize_associated_types_in
Santiago Pastorino
-5
/
+9
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-0
/
+11
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-6
/
+4
2022-11-21
Use iterators instead of slices at more sites
Oli Scherer
-2
/
+2
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-3
/
+3
2022-11-21
Assert that various types have the right amount of generic args and fix the s...
Oli Scherer
-10
/
+4
2022-10-19
Don't call `own_existential_vtable_entries` on unresolved trait ref
Michael Goulet
-10
/
+2
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-08-21
Rework point-at-arg
Michael Goulet
-24
/
+1
2022-08-03
Add bound_impl_subject and bound_return_ty
Jack Huey
-3
/
+3
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-1
/
+1
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-1
/
+2
[next]