rust/src/libsyntax_pos
Michael Woerister 45439945c9 incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache.
The previous method ran into problems because ICH would treat Spans
as (file,line,col) but the cache contained byte offsets and its
possible for the latter to change while the former stayed stable.
2017-12-01 13:48:19 +01:00
..
Cargo.toml Display spans correctly when there are non-half-width characters 2017-11-03 03:15:39 +09:00
hygiene.rs incr.comp.: Properly hash and encode macro expansion information. 2017-12-01 13:48:19 +01:00
lib.rs incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache. 2017-12-01 13:48:19 +01:00
span_encoding.rs Fix comment formatting 2017-11-05 01:24:20 +02:00
symbol.rs Fix style in interner test 2017-11-13 07:55:20 +01:00