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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_metadata
/
cstore_impl.rs
Age
Commit message (
Expand
)
Author
Lines
2017-12-19
Followup for #46112.
Felix S. Klock II
-1
/
+12
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-2
/
+2
2017-12-13
Auto merge of #46708 - pnkfelix:fix-issue-46112, r=arielb1
bors
-5
/
+19
2017-12-12
Fix #46112: visible_parent_map construction needs a BFS over whole crate forest.
Felix S. Klock II
-5
/
+19
2017-12-05
Include non-`pub` `use` and `extern crate` items in the crate metadata for ma...
Jeffrey Seyfried
-3
/
+3
2017-11-29
incr.comp.: Remove on-export crate metadata hashing.
Michael Woerister
-3
/
+2
2017-11-18
remove the `generator_sigs` map, query, and plumbing
Niko Matsakis
-1
/
+0
2017-11-18
kill the `closure_kind` query
Niko Matsakis
-1
/
+0
2017-11-12
rustc_driver: base extern query providers on local ones.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-08
incr.comp.: Provide session to some more decoding contexts.
Michael Woerister
-1
/
+1
2017-11-07
incr.comp.: Always require Session when decoding Spans (as to avoid silently ...
Michael Woerister
-13
/
+15
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-3
/
+2
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-1
/
+2
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-3
/
+18
2017-09-20
Fix ICE
scalexm
-0
/
+3
2017-09-18
incr.comp.: Already hash HIR bodies during metadata export so they don't have...
Michael Woerister
-1
/
+1
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-1
/
+1
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-1
/
+1
2017-09-12
rustc: Make `CrateStore` private to `TyCtxt`
Alex Crichton
-15
/
+1
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-4
/
+4
2017-09-11
Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister
bors
-1
/
+1
2017-09-11
rustc: Remove HirId from queries
Alex Crichton
-1
/
+1
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-32
/
+20
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-2
/
+7
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-2
/
+1
2017-09-05
rustc: Move stability functionality into queries
Alex Crichton
-2
/
+10
2017-09-05
rustc: Rename item_body query to extern_const_body
Alex Crichton
-5
/
+2
2017-09-05
rustc: Remove `CrateStore::used_crate*`
Alex Crichton
-12
/
+13
2017-09-05
rustc: Classify two more CrateStore methods untracked
Alex Crichton
-2
/
+2
2017-09-05
rustc: Migrate `visible_parent_map` to a query
Alex Crichton
-63
/
+65
2017-09-05
rustc: Migrate `CrateStore::item_body` to a query
Alex Crichton
-15
/
+8
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-13
/
+3
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-10
/
+22
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-26
/
+34
2017-09-05
rustc: Move implementations_of_trait to a query
Alex Crichton
-20
/
+31
2017-09-05
rustc: Move original_crate_name to a query
Alex Crichton
-5
/
+1
2017-09-05
rustc: Move crate_hash to a query
Alex Crichton
-6
/
+0
2017-09-05
rustc: Move crate_disambiguator to queries
Alex Crichton
-5
/
+3
2017-09-05
rustc: Move {plugin,derive}_registrar_fn to queries
Alex Crichton
-16
/
+10
2017-09-05
rustc: Migrate `CStore::native_libraries` to a query
Alex Crichton
-5
/
+1
2017-09-05
rustc: Migrate `CStore::expored_symbols` to a query
Alex Crichton
-5
/
+1
2017-09-05
rustc: Move `impl_defaultness` to a query
Alex Crichton
-6
/
+1
2017-09-05
rustc: Move a few more cstore methods to queries
Alex Crichton
-23
/
+21
2017-09-02
rustc_mir: actually "promote" constants' MIR to 'static by removing StorageDe...
Eduard-Mihai Burtescu
-1
/
+4
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-0
/
+2
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-0
/
+2
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
[next]