about summary refs log tree commit diff
path: root/compiler/rustc_span/src/analyze_source_file.rs
AgeCommit message (Expand)AuthorLines
2024-12-22Adjust syntaxCaio-0/+160
2024-09-03Add `warn(unreachable_pub)` to `rustc_span`.Nicholas Nethercote-1/+1
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-34/+6
2024-07-16Fix unsafe_op_in_unsafe_fn in compilerMichael Goulet-9/+9
2024-07-16fmtMichael Goulet-42/+49
2023-10-19Initiate the inner usage of `cfg_match`Caio-4/+4
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-30/+18
2022-12-15more clippy::complexity fixesMatthias Krüger-2/+2
2022-12-01Remove useless borrows and derefsMaybe Waffle-1/+1
2022-11-26Remove more redundant `all`sChris Denton-1/+1
2020-12-03Fix some clippy lintsJoshua Nelson-2/+2
2020-08-30mv compiler to compiler/mark-0/+274