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
/
hcx.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-16
Reduce exposure of things.
Nicholas Nethercote
-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-08-07
Remove unused hashing infra.
Camille GILLOT
-20
/
+5
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-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-21
/
+3
2022-03-31
Move stable hash from TyS into a datastructure that can be shared with other ...
Oli Scherer
-0
/
+8
2022-01-05
Address review comments
Aaron Hill
-3
/
+6
2022-01-05
Adjust assert_default_hashing_controls
Aaron Hill
-0
/
+7
2022-01-05
Ensure that `Fingerprint` caching respects hashing configuration
Aaron Hill
-18
/
+22
2021-10-21
Use SortedMap in HIR.
Camille GILLOT
-3
/
+3
2021-10-09
Forbid hashing HIR outside of indexing.
Camille GILLOT
-28
/
+36
2021-10-03
Add some inlining.
Camille GILLOT
-0
/
+3
2021-10-03
Move ICH to rustc_query_system.
Camille GILLOT
-0
/
+209