]> git.lizzy.rs Git - rust.git/commit
Fix the start/end byte positions in the compiler JSON output
authorMikko Rantanen <jubjub@jubjubnest.net>
Thu, 3 Oct 2019 00:55:31 +0000 (03:55 +0300)
committerMikko Rantanen <jubjub@jubjubnest.net>
Mon, 21 Oct 2019 16:28:29 +0000 (19:28 +0300)
commitff1860ad763baac652d3a43a93985e29ade805cb
tree4c425dd8c70519e74aa630405d35019e234ee591
parent2748a9fd93dd1a00a4521f4f16de5befbf77f6cd
Fix the start/end byte positions in the compiler JSON output
14 files changed:
src/librustc/ich/impls_syntax.rs
src/librustc_metadata/decoder.rs
src/libsyntax/json.rs
src/libsyntax/json/tests.rs [new file with mode: 0644]
src/libsyntax/source_map.rs
src/libsyntax/tests.rs
src/libsyntax_pos/lib.rs
src/libsyntax_pos/tests.rs
src/test/ui/.gitattributes
src/test/ui/json-bom-plus-crlf-multifile-aux.rs [new file with mode: 0644]
src/test/ui/json-bom-plus-crlf-multifile.rs [new file with mode: 0644]
src/test/ui/json-bom-plus-crlf-multifile.stderr [new file with mode: 0644]
src/test/ui/json-bom-plus-crlf.rs [new file with mode: 0644]
src/test/ui/json-bom-plus-crlf.stderr [new file with mode: 0644]