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
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
2016-09-27
add a panic-strategy field to the target specification
Jorge Aparicio
-1
/
+1
2016-09-20
rustc_metadata: replace RBML with a simple and type-safe scheme.
Eduard Burtescu
-58
/
+11
2016-09-20
rustc_metadata: move all encoding/decoding helpers to methods.
Eduard Burtescu
-11
/
+11
2016-09-20
rustc_metadata: use the shorthand encoding for predicates also.
Eduard Burtescu
-1
/
+0
2016-09-20
rustc_metadata: group information into less tags.
Eduard Burtescu
-11
/
+9
2016-09-20
rustc_metadata: move more RBML tags to auto-serialization.
Eduard Burtescu
-8
/
+14
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-19
/
+19
2016-09-12
crate-ify compiler-rt into compiler-builtins
Jorge Aparicio
-0
/
+5
2016-09-02
rustc: Implement custom derive (macros 1.1)
Alex Crichton
-2
/
+12
2016-08-01
Move caching of HIR-inlining into CStore in order to avoid duplicating inline...
Michael Woerister
-1
/
+12
2016-07-11
Avoid passing around the thread-local interner in `librustc_metadata`.
Jeffrey Seyfried
-5
/
+1
2016-07-02
add a encoding version to the actual metadata
Ariel Ben-Yehuda
-10
/
+16
2016-06-28
refactor rustc_metadata to use CamelCase names and IndexVec
Ariel Ben-Yehuda
-19
/
+35
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-4
/
+5
2016-05-18
allow retracing paths across crates
Niko Matsakis
-1
/
+9
2016-05-18
add a MetaData node and trigger reads from it
Niko Matsakis
-2
/
+2
2016-05-18
thread the DepGraph to session/crate-store
Niko Matsakis
-1
/
+5
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-0
/
+15
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-03-30
Add method `visible_item_path` to `CStore`
Jeffrey Seyfried
-1
/
+4
2016-03-25
track the extern-crate def-id rather than path
Niko Matsakis
-50
/
+7
2016-03-25
Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.
Michael Woerister
-1
/
+1
2016-03-25
Make the compiler emit an error if the crate graph contains two crates with t...
Michael Woerister
-0
/
+3
[prev]
[next]