rust/compiler/rustc_span/src
Matthias Krüger bcd2f2df67 fix a couple of clippy warnings:
filter_next
manual_strip
redundant_static_lifetimes
single_char_pattern
unnecessary_cast
unused_unit
op_ref
redundant_closure
useless_conversion
2020-11-04 13:48:50 +01:00
..
analyze_source_file
source_map
symbol
analyze_source_file.rs
caching_source_map_view.rs rustc_span: represent line bounds with Range 2020-10-27 15:47:29 -07:00
def_id.rs Add some docs to rustdoc::clean::inline and def_id functions 2020-10-06 09:46:00 +00:00
edition.rs
fatal_error.rs
hygiene.rs Show the inline stack of MIR lints that only occur after inlining 2020-10-27 14:08:07 +00:00
lib.rs fix a couple of clippy warnings: 2020-11-04 13:48:50 +01:00
source_map.rs Use RwLock instead of Lock for SourceMap::files 2020-10-29 18:09:53 +01:00
span_encoding.rs
symbol.rs Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPC 2020-10-28 01:40:06 +00:00
tests.rs