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-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
2017-03-23
convert `custom_coerce_unsized_kind` into a `coerce_unsized_info`
Niko Matsakis
-3
/
+3
2017-03-10
Avoid using `Mark` and `Invocation` for macro defs.
Jeffrey Seyfried
-2
/
+1
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-2
/
+4
2017-03-04
Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrc
bors
-3
/
+3
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-3
/
+3
2017-03-01
convert AdtDef::destructor to on-demand
Ariel Ben-Yehuda
-0
/
+4
2017-02-25
rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.
Eduard-Mihai Burtescu
-0
/
+1
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-6
/
+0
2017-02-25
rustc: allow handling cycle errors gracefully in on-demand.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-0
/
+1
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-93
/
+84
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-16
/
+2
2017-02-08
sanitizer support
Jorge Aparicio
-0
/
+4
2017-01-28
rustc: move object default lifetimes to resolve_lifetimes.
Eduard-Mihai Burtescu
-0
/
+7
2017-01-28
rustc: always include elidable lifetimes in HIR types.
Eduard-Mihai Burtescu
-0
/
+5
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-1
/
+1
2017-01-20
Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc
Alex Crichton
-14
/
+4
2017-01-17
Refactor the parser to consume token trees.
Jeffrey Seyfried
-14
/
+4
2017-01-09
trans/metadata: Remove obsolete CrateStore::can_have_local_instance()
Michael Woerister
-9
/
+0
2017-01-09
metadata: Add is_exported_symbol() method to CrateStore.
Michael Woerister
-2
/
+10
2017-01-06
rustc: store ty::Tables separately for each body (except closures').
Eduard-Mihai Burtescu
-17
/
+4
2016-12-28
rustdoc: pretty-print nested bodies in inlined constants.
Eduard-Mihai Burtescu
-0
/
+7
2016-12-28
rustc: simplify constant cross-crate loading and rustc_passes::consts.
Eduard-Mihai Burtescu
-78
/
+21
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-1
/
+5
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-26
More systematic error reporting in path resolution
Vadim Petrochenkov
-2
/
+1
2016-12-20
Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddyb
Alex Crichton
-9
/
+10
2016-12-18
Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`,
Jeffrey Seyfried
-2
/
+0
2016-12-16
No need to have tcx::opt_def_path() now that we store all DefPaths
Michael Woerister
-1
/
+1
2016-12-16
Move retrace_path() implementation to DefPathTable
Michael Woerister
-9
/
+10
2016-12-16
definitions: Store DefPath data in separate table in metadata
Michael Woerister
-1
/
+1
2016-12-09
move the check for instantiation from metadata encoding to the actual decisio...
Oliver Schneider
-0
/
+5
2016-12-06
Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton
bors
-3
/
+11
2016-12-05
Refactor symbol export list generation.
Michael Woerister
-0
/
+8
2016-12-05
trans: Rename `reachable` to `exported_symbols` where appropriate.
Michael Woerister
-2
/
+2
2016-12-02
Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
bors
-2
/
+2
2016-12-01
Emit 'dllimport' attribute for dylib foreign items on Windows.
Vadim Chugunov
-3
/
+11
2016-11-30
rustc: track the Span's of definitions across crates.
Eduard-Mihai Burtescu
-6
/
+14
[next]