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
/
rmeta
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+4
2019-12-05
rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...
Paul Daniel Faria
-3
/
+3
2019-12-03
Explain why "loading" constness from extern crates does not necessarily load ...
Oliver Scherer
-1
/
+5
2019-12-03
Check intrinsics for callability in const fns
Mahmut Bulut
-0
/
+2
2019-12-02
Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename...
Paul Daniel Faria
-2
/
+2
2019-12-02
Fix remaining compilation issues
Paul Daniel Faria
-4
/
+10
2019-12-02
Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li...
Paul Daniel Faria
-4
/
+3
2019-12-02
Fix typo caused by rebasing
Paul Daniel Faria
-1
/
+1
2019-12-02
Move predecessors cache back to its own type
Paul Daniel Faria
-1
/
+1
2019-11-28
rustc_metadata: Privatize `CrateMetadata::root`
Vadim Petrochenkov
-1
/
+17
2019-11-28
rustc_metadata: Privatize all fields of `CrateRoot`
Vadim Petrochenkov
-0
/
+48
2019-11-28
rustc_metadata: Privatize `CrateMetadata::dep_kind`
Vadim Petrochenkov
-1
/
+9
2019-11-28
rustc_metadata: Privatize `CrateMetadata::source`
Vadim Petrochenkov
-1
/
+5
2019-11-28
rustc_metadata: Privatize `CrateMetadata::extern_crate`
Vadim Petrochenkov
-1
/
+10
2019-11-28
rustc_metadata: Privatize `CrateMetadata::dependencies`
Vadim Petrochenkov
-2
/
+10
2019-11-27
rustc_metadata: remove Encodable requirements from LazyMeta impls.
Eduard-Mihai Burtescu
-5
/
+5
2019-11-27
rustc_metadata: replace PerDefTable<T> with Table<DefIndex, T>.
Eduard-Mihai Burtescu
-4
/
+4
2019-11-20
Rollup merge of #66496 - petrochenkov:metapriv2, r=eddyb
Mazdak Farrokhzad
-23
/
+157
2019-11-17
rustc_metadata: Remove `CrateMetadata::is_proc_macro_crate`
Vadim Petrochenkov
-11
/
+7
2019-11-17
rustc_metadata: Stop leaking `Lazy` from the `rmeta` module
Vadim Petrochenkov
-7
/
+19
2019-11-17
rustc_metadata: Move `CrateMetadata` into `decoder.rs`
Vadim Petrochenkov
-6
/
+115
2019-11-17
rustc_metadata: Move some structs from `cstore` to `decoder`
Vadim Petrochenkov
-4
/
+21
2019-11-15
Remove newtype for qualifs in `rustc_metadata`
Dylan MacKenzie
-1
/
+1
2019-11-15
Fix nits from review
Dylan MacKenzie
-1
/
+1
2019-11-15
Use a bespoke type for the result of `mir_const_qualif`
Dylan MacKenzie
-1
/
+1
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-2
/
+2
2019-11-07
rustc_metadata: Rename `schema` to `rmeta`
Vadim Petrochenkov
-0
/
+1396