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-17 20:25:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_span
/
src
History
Nilstrieb
81d7069e34
Add
#[rustc_no_mir_inline]
for standard library UB checks
...
Co-authored-by: Ben Kimock <kimockb@gmail.com>
2024-02-24 21:19:41 +01: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
Auto merge of
#119478
- bjorn3:no_serialize_specialization, r=wesleywiser
2024-01-06 09:56:00 +00:00
edit_distance.rs
check rust lints when an unknown lint is detected
2024-01-12 18:50:36 +08:00
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
Use UnhashMap for a few more maps
2024-01-17 17:09:55 -05:00
span_encoding.rs
rustc_span: Optimize syntax context comparisons
2024-01-06 01:25:20 +03:00
symbol.rs
Add
#[rustc_no_mir_inline]
for standard library UB checks
2024-02-24 21:19:41 +01:00
tests.rs
…