rust/compiler/rustc_span/src
Aaron Hill 21b8f2ecde
Make ExpnData fields krate and orig_id private
These fields are only used by hygiene serialized, and should not be
accessed by anything outside of `rustc_span`.
2021-01-03 08:58:43 -05:00
..
analyze_source_file
lev_distance Move lev_distance to rustc_ast, make non-generic 2020-11-24 16:12:23 -08:00
source_map
symbol
analyze_source_file.rs Fix some clippy lints 2020-12-03 17:08:19 -05:00
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 Make ExpnData fields krate and orig_id private 2021-01-03 08:58:43 -05:00
lev_distance.rs Edit rustc_span documentation 2020-12-25 14:02:52 -08:00
lib.rs Add edition 2021. 2020-12-31 19:06:09 +01:00
source_map.rs Edit rustc_span documentation 2020-12-25 14:02:52 -08:00
span_encoding.rs Edit rustc_span documentation 2020-12-25 14:02:52 -08:00
symbol.rs first pass at default values for const generics 2021-01-01 10:55:10 +01:00
tests.rs