about summary refs log tree commit diff
path: root/src/libsyntax_pos/span_encoding.rs
AgeCommit message (Expand)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-140/+0
2019-12-22Format the worldMark Rousskov-2/+2
2019-04-05Increase `Span` from 4 bytes to 8 bytes.Nicholas Nethercote-101/+85
2019-04-03Tweak `Span` encoding.Nicholas Nethercote-3/+3
2019-02-04libsyntax_pos => 2018Taiki Endo-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-08libsyntax_pos: Tweak some visibilitiesVadim Petrochenkov-2/+2
2018-05-09Inline `Span` methods.Nicholas Nethercote-0/+3
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-7/+4
2018-03-08Don't derive traits on packed structsOliver Schneider-1/+22
2017-11-05Fix comment formattingNadav Zingerman-2/+2
2017-11-04Add comment explaining the ctxt field in SpanNadav Zingerman-1/+3
2017-09-23Compress "small" spans to 32 bits and intern "large" spansVadim Petrochenkov-0/+143