This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-04-29 03:37:26 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
526a91cbcc4601b92b0587405015e07b9c0d79f6
rust
/
compiler
/
rustc_hir_analysis
/
src
/
collect
T
History
Esteban Küber
146711fc24
Use
let...else
instead of
match foo { ... _ => return };
and
if let ... else return
2025-12-12 17:52:39 +00:00
..
type_of
remove
feature(never_type_fallback)
2025-11-27 22:48:00 +01:00
dump.rs
Split impl_(opt_)trait_ref
2025-10-17 08:36:34 -05:00
generics_of.rs
Remove parent def lookup hack that is no longer needed
2025-10-13 11:47:53 -04:00
item_bounds.rs
Use
let...else
instead of
match foo { ... _ => return };
and
if let ... else return
2025-12-12 17:52:39 +00:00
predicates_of.rs
Make const trait aliases work in next solver
2025-10-30 08:05:37 +00:00
resolve_bound_vars.rs
Auto merge of
#147602
- JohnTitor:dedup-lifetime-capture-errors, r=estebank
2025-12-10 06:52:27 +00:00
type_of.rs
remove support for type-of
2025-11-25 10:19:44 +01:00