about summary refs log tree commit diff
path: root/compiler/rustc_span/src/tests.rs
AgeCommit message (Expand)AuthorLines
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-3/+7
2024-06-04Add `Span::trim_end`Zalathar-0/+19
2024-06-04Add unit tests for `Span::trim_start`Zalathar-0/+38
2023-09-07Use `Freeze` for `SourceFile.lines`John Kåre Alsaker-3/+1
2023-09-03Register the file while computing its start position.Camille GILLOT-1/+2
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-15/+13
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-2/+6
2022-06-01Lazify `SourceFile::lines`.Nicholas Nethercote-1/+1
2021-07-08Inline implementation of lookup_lineTomasz Miąsko-9/+12
2020-08-30mv compiler to compiler/mark-0/+40