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
/
src
/
librustc_metadata
/
cstore.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-18
Avoid generating attributes more than once for CrateMetadata
Isaac Whitfield
-24
/
+26
2018-05-18
Remove attribute_cache from CrateMetadata
Isaac Whitfield
-1
/
+0
2018-05-17
Keep crate edition in metadata
Vadim Petrochenkov
-0
/
+5
2018-05-10
Rollup merge of #50538 - michaelwoerister:atomic-cnums, r=Zoxc
Alex Crichton
-19
/
+23
2018-05-09
Add comment about first element in CStore::metas.
Michael Woerister
-0
/
+4
2018-05-09
Make CrateNum allocation more thread-safe.
Michael Woerister
-11
/
+9
2018-05-09
Adapt some method visibilities in librustc_metadata::cstore.
Michael Woerister
-9
/
+11
2018-05-08
Don't use Lock for heavily accessed CrateMetadata::cnum_map.
Michael Woerister
-2
/
+3
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-1
/
+1
2018-04-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-1
/
+1
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
[prev]
[next]