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-05-31
Build DefPathHash->DefId table when incr.comp. is enabled
Michael Woerister
-0
/
+5
2017-05-31
Make a newtype for DefPathHash so they are not confused with content hashes
Michael Woerister
-3
/
+2
2017-05-28
fix RUST_LOG ICE caused by printing a default impl's DefId
Ariel Ben-Yehuda
-7
/
+3
2017-05-25
Hygienize `librustc_resolve`.
Jeffrey Seyfried
-1
/
+1
2017-05-25
Declarative macros 2.0 without hygiene.
Jeffrey Seyfried
-0
/
+1
2017-05-25
Refactor out `ast::MacroDef`.
Jeffrey Seyfried
-1
/
+3
2017-05-18
Use 128 instead of 64 bits for DefPath hashes
Michael Woerister
-1
/
+2
2017-05-17
Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis
bors
-3
/
+1
2017-05-15
ICH: Hash lists of local trait impls as part of the HIR.
Michael Woerister
-3
/
+1
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-15
/
+6
2017-05-13
Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb
bors
-5
/
+0
2017-05-10
rustc: Add a new `-Z force-unstable-if-unmarked` flag
Alex Crichton
-5
/
+0
2017-05-09
resolved merge conflicts
achernyak
-22
/
+33
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-23
/
+35
2017-05-07
is_exported_symbol
achernyak
-4
/
+1
2017-05-05
is_foreign_item
achernyak
-4
/
+0
2017-05-04
moved metadata provider impls to decoder
achernyak
-15
/
+3
2017-05-04
impl_parent
achernyak
-5
/
+1
2017-05-04
trait_of_item
achernyak
-5
/
+1
2017-05-03
fn_arg_names
achernyak
-10
/
+5
2017-05-03
item_attrs
achernyak
-6
/
+1
2017-05-02
Rollup merge of #41653 - achernyak:master, r=nikomatsakis
Corey Farwell
-10
/
+2
2017-05-02
rename from `item_mir` to `optimized_mir`
Niko Matsakis
-3
/
+3
2017-05-02
introduce idea of "stealable" MIR
Niko Matsakis
-4
/
+0
2017-05-02
retool MIR passes completely
Niko Matsakis
-1
/
+1
2017-05-02
query for deprecation
achernyak
-10
/
+2
2017-05-01
Queryify is_item_mir_available
Taylor Cramer
-5
/
+4
2017-05-01
Queryify const_is_rvalue_promotable_to_static
Taylor Cramer
-5
/
+4
2017-05-01
Queryify item_body_nested_bodies
Taylor Cramer
-5
/
+7
2017-04-28
Merge branch 'master' into def_span
Artem Chernyak
-1
/
+1
2017-04-28
query for def_span
achernyak
-5
/
+1
2017-04-28
Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton
bors
-1
/
+1
2017-04-27
query for describe_def
achernyak
-6
/
+2
2017-04-27
Auto merge of #37860 - giannicic:defaultimpl, r=nagisa
bors
-0
/
+6
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-1
/
+1
2017-04-25
support `default impl` for specialization
Gianni Ciccarelli
-1
/
+6
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-6
/
+6
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-0
/
+1
2017-04-23
rustc: make the const-eval cache polymorphic.
Eduard-Mihai Burtescu
-8
/
+7
2017-04-22
add a cache to impl_polarity
Ariel Ben-Yehuda
-6
/
+1
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-3
/
+3
2017-04-21
introduce `is_foreign_item` query
Niko Matsakis
-0
/
+1
2017-04-12
ICH: Replace old, transitive metadata hashing with direct hashing approach.
Michael Woerister
-3
/
+5
2017-04-07
Rollup merge of #41061 - arielb1:parent-lock, r=eddyb
Corey Farwell
-4
/
+12
2017-04-07
ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.
Michael Woerister
-1
/
+5
2017-04-04
cstore: return an immutable borrow from `visible_parent_map`
Ariel Ben-Yehuda
-4
/
+12
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-2
/
+2
2017-03-27
Rollup merge of #40683 - nikomatsakis:incr-comp-coerce-unsized-info, r=eddyb
Alex Crichton
-9
/
+4
2017-03-23
move `export_map` into the tcx
Niko Matsakis
-3
/
+3
2017-03-23
convert inherent-impl-related things to on-demand queries
Niko Matsakis
-6
/
+1
[next]