This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_span
/
src
History
Bastian Kauschke
031cce8cfc
add
relaxed_struct_unsize
feature gate
2021-02-04 00:00:41 +01:00
..
analyze_source_file
remove redundant closures (clippy::redundant_closure)
2021-01-03 13:34:24 +01:00
lev_distance
remove redundant closures (clippy::redundant_closure)
2021-01-03 13:34:24 +01:00
source_map
Use Option::map_or instead of
.map(..).unwrap_or(..)
2021-01-14 19:23:59 +01:00
symbol
…
analyze_source_file.rs
…
caching_source_map_view.rs
…
def_id.rs
…
edition.rs
Add edition 2021.
2020-12-31 19:06:09 +01:00
fatal_error.rs
…
hygiene.rs
Add disambiugator to ExpnData
2021-01-23 15:41:17 -05:00
lev_distance.rs
…
lib.rs
Add disambiugator to ExpnData
2021-01-23 15:41:17 -05:00
source_map.rs
Improve handling of spans around macro result parse errors
2021-01-31 15:24:34 -05:00
span_encoding.rs
…
symbol.rs
add
relaxed_struct_unsize
feature gate
2021-02-04 00:00:41 +01:00
tests.rs
…