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
2026-01-20 18:50:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_span
/
src
History
Oli Scherer
d3514a036d
Ensure nested allocations in statics do not get deduplicated
2024-03-12 05:53:46 +00:00
..
analyze_source_file
…
edit_distance
…
source_map
By tracking import use types to check whether it is scope uses or the other situations like module-relative uses, we can do more accurate redundant import checking.
2024-02-18 16:38:11 +08:00
symbol
…
analyze_source_file.rs
…
caching_source_map_view.rs
…
def_id.rs
…
edit_distance.rs
…
edition.rs
…
fatal_error.rs
…
hygiene.rs
Add async bound modifier to enable async Fn bounds
2024-01-31 16:59:19 +00:00
lib.rs
macro_rules: Preserve all metavariable spans in a global side table
2024-02-18 11:19:24 +03:00
profiling.rs
…
source_map.rs
…
span_encoding.rs
…
symbol.rs
Ensure nested allocations in statics do not get deduplicated
2024-03-12 05:53:46 +00:00
tests.rs
…