about summary refs log tree commit diff
path: root/compiler/rustc_span/src/span_encoding.rs
AgeCommit message (Expand)AuthorLines
2023-02-11Intern span when length is MAX_LEN with parent.Camille GILLOT-1/+6
2022-12-25Encode span parent in the inlined representation.Camille GILLOT-22/+64
2022-12-01Remove useless borrows and derefsMaybe Waffle-1/+1
2022-08-17Make names more explicit.Camille GILLOT-15/+21
2022-08-17Keep ctxt in encoded span representation.Camille GILLOT-9/+23
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-2/+1
2022-02-25Switch bootstrap cfgsMark Rousskov-9/+2
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-0/+9
2021-09-10Rename decode to data_untracked.Camille GILLOT-2/+2
2021-09-10Track span dependency using a callback.Camille GILLOT-0/+16
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-3/+11
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-2/+1
2021-05-03Remove SpanInterner::getJoshua Nelson-6/+1
2020-12-25Edit rustc_span documentationpierwill-5/+3
2020-08-30mv compiler to compiler/mark-0/+133