index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_query_system
/
src
/
ich
/
impls_syntax.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-14
/
+4
2025-02-11
compiler: remove rustc_target reexport of rustc_abi::HashStableContext
Jubilee Young
-1
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-18
/
+10
2024-10-25
Introduce `Enabled{Lang,Lib}Feature`
许杰友 Jieyou Xu (Joe)
-0
/
+17
2024-10-23
stop hashing compile-time constant
Ralf Jung
-6
/
+1
2024-10-23
rename lang feature lists to include LANG
Ralf Jung
-1
/
+1
2024-10-23
remove no longer needd UnstableFeature type
Ralf Jung
-1
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-22
make some rustc_feature internals private, and ensure invariants with debug a...
Ralf Jung
-2
/
+2
2024-10-22
terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...
Ralf Jung
-3
/
+3
2024-10-01
add unstable support for outputting file checksums for use in cargo
Jacob Kiesel
-0
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-07-18
Be more accurate about calculating `display_col` from a `BytePos`
Esteban Küber
-6
/
+0
2024-01-16
Simplify BodyId hashing.
Camille GILLOT
-0
/
+2
2023-12-19
Unify SourceFile::name_hash and StableSourceFileId
Michael Woerister
-3
/
+3
2023-11-26
Cut code size for feature hashing
Mark Rousskov
-4
/
+4
2023-11-21
Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir
Michael Goulet
-2
/
+0
2023-09-07
Use `Freeze` for `SourceFile.lines`
John Kåre Alsaker
-4
/
+5
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-33
/
+7
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-2
/
+2
2023-04-16
Remove some unnecessary hash truncations
Ben Kimock
-1
/
+1
2022-09-07
Use HashStable_Generic in rustc_type_ir
Eric Holk
-0
/
+2
2022-08-16
Shrink `ast::Attribute`.
Nicholas Nethercote
-3
/
+3
2022-06-02
Address review comments.
Nicholas Nethercote
-14
/
+11
2022-06-01
Lazify `SourceFile::lines`.
Nicholas Nethercote
-5
/
+12
2021-10-03
Move ICH to rustc_query_system.
Camille GILLOT
-0
/
+146