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.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-25
Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis
kennytm
-10
/
+0
2018-03-23
Stabilize the copy_closures and clone_closures features
Simon Sapin
-10
/
+0
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-4
/
+2
2018-03-12
Make CStore thread-safe
John Kåre Alsaker
-4
/
+6
2018-03-12
Make CrateMetadata thread-safe
John Kåre Alsaker
-7
/
+6
2018-03-12
Require the metadata loader to be thread-safe
John Kåre Alsaker
-2
/
+2
2018-03-07
Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...
Alex Crichton
-2
/
+3
2018-03-07
Make metadata references Send + Sync
John Kåre Alsaker
-2
/
+3
2018-03-06
Rename exported_symbol_ids query to something more explicit and document what...
Michael Woerister
-2
/
+0
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-9
/
+9
2017-12-27
CStore switch FxHashMap to IndexVec
Eh2406
-8
/
+17
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-1
/
+1
2017-11-12
rustc_driver: base extern query providers on local ones.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-07
incr.comp.: Always require Session when decoding Spans (as to avoid silently ...
Michael Woerister
-19
/
+19
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-2
/
+2
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-1
/
+2
2017-09-20
Fix ICE
scalexm
-0
/
+10
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-49
/
+27
2017-09-05
rustc: Remove `CrateStore::used_crate*`
Alex Crichton
-42
/
+2
2017-09-05
rustc: Migrate `visible_parent_map` to a query
Alex Crichton
-3
/
+1
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-37
/
+1
2017-09-05
rustc: Move crate_hash to a query
Alex Crichton
-4
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-9
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-5
/
+16
2017-06-16
Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakis
bors
-1
/
+1
2017-06-14
Auto merge of #42433 - marco-c:profiling, r=alexcrichton
bors
-0
/
+5
2017-06-13
On-demand is_const_fn
Taylor Cramer
-1
/
+1
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-0
/
+7
2017-06-07
Allocate DefIndices for global crate metadata.
Michael Woerister
-8
/
+3
2017-06-04
Merge branch 'profiling' of github.com:whitequark/rust into profiling
Marco Castelluccio
-0
/
+5
2017-05-31
Build DefPathHash->DefId table when incr.comp. is enabled
Michael Woerister
-1
/
+1
2017-05-17
Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis
bors
-0
/
+2
2017-05-15
ICH: Hash lists of local trait impls as part of the HIR.
Michael Woerister
-0
/
+2
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-9
/
+6
2017-05-10
rustc: Add a new `-Z force-unstable-if-unmarked` flag
Alex Crichton
-9
/
+0
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-22
/
+31
2017-05-01
Add profiling support, through the rustc -Z profile flag.
whitequark
-0
/
+5
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-1
/
+2
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-3
/
+6
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-0
/
+2
2017-02-08
sanitizer support
Jorge Aparicio
-0
/
+5
2017-01-19
Implement the "static-nobundle" library kind (RFC 1717).
Vadim Chugunov
-1
/
+1
2017-01-09
metadata: Add is_exported_symbol() method to CrateStore.
Michael Woerister
-0
/
+2
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-2
/
+0
2016-12-28
rustc: simplify constant cross-crate loading and rustc_passes::consts.
Eduard-Mihai Burtescu
-10
/
+1
2016-12-16
definitions: Store DefPath data in separate table in metadata
Michael Woerister
-2
/
+2
2016-12-05
Consider only libs that aren't excluded by #[link(cfg=...)]
Vadim Chugunov
-1
/
+1
2016-12-01
Tighten up error checking of library renames.
Vadim Chugunov
-17
/
+0
2016-12-01
Implement native library kind and name overrides from the command line.
Vadim Chugunov
-0
/
+17
[next]