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
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
2016-12-01
Emit 'dllimport' attribute for dylib foreign items on Windows.
Vadim Chugunov
-8
/
+13
2016-11-28
Avoid loading needless proc-macro dependencies.
Jeffrey Seyfried
-1
/
+1
2016-11-22
Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton
bors
-3
/
+13
2016-11-23
Rebasing and review changes
Nick Cameron
-1
/
+2
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-6
/
+7
2016-11-21
Read in rmeta crates
Nick Cameron
-3
/
+12
2016-11-16
rustc: Implement #[link(cfg(..))] and crt-static
Alex Crichton
-6
/
+6
2016-11-10
Support `#[macro_reexport]`ing custom derives.
Jeffrey Seyfried
-0
/
+3
2016-11-10
Register and stability check `#[no_link]` crates.
Jeffrey Seyfried
-6
/
+7
2016-11-10
Refactor `explicitly_linked: bool` -> `dep_kind: DepKind`.
Jeffrey Seyfried
-7
/
+2
2016-11-10
Clean up `CrateSource`.
Jeffrey Seyfried
-36
/
+7
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-8
/
+8
2016-10-24
Auto merge of #37292 - jseyfried:import_macros_in_resolve, r=nrc
bors
-13
/
+2
2016-10-24
Refactor away `CrateLoader::load_macros`.
Jeffrey Seyfried
-13
/
+2
2016-10-23
Run rustfmt on metadata folder - (1/2)
Srinivas Reddy Thatiparthy
-38
/
+46
2016-10-22
Rename `loader.rs` -> `locator.rs`.
Jeffrey Seyfried
-2
/
+2
[next]