about summary refs log tree commit diff
path: root/compiler/rustc_span/src/analyze_source_file.rs
AgeCommit message (Expand)AuthorLines
2025-09-28Add LSX accelerated implementation for source file analysisWANG Rui-3/+106
2025-09-07Revert "Add LSX accelerated implementation for source file analysis"WANG Rui-106/+3
2025-09-02Add LSX accelerated implementation for source file analysisWANG Rui-3/+106
2025-07-01Update `cfg(bootstrap)`Josh Stone-12/+1
2025-05-30handle cfg bootstrap on compiler and mirionur-ozkan-1/+12
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-1/+1
2025-03-06Update stdarchEric Huss-4/+4
2025-02-23Use `as_chunks` in `analyze_source_file_sse2`real-eren-7/+4
2025-02-18update `cfg(bootstrap)`Josh Stone-126/+0
2025-02-02Remove dead control char logicreal-eren-120/+55
2025-02-02Simplify SSE2 implementationreal-eren-18/+6
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