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
/
middle
/
cstore.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-196
/
+0
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-11
/
+0
2021-09-30
Move encode_metadata out of CrateStore.
Camille GILLOT
-5
/
+0
2021-09-14
Make DefPathHash->DefId panic for if the mapping fails.
Michael Woerister
-1
/
+1
2021-09-14
Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
Michael Woerister
-6
/
+2
2021-07-18
Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc...
Yuki Okushi
-3
/
+3
2021-07-17
Encode ExpnId using ExpnHash for incr. comp.
Camille GILLOT
-3
/
+2
2021-07-17
Make the CrateNum part of the ExpnId.
Camille GILLOT
-2
/
+4
2021-07-16
Consider all fields when comparing DllImports, to remove nondetermininsm in m...
Richard Cobbe
-3
/
+3
2021-07-14
Shrink the CrateStore dynamic interface.
Camille GILLOT
-13
/
+10
2021-07-11
Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011
bors
-1
/
+1
2021-07-09
Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows...
Richard Cobbe
-1
/
+20
2021-07-07
Auto merge of #86105 - bjorn3:link_info_refactor, r=petrochenkov
bors
-27
/
+0
2021-07-07
Remove a sorting operation from used_crates
bjorn3
-27
/
+0
2021-07-06
Make resolutions a query.
Camille GILLOT
-1
/
+1
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-2
/
+2
2021-07-05
Remove LibSource
bjorn3
-38
/
+3
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-1
/
+1
2021-06-20
Implement the query in cstore_impl.
Camille GILLOT
-2
/
+0
2021-06-10
Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011
bors
-1
/
+0
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-2
/
+2
2021-06-04
Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...
Richard Cobbe
-0
/
+7
2021-06-01
Drop metadata_encoding_version.
Camille GILLOT
-1
/
+0
2021-06-01
Make is_private_dep a query.
Camille GILLOT
-1
/
+0
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+3
2021-05-30
Drop metadata_encoding_version.
Camille GILLOT
-1
/
+0
2021-05-30
Make is_private_dep a query.
Camille GILLOT
-1
/
+0
2021-05-30
Make resolutions a query.
Camille GILLOT
-1
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-2
/
+2
2021-05-12
Use () for analysis.
Camille GILLOT
-1
/
+1
2021-05-05
Implement RFC 2951: Native link modifiers
Luqman Aden
-0
/
+1
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-1
/
+1
2020-12-03
rustc_metadata: Remove some dead code
Vadim Petrochenkov
-2
/
+0
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-0
/
+6
2020-10-24
Compute proper module parent during resolution
Aaron Hill
-0
/
+2
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+251