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-02-04
Encode less consts.
Camille GILLOT
-7
/
+16
2021-02-03
Address review.
Camille GILLOT
-6
/
+2
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
2021-01-12
Reorder MIR encoding checks
Tomasz Miąsko
-25
/
+20
2021-01-12
Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix
bors
-33
/
+87
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-1
/
+1
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-18
/
+69
2021-01-04
Require the `encode_promoted_mir` caller to know whether MIR for this item ac...
oli
-3
/
+1
2021-01-04
Limit trait item mir encoding to items with default bodies
oli
-2
/
+9
2021-01-04
Remove mir encode calls that didn't actually encode anything
oli
-2
/
+0
2021-01-04
Make `encode_optimized_mir` always perform its action and instead require the...
oli
-11
/
+11
2021-01-03
Auto merge of #80247 - tmiasko:indent, r=bjorn3
bors
-1
/
+1
2021-01-01
adjust const generics defaults FIXMEs to the new feature gate
Rémy Rakic
-1
/
+1
2020-12-20
Fix indentation of -Z meta-stats output
Tomasz Miąsko
-1
/
+1
2020-12-17
Rollup merge of #80039 - LeSeulArtichaut:rm-tyencoder-tcx, r=matthewjasper
Yuki Okushi
-4
/
+0
2020-12-14
Convenience funcs for `some_option.unwrap_or(...)`
Rich Kadel
-6
/
+1
2020-12-14
Remove unused `TyEncoder::tcx` required method
LeSeulArtichaut
-4
/
+0
2020-12-14
Improve warnings on incompatible options involving -Zinstrument-coverage
Rich Kadel
-1
/
+6
2020-11-27
Encode proc_macro directly.
Camille GILLOT
-5
/
+35
2020-11-26
Formatting.
Camille GILLOT
-1
/
+1
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-4
/
+4
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-1
/
+8
2020-11-03
Auto merge of #78448 - rylev:cache-foreign_modules, r=wesleywiser
bors
-1
/
+1
2020-10-29
Avoid BorrowMutError with RUSTC_LOG=debug
Tomasz Miąsko
-3
/
+6
2020-10-27
Cache foreign_modules query
Ryan Levick
-1
/
+1
2020-10-19
Calculate visibilities once in resolve
Vadim Petrochenkov
-56
/
+13
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-1
/
+4
2020-10-06
Split bounds from predicates
Matthew Jasper
-1
/
+12
[next]