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
/
rmeta
/
decoder
/
cstore_impl.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-04
extract Export, ExportMap from hir::def
Mazdak Farrokhzad
-20
/
+19
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-2
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-2
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-62
/
+68
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+3
2019-12-02
syntax: Use `ast::MacArgs` for macro definitions
Vadim Petrochenkov
-1
/
+4
2019-11-28
rustc: Move some queries to `rustc_metadata`
Vadim Petrochenkov
-21
/
+12
2019-11-28
rustc_metadata: Move `has_global_allocator` from session to cstore
Vadim Petrochenkov
-0
/
+4
2019-11-28
rustc_metadata: Privatize some fields and methods of `CStore`
Vadim Petrochenkov
-2
/
+2
2019-11-28
rustc_metadata: Merge `cstore.rs` into `creader.rs`
Vadim Petrochenkov
-3
/
+3
2019-11-28
rustc_metadata: Cleanup generation of crate dependency lists
Vadim Petrochenkov
-1
/
+1
2019-11-17
rustc_metadata: Remove `CrateMetadata::is_proc_macro_crate`
Vadim Petrochenkov
-1
/
+1
2019-11-17
rustc_metadata: Move `CrateMetadata` into `decoder.rs`
Vadim Petrochenkov
-1
/
+1
2019-11-11
Move allocator_kind to CrateStore
Mark Rousskov
-0
/
+5
2019-11-11
Move injected_panic_runtime to CrateStore
Mark Rousskov
-0
/
+4
2019-11-10
Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov
bors
-2
/
+2
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-2
/
+2
2019-11-08
Stop returning promotables from `mir_const_qualif`
Dylan MacKenzie
-4
/
+1
2019-11-07
rustc_metadata: Rename `schema` to `rmeta`
Vadim Petrochenkov
-0
/
+533
[prev]