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
2019-11-28
rustc_metadata: Merge `cstore.rs` into `creader.rs`
Vadim Petrochenkov
-94
/
+0
2019-11-28
rustc_metadata: Privatize `CrateMetadata::dependencies`
Vadim Petrochenkov
-1
/
+1
2019-11-28
rustc_metadata: Cleanup generation of crate dependency lists
Vadim Petrochenkov
-31
/
+26
2019-11-17
rustc_metadata: Move `CrateMetadata` into `decoder.rs`
Vadim Petrochenkov
-121
/
+5
2019-11-17
rustc_metadata: Minor cleanup
Vadim Petrochenkov
-2
/
+2
2019-11-17
rustc_metadata: Give a constructor to `CrateMetadata`
Vadim Petrochenkov
-0
/
+44
2019-11-17
rustc_metadata: Move some structs from `cstore` to `decoder`
Vadim Petrochenkov
-18
/
+4
2019-11-11
Move allocator_kind to CrateStore
Mark Rousskov
-0
/
+3
2019-11-11
Move injected_panic_runtime to CrateStore
Mark Rousskov
-0
/
+2
2019-11-07
rustc_metadata: Rename `schema` to `rmeta`
Vadim Petrochenkov
-4
/
+4
2019-11-07
rustc_metadata: Move cstore_impl into mod decoder
Vadim Petrochenkov
-1
/
+1
2019-10-31
Implement dual proc macro hashing
msizanoen
-0
/
+3
2019-10-30
Change CrateMetadata's source_map_import_info from RwLock to Once
Santiago Pastorino
-2
/
+2
2019-10-24
rustc_metadata: Minimize use of `Lrc` in crate store
Vadim Petrochenkov
-6
/
+6
2019-10-24
rustc_metadata: Remove `RwLock` from `CStore`
Vadim Petrochenkov
-14
/
+11
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-7
/
+9
2019-10-24
rustc: Add a convenience alias for `dyn MetadataLoader + Sync`
Vadim Petrochenkov
-3
/
+3
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
-12
/
+1
2019-10-14
rustc_metadata: Improve documentation of `CrateMetadata`
Vadim Petrochenkov
-25
/
+36
2019-10-14
rustc_metadata: Privatize private code and remove dead code
Vadim Petrochenkov
-43
/
+31
2019-10-09
Cache the DepNodeIndex of upstream crates in order to avoid multiple locks an...
Michael Woerister
-1
/
+9
2019-10-04
metadata: Remove `CrateMetadata::name`
Vadim Petrochenkov
-4
/
+0
2019-10-04
metadata: Remove `CrateMetadata::host_lib`
Vadim Petrochenkov
-2
/
+0
2019-10-04
metadata: Remove `CrateMetadata::imported_name`
Vadim Petrochenkov
-4
/
+0
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-08-27
metadata: Eliminate `FullProcMacro`
Vadim Petrochenkov
-6
/
+1
2019-08-20
rustc_metadata: replace LazySeq<T> with Lazy<[T]>.
Eduard-Mihai Burtescu
-4
/
+4
2019-08-17
Serialize additional data for procedural macros
Aaron Hill
-3
/
+14
2019-08-16
Fix a comment for the def_path_table.
Edd Barrett
-1
/
+1
2019-05-22
rustc_metadata: parametrize schema::CrateRoot by 'tcx.
Eduard-Mihai Burtescu
-1
/
+5
2019-04-14
Properly parse '--extern-private' with name and path
Aaron Hill
-1
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-08
librustc_metadata => 2018
Taiki Endo
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-19
Use full name to identify a macro in a `FileName`.
Diogo Sousa
-0
/
+5
2018-08-19
mv codemap source_map
Donato Sciarra
-4
/
+4
2018-08-19
mv filemap source_file
Donato Sciarra
-2
/
+2
2018-08-19
mv FileMap SourceFile
Donato Sciarra
-7
/
+7
2018-08-03
Move unused trait functions to inherent functions
Mark Rousskov
-0
/
+5
2018-07-11
Deny bare trait objects in in src/librustc_metadata
ljedrz
-2
/
+2
2018-06-01
Make metadata decoding use AllocDecodingState/Session.
Michael Woerister
-1
/
+4
2018-05-18
Catch an issue missed in rebase
Isaac Whitfield
-2
/
+1
2018-05-18
Remove unnecessary impl methods for CrateMetadata
Isaac Whitfield
-61
/
+0
2018-05-18
Serialize attributes into the CrateRoot
Isaac Whitfield
-9
/
+28
2018-05-18
Remove unnecessary clone call for panic_strategy
Isaac Whitfield
-1
/
+1
2018-05-18
Attempt to pass CrateMetadata flags on creation
Isaac Whitfield
-37
/
+11
[next]