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
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
2024-05-28
Get rid of manual Trace calls
Michael Goulet
-2
/
+5
2024-05-13
Auto merge of #125076 - compiler-errors:alias-term, r=lcnr
bors
-2
/
+2
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-2
/
+2
2024-05-13
Remove `extern crate rustc_middle` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-05-10
rename some variants in FulfillmentErrorCode
Michael Goulet
-22
/
+14
2024-04-29
Remove `extern crate rustc_data_structures` from numerous crates.
Nicholas Nethercote
-1
/
+1
2024-04-20
include ParamEnv in projection cache key
Lukas Markeffsky
-2
/
+2
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-04
Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors
Jacob Pratt
-1
/
+1
2024-04-04
Rename HAS_PROJECTIONS to HAS_ALIASES etc.
León Orell Valerian Liehr
-1
/
+1
2024-04-04
Allow defining opaque types when checking const equality bounds
Oli Scherer
-3
/
+9
2024-04-04
Add some regression tests for opaque types and const generics
Oli Scherer
-1
/
+2
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-18
Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...
Oli Scherer
-1
/
+1
2024-02-29
distinguish recursion limit based overflow for diagnostics
lcnr
-1
/
+1
2024-02-22
overflow errors: change source to a concrete enum
lcnr
-6
/
+1
2024-02-19
split `project` into multiple files
lcnr
-1
/
+2
2024-02-19
never normalize without eager inference replacement
lcnr
-1
/
+1
2024-02-14
Do not report overflow errors on ConstArgHasType goals
Michael Goulet
-12
/
+15
2024-02-08
rename `instantiate_binder_with_placeholders`
Boxy
-2
/
+1
2024-01-15
Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr
Matthias Krüger
-22
/
+21
2024-01-13
assert that trait solver is only created in proper infcx
Michael Goulet
-0
/
+5
2024-01-12
Remove redundant Code from FulfillmentErrorCode variants
Michael Goulet
-22
/
+21
2023-12-17
don't fold ParamEnv in register_predicate_obligation
Ali MJ Al-Nasrawy
-2
/
+3
2023-12-07
add unused `NormalizesTo` predicate
lcnr
-2
/
+8
2023-12-01
Handle recursion limit for subtype and well-formed predicates
Matthew Jasper
-5
/
+30
2023-11-21
Remove ClosureKind predicate kind
Michael Goulet
-14
/
+0
2023-10-24
Get rid of 'tcx on ConstVid, EffectVid
Michael Goulet
-4
/
+5
2023-10-18
revert rust-lang/rust#114586
Ali MJ Al-Nasrawy
-21
/
+2
2023-09-14
move required_consts check to general post-mono-check function
Ralf Jung
-21
/
+23
2023-09-11
Bubble up opaque <eq> opaque operations instead of picking an order
Oli Scherer
-2
/
+21
2023-07-16
Auto merge of #113742 - compiler-errors:dont-short-circuit-intercrate-global-...
bors
-2
/
+2
[next]