about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/ich/impls_syntax.rs
AgeCommit message (Expand)AuthorLines
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-14/+4
2025-02-11compiler: remove rustc_target reexport of rustc_abi::HashStableContextJubilee Young-1/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-18/+10
2024-10-25Introduce `Enabled{Lang,Lib}Feature`许杰友 Jieyou Xu (Joe)-0/+17
2024-10-23stop hashing compile-time constantRalf Jung-6/+1
2024-10-23rename lang feature lists to include LANGRalf Jung-1/+1
2024-10-23remove no longer needd UnstableFeature typeRalf Jung-1/+1
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1
2024-10-22make some rustc_feature internals private, and ensure invariants with debug a...Ralf Jung-2/+2
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-3/+3
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-6/+0
2024-01-16Simplify BodyId hashing.Camille GILLOT-0/+2
2023-12-19Unify SourceFile::name_hash and StableSourceFileIdMichael Woerister-3/+3
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