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-10-31 13:04:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_hir_analysis
/
src
/
coherence
History
Oli Scherer
fd3da4bebd
Replace some
Option<Span>
with
Span
and use DUMMY_SP instead of None
2025-06-05 14:14:59 +00:00
..
builtin.rs
Replace some
Option<Span>
with
Span
and use DUMMY_SP instead of None
2025-06-05 14:14:59 +00:00
inherent_impls_overlap.rs
Move
name
field from
AssocItem
to
AssocKind
variants.
2025-04-15 08:07:15 +10:00
inherent_impls.rs
Remove
weak
alias terminology
2025-04-24 11:59:20 +01:00
mod.rs
Decouple trait impls of different traits wrt incremental
2025-04-01 09:25:12 +00:00
orphan.rs
Remove
weak
alias terminology
2025-04-24 11:59:20 +01:00
unsafety.rs
Make
Copy
unsafe to implement for ADTs with
unsafe
fields
2024-12-07 20:50:00 +00:00