This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-11-03 14:34:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_middle
/
src
/
traits
History
Oli Scherer
7348dd1950
Eliminate
DefiningAnchor::Error
, it is indistinguishable from
DefiningAnchor::Bind
with an empty list
2024-03-11 17:19:37 +00:00
..
solve
inspect formatter: add braces
2024-03-08 17:03:04 +01:00
mod.rs
Eliminate
DefiningAnchor::Error
, it is indistinguishable from
DefiningAnchor::Bind
with an empty list
2024-03-11 17:19:37 +00:00
query.rs
Rename some normalization-related items
2024-02-20 17:30:49 +01:00
select.rs
remove repetitive words
2024-02-23 18:26:01 +08:00
solve.rs
Make
DefiningAnchor::Bind
only store the opaque types that may be constrained, instead of the current infcx root item.
2024-03-11 17:19:37 +00:00
specialization_graph.rs
specialization_graph_of
's
errored
field is used in the only call site, and used to immediately throw away the rest of the value. Let's use
Result
to statically signal that this is happening
2024-01-11 20:34:59 +00:00
structural_impls.rs
Remove constness from
ImplSource::Param
2023-08-14 02:17:30 +00:00
util.rs
Dejargnonize subst
2024-02-12 15:46:35 +09:00