about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/ich/impls_syntax.rs
AgeCommit message (Expand)AuthorLines
2023-11-26Cut code size for feature hashingMark Rousskov-4/+4
2023-11-21Add HashStable_NoContext to simplify HashStable implementations in rustc_type_irMichael Goulet-2/+0
2023-09-07Use `Freeze` for `SourceFile.lines`John Kåre Alsaker-4/+5
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-33/+7
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-2/+2
2023-04-16Remove some unnecessary hash truncationsBen Kimock-1/+1
2022-09-07Use HashStable_Generic in rustc_type_irEric Holk-0/+2
2022-08-16Shrink `ast::Attribute`.Nicholas Nethercote-3/+3
2022-06-02Address review comments.Nicholas Nethercote-14/+11
2022-06-01Lazify `SourceFile::lines`.Nicholas Nethercote-5/+12
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-0/+146