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_infer
/
src
/
traits
Age
Commit message (
Expand
)
Author
Lines
2025-06-26
Rollup merge of #142647 - compiler-errors:less-work-in-coherence, r=lcnr
Michael Goulet
-1
/
+2
2025-06-25
Remove some glob imports from the type system
Michael Goulet
-2
/
+0
2025-06-25
Compute hard errors without diagnostics in impl_intersection_has_impossible_o...
Michael Goulet
-1
/
+2
2025-05-02
Use less rustc_type_ir in the compiler codebase
Romain Perier
-1
/
+1
2025-04-22
Properly drain pending obligations for coroutines
Michael Goulet
-1
/
+1
2025-04-14
Derive Obligation's fold impls
Michael Goulet
-32
/
+7
2025-03-23
Obligation::as_goal
Michael Goulet
-6
/
+6
2025-03-15
Fold visit into ty
Michael Goulet
-2
/
+3
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2025-02-19
Make fewer crates depend on rustc_ast_ir
Michael Goulet
-2
/
+1
2025-02-08
Rustfmt
bjorn3
-10
/
+13
2025-01-18
Get rid of `ToPolyTraitRef`
Michael Goulet
-3
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-02
Assert that obligations are empty before deeply normalizing
Michael Goulet
-0
/
+2
2024-10-12
Swap PredicateObligation to ThinVec
GnomedDev
-1
/
+2
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-8
/
+10
2024-10-08
Improve formatting of some comments.
Nicholas Nethercote
-30
/
+23
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-16
/
+13
2024-08-31
Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu
Matthias Krüger
-0
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-08-29
Stop using ty::GenericPredicates for non-predicates_of queries
Michael Goulet
-1
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_infer`.
Nicholas Nethercote
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-25
/
+20
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-204
/
+0
2024-07-21
Move some stuff to TypeErrCtxt
Michael Goulet
-4
/
+4
2024-07-18
Revert "sort suggestions for object diagnostic"
Michael Goulet
-2
/
+1
2024-07-07
Uplift elaboration
Michael Goulet
-345
/
+4
2024-07-06
Rollup merge of #127386 - compiler-errors:uplift-outlives-components, r=lcnr
Michael Goulet
-1
/
+1
2024-07-06
Import via rustc_type_ir::outlives
Michael Goulet
-1
/
+1
2024-07-05
Split out transitive_bounds_that_define_assoc_item
Michael Goulet
-14
/
+25
2024-07-05
Supertrait elaboration doesn't need to use Predicates
Michael Goulet
-5
/
+5
2024-07-01
Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote
bors
-4
/
+4
2024-06-27
Make queries more explicit
Michael Goulet
-4
/
+4
2024-06-26
Automatically taint InferCtxt when errors are emitted
Oli Scherer
-4
/
+4
2024-06-12
Stop passing traitref/traitpredicate by ref
Michael Goulet
-2
/
+1
2024-06-11
Get rid of PredicateObligations
Michael Goulet
-2
/
+0
2024-06-03
Nits and formatting
Michael Goulet
-7
/
+28
2024-06-03
Move FulfillmentErrorCode to rustc_trait_selection too
Michael Goulet
-41
/
+1
2024-06-03
Make TraitEngines generic over error
Michael Goulet
-43
/
+16
2024-06-03
Remove unnecessary extension trait
Michael Goulet
-21
/
+17
2024-05-18
Uplift GenericArgKind, CanonicalVarValues, QueryInput
Michael Goulet
-2
/
+2
2024-05-17
to_opt_poly_X_pred -> as_X_clause
Michael Goulet
-1
/
+1
2024-05-16
Remove trivial Binder::dummy calls
Michael Goulet
-1
/
+1
2024-05-16
Uplift Goal to rustc_type_ir
Michael Goulet
-6
/
+10
2024-05-16
Make P parameter explicit
Michael Goulet
-3
/
+1
2024-05-16
Rename ToPredicate for Upcast
Michael Goulet
-17
/
+13
2024-05-13
Apply nits
Michael Goulet
-5
/
+8
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-12
/
+8
2024-05-10
More rename fallout
Michael Goulet
-2
/
+2
2024-05-10
Rename some ObligationCauseCode variants
Michael Goulet
-8
/
+6
[next]