rust/compiler/rustc_span
Tyson Nottingham df59a44fea rustc_span: improve bounds checks in byte_pos_to_line_and_col
The effect of this change is to consider edge-case spans that start or
end at the position one past the end of a file to be valid during span
hashing and encoding. This change means that these spans will be
preserved across incremental compilation sessions when they are part of
a serialized query result, instead of causing the dummy span to be used.
2020-10-26 16:34:04 -07:00
..
src rustc_span: improve bounds checks in byte_pos_to_line_and_col 2020-10-26 16:34:04 -07:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00