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
/
table.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-3
/
+3
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-3
/
+3
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-3
/
+3
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-1
/
+1
2022-05-24
Make Lazy not care about lifetimes until decode
Michael Goulet
-4
/
+5
2022-05-23
refine comments, disambiguate len for array and tables
Michael Goulet
-6
/
+9
2022-05-23
split out the various responsibilities of Lazy
Michael Goulet
-37
/
+13
2022-04-19
rustc_metadata: Store a flag telling whether an item may have doc links in it...
Vadim Petrochenkov
-0
/
+14
2022-04-10
Simplify FixedSizeEncoding using const generics.
Camille GILLOT
-107
/
+85
2022-04-10
Directly encode DefId in metadata.
Camille GILLOT
-0
/
+28
2022-04-10
Directly encode DefPathHash in metadata.
Camille GILLOT
-0
/
+19
2022-04-10
Directly encode DefKind in metadata.
Camille GILLOT
-0
/
+46
2022-04-10
Directly encode IsAsync in metadata.
Camille GILLOT
-0
/
+7
2022-04-10
Directly encode Defaultness in metadata.
Camille GILLOT
-0
/
+8
2022-04-10
Directly encode Constness in metadata.
Camille GILLOT
-0
/
+7
2022-04-10
Directly encode ImplPolarity in metadata.
Camille GILLOT
-0
/
+37
2022-01-08
Remove LazyMeta::min_size
bjorn3
-4
/
+0
2021-09-14
Allow taking an OwningRef of the crate metadata blob.
Michael Woerister
-1
/
+1
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+209