rust/compiler
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
..
2020-10-20 16:42:51 +02:00
2020-10-22 21:11:50 +02:00
2020-10-16 12:58:50 -04:00