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
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
2023-06-22
migrate inferred_outlives_of to Clause
Michael Goulet
-7
/
+0
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-0
/
+7
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-05-04
Remove unneeded encode/decode methods.
Nicholas Nethercote
-4
/
+0
2023-04-26
Inline tweaks
John Kåre Alsaker
-4
/
+24
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-47
/
+9
2023-04-26
Move on_disk_cache.rs
John Kåre Alsaker
-0
/
+1064