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
2025-06-03
Move metadata object generation for dylibs to the linker code
bjorn3
-29
/
+17
2025-04-25
Retry if creating temp fails with access denied
Chris Denton
-2
/
+2
2025-03-31
Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no`
Jakub Beránek
-6
/
+20
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+7
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-8
/
+8
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-4
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-09-17
Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors
bors
-3
/
+1
2023-09-03
Make `.rmeta` file in `dep-info` have correct name (`lib` prefix)
Martin Nordholts
-3
/
+1
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-07-23
remove redundant clones
Matthias Krüger
-2
/
+2
2023-06-06
fix
Jing Peng
-8
/
+1
2023-06-06
Write to stdout if `-` is given as output file
Jing Peng
-10
/
+40
2023-03-08
Only compute the crate hash when necessary.
Nicholas Nethercote
-23
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
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