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-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
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+4
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-31
async-llvm(18): Instantiate OngoingCrateTranslation before starting translation.
Michael Woerister
-2
/
+3
2017-07-28
syntax: Add `tokens: Option<TokenStream>` to Item
Alex Crichton
-0
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+1
2017-07-20
Remove unused DefTable::retrace_path().
Michael Woerister
-11
/
+1
2017-07-10
Allow 'tcx in define_dep_nodes! and deduplicate some DepNodes.
Michael Woerister
-2
/
+2
2017-07-06
Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb
bors
-1
/
+0
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-1
/
+0
2017-07-05
Merge remote-tracking branch 'origin/master' into proc_macro_api
Alex Crichton
-1
/
+1
2017-06-27
rustc: rename closure_type to fn_sig.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-0
/
+5
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-1
/
+1
[next]