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
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+0
2025-06-11
Do not clone Arc when hashing span.
Camille GILLOT
-4
/
+4
2025-03-26
expand: Leave traces when expanding `cfg` attributes
Vadim Petrochenkov
-1
/
+1
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-14
/
+5
2025-02-11
compiler: remove rustc_target reexport of rustc_abi::HashStableContext
Jubilee Young
-1
/
+1
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-2
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-3
/
+2
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-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+7
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
-58
/
+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-11-16
Reduce exposure of things.
Nicholas Nethercote
-1
/
+1
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
2023-02-21
Use a lock-free datastructure for `source_span`
Oli Scherer
-1
/
+1
2023-02-20
Make untracked.source_span lockable so that resolution can still write to it ...
Oli Scherer
-1
/
+1
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-1
/
+1
2022-12-09
Fold `Definitions` into the untracked data
Oli Scherer
-5
/
+3
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-14
/
+6
2022-11-11
Hash spans when interning.
Camille GILLOT
-37
/
+2
2022-09-30
create def ids for impl traits during ast lowering
Santiago Pastorino
-2
/
+2
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-2
/
+5
2022-09-07
Use HashStable_Generic in rustc_type_ir
Eric Holk
-0
/
+2
2022-08-16
Auto merge of #100441 - nnethercote:shrink-ast-Attribute, r=petrochenkov
bors
-3
/
+3
2022-08-16
Shrink `ast::Attribute`.
Nicholas Nethercote
-3
/
+3
2022-08-07
Remove unused hashing infra.
Camille GILLOT
-22
/
+7
2022-08-07
Derive HashStable for HIR Expr and Ty.
Camille GILLOT
-14
/
+0
2022-08-07
Stop forcing the hashing of bodies in types and expressions.
Camille GILLOT
-14
/
+8
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-4
/
+4
2022-07-06
Make AST lowering a query.
Camille GILLOT
-6
/
+6
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-0
/
+1
2022-06-17
Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister
bors
-2
/
+9
2022-06-14
Separate `source_span` and `expn_that_defined` from `Definitions`.
Camille GILLOT
-2
/
+9
2022-06-14
Remove thread-local `IGNORED_ATTRIBUTES`.
Nicholas Nethercote
-10
/
+1
2022-06-02
Address review comments.
Nicholas Nethercote
-14
/
+11
2022-06-01
Lazify `SourceFile::lines`.
Nicholas Nethercote
-5
/
+12
[next]