about summary refs log tree commit diff
path: root/compiler/rustc_span/src/caching_source_map_view.rs
AgeCommit message (Expand)AuthorLines
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-14/+13
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-7/+7
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2023-12-15Add better ICE messages for some undescriptive panicsRoss Smyth-2/+4
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-8/+7
2022-12-01Remove useless borrows and derefsMaybe Waffle-1/+1
2021-09-17Convert `debug_assert` to `assert` in `CachingSourceMapView`Aaron Hill-7/+7
2020-12-03rustc_span: add span_data_to_lines_and_cols to caching source map viewTyson Nottingham-22/+188
2020-12-03rustc_span: refactor byte_pos_to_line_and_colTyson Nottingham-28/+31
2020-12-03rustc_span: avoid unnecessary cloning in byte_pos_to_line_and_colTyson Nottingham-2/+2
2020-10-27rustc_span: represent line bounds with RangeTyson Nottingham-25/+19
2020-10-26rustc_span: improve bounds checks in byte_pos_to_line_and_colTyson Nottingham-3/+29
2020-08-30mv compiler to compiler/mark-0/+104