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
/
creader.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-11
Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov
Mazdak Farrokhzad
-7
/
+8
2019-12-09
Add options to --extern flag.
Eric Huss
-7
/
+8
2019-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-5
/
+2
2019-11-28
rustc: Move some queries to `rustc_metadata`
Vadim Petrochenkov
-0
/
+5
2019-11-28
rustc_metadata: Avoid some side effects during speculative crate resolution
Vadim Petrochenkov
-28
/
+5
2019-11-28
rustc_metadata: Pass SVH by value
Vadim Petrochenkov
-6
/
+5
2019-11-28
rustc_metadata: Move `has_global_allocator` from session to cstore
Vadim Petrochenkov
-17
/
+16
2019-11-28
rustc_metadata: Privatize some fields and methods of `CStore`
Vadim Petrochenkov
-5
/
+13
2019-11-28
rustc_metadata: Merge `cstore.rs` into `creader.rs`
Vadim Petrochenkov
-16
/
+93
2019-11-28
rustc_metadata: Privatize `CrateMetadata::root`
Vadim Petrochenkov
-15
/
+15
2019-11-28
rustc_metadata: Privatize all fields of `CrateRoot`
Vadim Petrochenkov
-34
/
+33
2019-11-28
rustc_metadata: Privatize `CrateMetadata::dep_kind`
Vadim Petrochenkov
-5
/
+3
2019-11-28
rustc_metadata: Privatize `CrateMetadata::source`
Vadim Petrochenkov
-5
/
+5
2019-11-28
rustc_metadata: Privatize `CrateMetadata::extern_crate`
Vadim Petrochenkov
-30
/
+6
2019-11-28
rustc_metadata: Privatize `CrateMetadata::dependencies`
Vadim Petrochenkov
-2
/
+2
2019-11-28
rustc_metadata: Cleanup generation of crate dependency lists
Vadim Petrochenkov
-1
/
+1
2019-11-25
Tweak multiple allocators error
Esteban Küber
-1
/
+3
2019-11-17
rustc_metadata: Stop leaking `Lazy` from the `rmeta` module
Vadim Petrochenkov
-6
/
+8
2019-11-17
rustc_metadata: Move `CrateMetadata` into `decoder.rs`
Vadim Petrochenkov
-8
/
+8
2019-11-17
rustc_metadata: Give a constructor to `CratePaths`
Vadim Petrochenkov
-1
/
+1
2019-11-17
rustc_metadata: Minor cleanup
Vadim Petrochenkov
-1
/
+1
2019-11-17
rustc_metadata: Give a constructor to `CrateMetadata`
Vadim Petrochenkov
-34
/
+9
2019-11-17
rustc_metadata: Give a constructor to `CrateLocator`
Vadim Petrochenkov
-16
/
+9
2019-11-17
rustc_metadata: `locator::Context` -> `CrateLocator`
Vadim Petrochenkov
-17
/
+17
2019-11-17
rustc_metadata: Move some structs from `cstore` to `decoder`
Vadim Petrochenkov
-2
/
+2
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-11-11
Move allocator_kind to CrateStore
Mark Rousskov
-5
/
+5
2019-11-11
Move injected_panic_runtime to CrateStore
Mark Rousskov
-3
/
+3
2019-11-07
rustc_metadata: Rename `schema` to `rmeta`
Vadim Petrochenkov
-1
/
+1
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-1
/
+1
2019-10-31
Implement dual proc macro hashing
msizanoen
-7
/
+13
2019-10-30
Change CrateMetadata's source_map_import_info from RwLock to Once
Santiago Pastorino
-2
/
+2
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-24
rustc_metadata: Minimize use of `Lrc` in crate store
Vadim Petrochenkov
-18
/
+19
2019-10-24
rustc_metadata: Remove `RwLock` from `CStore`
Vadim Petrochenkov
-11
/
+15
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-5
/
+21
2019-10-24
rustc_metadata: Move some code around
Vadim Petrochenkov
-95
/
+3
2019-10-24
rustc_metadata: Remove unnecessary use of crate store in plugin loader
Vadim Petrochenkov
-63
/
+31
2019-10-20
Auto merge of #65497 - choller:master, r=tmiasko
bors
-1
/
+1
2019-10-17
Avoid injecting sanitizer runtimes into staticlibs (#64629).
Christian Holler (:decoder)
-1
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-10-14
rustc_metadata: Remove resolutions for extern crate items from `CStore`
Vadim Petrochenkov
-1
/
+0
2019-10-14
rustc_metadata: Crate loader is immutable
Vadim Petrochenkov
-27
/
+17
2019-10-14
rustc_metadata: Use `CrateSource` where appropriate
Vadim Petrochenkov
-23
/
+11
2019-10-14
rustc_metadata: Privatize private code and remove dead code
Vadim Petrochenkov
-6
/
+5
2019-10-09
self-profiling: Add events for tracking crate metadata loading related activi...
Michael Woerister
-0
/
+3
2019-10-09
Cache the DepNodeIndex of upstream crates in order to avoid multiple locks an...
Michael Woerister
-2
/
+4
2019-10-04
metadata: Remove unused `Option` from `fn dlsym_proc_macros`
Vadim Petrochenkov
-15
/
+12
2019-10-04
metadata: Remove `CrateMetadata::name`
Vadim Petrochenkov
-3
/
+2
[next]