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
/
compiler
/
rustc_metadata
/
src
/
rmeta
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-11
Preserve `SyntaxContext` for invalid/dummy spans in crate metadata
Aaron Hill
-41
/
+41
2021-04-16
Implement #[rustc_skip_array_during_method_dispatch]
Josh Stone
-0
/
+1
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-1
/
+1
2021-03-23
Update with comments
kadmin
-1
/
+0
2021-03-23
Add query for const_param_default
kadmin
-7
/
+4
2021-03-23
Some refactoring
varkor
-2
/
+5
2021-03-22
Auto merge of #83273 - cjgillot:endecode, r=michaelwoerister
bors
-9
/
+3
2021-03-19
Remove FingerprintEncoder/Decoder.
Camille GILLOT
-7
/
+0
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-2
/
+3
2021-03-17
Iterate for super_predicates.
Camille GILLOT
-11
/
+3
2021-03-16
Filter generics.
Camille GILLOT
-6
/
+43
2021-03-16
Iterate on inferred_outlives.
Camille GILLOT
-32
/
+4
2021-03-16
Iterate on explicit_predicates.
Camille GILLOT
-15
/
+1
2021-03-16
Iterate on generics_of.
Camille GILLOT
-15
/
+2
2021-03-16
Iterate on variances_of.
Camille GILLOT
-19
/
+39
2021-03-13
Iterate on crate_inherent_impls for metadata.
Camille GILLOT
-14
/
+11
2021-03-07
Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix
bors
-0
/
+1
2021-02-18
Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
Eduard-Mihai Burtescu
-17
/
+17
2021-02-16
Auto merge of #81611 - cjgillot:meowner, r=estebank
bors
-22
/
+19
2021-02-16
avoid full-slicing slices
Matthias Krüger
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-4
/
+2
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-17
/
+16
2021-02-07
Show MIR bytes separately in -Zmeta-stats output
Tomasz Miąsko
-1
/
+6
2021-02-04
Encode less consts.
Camille GILLOT
-7
/
+16
2021-02-03
Address review.
Camille GILLOT
-6
/
+2
2021-02-02
Let a portion of DefPathHash uniquely identify the DefPath's crate.
Michael Woerister
-0
/
+1
2021-01-24
Sort mir_keys to ensure consistent diagnostic order.
Camille GILLOT
-5
/
+18
2021-01-24
Review comment.
Camille GILLOT
-0
/
+5
2021-01-24
Refactor MIR metadata emission.
Camille GILLOT
-215
/
+43
2021-01-24
Introduce should_encode_mir.
Camille GILLOT
-0
/
+37
2021-01-23
Fix proc macro crate encoding.
Camille GILLOT
-2
/
+9
2021-01-23
Filter stability.
Camille GILLOT
-3
/
+40
2021-01-23
Iterate on deprecation.
Camille GILLOT
-10
/
+1
2021-01-23
Iterate on const_stability.
Camille GILLOT
-4
/
+1
2021-01-23
Iterate on stability.
Camille GILLOT
-14
/
+2
2021-01-23
Iterate DefId to encode expn_that_defined.
Camille GILLOT
-4
/
+1
2021-01-23
Iterate DefId to encode attributes.
Camille GILLOT
-17
/
+4
2021-01-23
Iterate DefId to encode visibility.
Camille GILLOT
-10
/
+38
2021-01-23
Iterate to encode def_kind.
Camille GILLOT
-59
/
+27
2021-01-23
Iterate DefId to encode spans.
Camille GILLOT
-13
/
+15
2021-01-23
Encode DefKind directly.
Camille GILLOT
-87
/
+134
2021-01-17
Impl EncodableWithShorthand for PredicateKind
Jack Huey
-0
/
+6
2021-01-16
Can't use EncodableWithShorthand for Predicate
Jack Huey
-6
/
+0
2021-01-14
Encode optimized MIR of generators when emitting metadata
Tomasz Miąsko
-1
/
+4
2021-01-13
Auto merge of #80718 - tmiasko:skip-opt-mir, r=oli-obk
bors
-32
/
+39
2021-01-13
Auto merge of #79322 - jyn514:refactor-impl, r=estebank
bors
-1
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-1
/
+1
2021-01-13
Skip promoted mir of struct constructors & enum constructors
Tomasz Miąsko
-2
/
+0
2021-01-13
Consistently avoid constructing optimized MIR when not doing codegen
Tomasz Miąsko
-16
/
+30
[next]