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_middle
/
src
/
query
/
on_disk_cache.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-16
Simplify decode_span.
Camille Gillot
-28
/
+23
2025-06-30
Introduce `ByteSymbol`.
Nicholas Nethercote
-51
/
+78
2025-05-06
Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-...
bors
-2
/
+2
2025-05-05
Handle rustc_middle cases of rustc::potential_query_instability lint
ismailarilik
-2
/
+2
2025-04-12
don't store opaque info during encoding
bohan
-3
/
+2
2025-04-11
Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead
Stuart Cook
-6
/
+6
2025-04-10
Allow drivers to supply a list of extra symbols to intern
Alex Macleod
-6
/
+6
2025-04-03
hygiene: Avoid recursion in syntax context decoding
Vadim Petrochenkov
-1
/
+2
2025-03-30
Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov"
Jakub Beránek
-5
/
+5
2025-03-29
less decoding if it has the same syntax context
bohan
-5
/
+5
2025-03-19
Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk
bors
-31
/
+15
2025-03-15
Move codec module back into middle
Michael Goulet
-4
/
+2
2025-03-14
Rename `QuerySideEffects` to `QuerySideEffect`
John Kåre Alsaker
-15
/
+15
2025-03-14
Represent diagnostic side effects as dep nodes
John Kåre Alsaker
-18
/
+2
2025-02-11
Simplify intra-crate qualifiers.
Nicholas Nethercote
-7
/
+8
2025-02-08
Rustfmt
bjorn3
-9
/
+12
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-6
/
+7
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+1
2024-12-06
Remove 'tcx lifetime from OnDiskCache
bjorn3
-14
/
+9
2024-11-12
Querify MonoItem collection
Ben Kimock
-1
/
+9
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-25
/
+20
2024-09-26
Use `&raw` in the compiler
Josh Stone
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-13
/
+10
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+7
2024-06-19
local_def_path_hash_to_def_id can fail
Michael Baikov
-4
/
+4
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-1
/
+1
2024-05-21
PR feedback
Ben Kimock
-2
/
+5
2024-05-21
Add a footer in FileEncoder and check for it in MemDecoder
Ben Kimock
-20
/
+19
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-09
Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkov
bors
-9
/
+2
2024-03-27
Use a `dyn Debug` trait object instead of a closure.
Oli Scherer
-3
/
+4
2024-03-27
Move `CrateStore::expn_hash_to_expn_id` to a hook
Oli Scherer
-6
/
+1
2024-03-27
Start replacing `CStore` trait methods with hooks.
Oli Scherer
-3
/
+1
2024-02-24
compiler: use `addr_of!`
Pavel Grigorenko
-2
/
+2
2024-01-11
`specialization_graph_of`'s `errored` field is used in the only call site, an...
Oli Scherer
-0
/
+9
2024-01-06
Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser
bors
-123
/
+100
2024-01-04
Make iteration order of collect_return_position_impl_trait_in_trait_tys query...
Michael Woerister
-2
/
+2
2023-12-31
Avoid specialization for AttrId deserialization
bjorn3
-0
/
+4
2023-12-31
Remove almost all uses of specialization from the metadata encoding code
bjorn3
-93
/
+65
2023-12-31
Avoid specialization for the Span Encodable and Decodable impls
bjorn3
-32
/
+33
2023-12-19
Unify SourceFile::name_hash and StableSourceFileId
Michael Woerister
-22
/
+15
2023-11-22
Call FileEncoder::finish in rmeta encoding
Ben Kimock
-2
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-8
/
+3
2023-09-09
Auto merge of #115657 - Zoxc:source-span-avoid-query, r=cjgillot
bors
-1
/
+1
2023-09-08
Avoid a `source_span` query when encoding Spans into query results
John Kåre Alsaker
-1
/
+1
2023-09-07
Use `Freeze` for `SourceFile.lines`
John Kåre Alsaker
-1
/
+1
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-2
/
+3
2023-07-14
Use u64 for incr comp allocation offsets
Ben Kimock
-2
/
+4
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-7
/
+0
[next]