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
/
fulfill.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-20
Consider param-env for fast path
Michael Goulet
-1
/
+1
2025-07-17
Eagerly unify coroutine witness in old solver
Michael Goulet
-0
/
+1
2025-07-17
Unstall obligations by looking for coroutines in old solver
Michael Goulet
-7
/
+32
2025-07-15
Implement other logics
tiif
-0
/
+3
2025-07-15
Add the core logic in old and new solvers
tiif
-1
/
+10
2025-06-27
Auto merge of #142223 - compiler-errors:perf-wf, r=lcnr
bors
-2
/
+6
2025-06-26
Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwU
Michael Goulet
-1
/
+1
2025-06-25
Remove some glob imports from the type system
Michael Goulet
-2
/
+4
2025-06-24
Apply fast path to old solver too
Michael Goulet
-2
/
+6
2025-06-23
Add note to find_const_ty_from_env
Michael Goulet
-1
/
+1
2025-05-26
Rename
Michael Goulet
-2
/
+2
2025-05-26
Avoid obligation construction dance with query region constraints
Michael Goulet
-2
/
+2
2025-04-26
convert some `GenericArg` to `Term`
lcnr
-3
/
+3
2025-04-22
Properly drain pending obligations for coroutines
Michael Goulet
-1
/
+1
2025-04-09
re-use sized fast path
David Wood
-1
/
+5
2025-03-31
increment depth of nested obligations
lcnr
-20
/
+36
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-4
/
+3
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-1
/
+1
2024-12-02
Assert that obligations are empty before deeply normalizing
Michael Goulet
-0
/
+4
2024-11-23
Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU
bors
-4
/
+2
2024-11-23
no more Reveal :(
lcnr
-4
/
+2
2024-11-23
Remove unnecessary bool from ExpectedFound
Michael Goulet
-5
/
+8
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-22
/
+30
2024-11-04
Remove the trivial constkind imports
Michael Goulet
-3
/
+3
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-1
/
+1
2024-10-29
TypingMode :thinking:
lcnr
-7
/
+10
2024-10-28
Hack out effects support for old solver
Michael Goulet
-2
/
+29
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-1
/
+9
2024-10-24
Remove associated type based effects logic
Michael Goulet
-1
/
+0
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-12
Swap PredicateObligation to ThinVec
GnomedDev
-1
/
+2
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-21
/
+33
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-02
chore: Fix typos in 'compiler' (batch 3)
Alexander Cyon
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-19
/
+16
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
2024-07-09
Split out overflow handling into its own module
Michael Goulet
-1
/
+1
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-1
/
+1
2024-06-05
Fully implement `ConstArgHasType`
Boxy
-28
/
+40
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-2
/
+2
2024-06-04
Auto merge of #125380 - compiler-errors:wc-obj-safety, r=oli-obk
bors
-1
/
+1
2024-06-03
Nits and formatting
Michael Goulet
-12
/
+22
2024-06-03
check_is_object_safe -> is_object_safe
Michael Goulet
-1
/
+1
2024-06-03
Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_w...
Michael Goulet
-4
/
+3
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-1
/
+15
2024-06-03
Make TraitEngines generic over error
Michael Goulet
-23
/
+28
2024-05-30
Auto merge of #125671 - BoxyUwU:remove_const_ty_eq, r=compiler-errors
bors
-10
/
+31
2024-05-29
Partially implement `ConstArgHasType`
Boxy
-10
/
+31
[next]