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
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-10
/
+10
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-21
/
+9
2022-07-29
Rename local_did to def_id
Miguel Guarniz
-8
/
+8
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-8
/
+8
2022-07-20
passes: improved partial stabilization diagnostic
David Wood
-0
/
+15
2022-07-14
Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot
bors
-25
/
+78
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-6
/
+6
2022-07-07
Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgr
bors
-1
/
+1
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-1
/
+1
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-12
/
+11
2022-07-02
Auto merge of #97235 - nbdd0121:unwind, r=Amanieu
bors
-1
/
+1
2022-07-02
seek instead of opening a new file handle
Yoshiki Matsuda
-4
/
+7
2022-07-02
avoid holding the temp_dir for empty metadata file
Yoshiki Matsuda
-1
/
+1
2022-07-02
add a comment about counting zero bytes
Yoshiki Matsuda
-0
/
+1
2022-07-02
refactor encode_and_write_metadata
Yoshiki Matsuda
-5
/
+0
2022-07-02
Revert "write the root position at the end"
Yoshiki Matsuda
-12
/
+15
2022-07-02
add a comment about the drop order for EncodedMetadata
Yoshiki Matsuda
-0
/
+1
2022-07-02
flush and assert when counting zero bytes
Yoshiki Matsuda
-1
/
+5
2022-07-02
define MmapMut and use it in Decodable impl
Yoshiki Matsuda
-13
/
+12
2022-07-02
use &Path instead of AsRef<Path>
Yoshiki Matsuda
-3
/
+3
2022-07-02
insert dummy 4 bytes to avoid the breaking change
Yoshiki Matsuda
-0
/
+5
2022-07-02
seek before counting zero bytes
Yoshiki Matsuda
-1
/
+2
2022-07-02
call EncodedMetadata::empty in case of MetadataKind::None
Yoshiki Matsuda
-0
/
+5
2022-07-02
write the root position at the end
Yoshiki Matsuda
-16
/
+8
2022-07-02
add Send to the argument type of encode_metadata
Yoshiki Matsuda
-1
/
+1
2022-07-02
use BufReader for counting zero bytes
Yoshiki Matsuda
-14
/
+14
2022-07-02
seek and write the root position to the metadata file
Yoshiki Matsuda
-10
/
+15
2022-07-02
write to a temporary file in Decodable for EncodedMetadata
Yoshiki Matsuda
-12
/
+25
2022-07-02
hold Mmap in EncodedMetadata
Yoshiki Matsuda
-10
/
+29
2022-07-02
construct EncodedMetadata in encode_and_write_metadata
Yoshiki Matsuda
-6
/
+8
2022-07-02
use rustc_serialize::opaque::FileEncoder
Yoshiki Matsuda
-20
/
+25
2022-06-19
Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk
Dylan DPC
-9
/
+9
2022-06-17
Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister
bors
-2
/
+2
2022-06-16
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-8
/
+1
2022-06-15
Rename `impl_constness` to `constness`
Deadbeef
-9
/
+9
2022-06-15
Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011
Yuki Okushi
-1
/
+1
2022-06-14
Separate Definitions and CrateStore from ResolverOutputs.
Camille GILLOT
-2
/
+2
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-5
/
+6
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-1
/
+1
2022-06-11
Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov
bors
-12
/
+4
2022-06-10
Encode def_ident_span using the query.
Camille GILLOT
-12
/
+4
2022-06-10
Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
Nicholas Nethercote
-1
/
+8
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-4
/
+3
2022-06-08
Rename `panic_strategy` query to `required_panic_strategy`
Gary Guo
-1
/
+1
2022-06-08
Fix FFI-unwind unsoundness with mixed panic mode
Gary Guo
-1
/
+1
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-3
/
+4
2022-06-08
Move `finish` out of the `Encoder` trait.
Nicholas Nethercote
-8
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-52
/
+46
2022-06-08
Don't pass in a vector to `Encoder::new`.
Nicholas Nethercote
-1
/
+1
2022-06-03
Remove emit_unit
bjorn3
-5
/
+0
[next]