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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_metadata
/
src
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-2
/
+1
2022-12-03
Remove all but one call site of `prepare_outputs` and fetch the value from th...
Oli Scherer
-6
/
+4
2022-11-14
Wrap bundlen static libraries into object files
Daniil Belov
-3
/
+8
2022-08-31
respond to review feedback: mainly eliminate as many conversions as possible...
Nathan Stocks
-18
/
+9
2022-08-31
port fs.rs to SessionDiagnostics
Nathan Stocks
-9
/
+17
2022-07-02
fall back on the blank path if out_filename is blank
Yoshiki Matsuda
-1
/
+1
2022-07-02
add some comments for encode_and_write_metadata
Yoshiki Matsuda
-0
/
+6
2022-07-02
fix an incorrect filename for an error message
Yoshiki Matsuda
-1
/
+1
2022-07-02
refactor encode_and_write_metadata
Yoshiki Matsuda
-39
/
+31
2022-07-02
create an empty file even in case of MetadataKind::None
Yoshiki Matsuda
-6
/
+16
2022-07-02
create tmp directory if there is no parent directory
Yoshiki Matsuda
-1
/
+1
2022-07-02
call EncodedMetadata::empty in case of MetadataKind::None
Yoshiki Matsuda
-25
/
+31
2022-07-02
write to a temporary file in Decodable for EncodedMetadata
Yoshiki Matsuda
-7
/
+7
2022-07-02
hold Mmap in EncodedMetadata
Yoshiki Matsuda
-2
/
+4
2022-07-02
construct EncodedMetadata in encode_and_write_metadata
Yoshiki Matsuda
-6
/
+9
2022-07-02
call emit_metadata only when metadata_kind is None
Yoshiki Matsuda
-3
/
+6
2022-07-02
use rustc_serialize::opaque::FileEncoder
Yoshiki Matsuda
-13
/
+16
2022-07-02
move encode_and_write_metadata to rustc_metadata::fs
Yoshiki Matsuda
-1
/
+89
2022-07-02
move emit_metadata to rustc_metadata::fs
Yoshiki Matsuda
-0
/
+24