]> git.lizzy.rs Git - rust.git/commit
Added source hashes to FileMap
authorInokentiy Babushkin <twk@twki.de>
Sat, 10 Jun 2017 11:39:39 +0000 (13:39 +0200)
committerInokentiy Babushkin <twk@twki.de>
Sat, 10 Jun 2017 11:39:39 +0000 (13:39 +0200)
commit3d2cff0c94a8a882eeca464ef638b0c912cc4f97
treede5b016f6dcc5e0f8f5a7573df7a8e100d0f9a96
parent70fa1fbea7786425471b0d43aae320920fd4e917
Added source hashes to FileMap

We can use these to perform lazy loading of source files belonging to
external crates. That way we will be able to show the source code of
external spans that have been translated.
src/librustc/ich/impls_syntax.rs
src/librustc_metadata/decoder.rs
src/libsyntax/codemap.rs
src/libsyntax_pos/lib.rs