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
/
dependency_format.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-27
Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov
Matthias Krüger
-9
/
+9
2025-06-25
Add runtime check to avoid overwrite arg easily in diag and store and restore...
xizheyin
-1
/
+1
2025-06-24
Make comment on activate_injected_dep a doc comment
bjorn3
-9
/
+9
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-36
/
+35
2025-03-07
Support rmeta inputs for --crate-type=bin --emit=obj
Sam McCall
-1
/
+1
2024-12-20
Review comments
bjorn3
-0
/
+7
2024-12-19
Update comments
bjorn3
-8
/
+7
2024-12-19
Make DependencyList an IndexVec
bjorn3
-39
/
+50
2024-12-13
Make dependency_formats an FxIndexMap rather than a list of tuples
bjorn3
-1
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-08-11
Ask the user to use `feature(rustc_private)` when linking to `rustc_driver`
John Kåre Alsaker
-8
/
+13
2024-08-11
Link `std` statically in `rustc_driver`
John Kåre Alsaker
-6
/
+30
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+6
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-6
/
+6
2024-05-23
Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726
bors
-0
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-05-22
rustc: Use `tcx.used_crates(())` more
Vadim Petrochenkov
-6
/
+6
2024-05-13
Remove `extern crate rustc_middle` from `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-03-16
Print the crates not available as static
John Kåre Alsaker
-8
/
+21
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-8
/
+8
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+5
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-2
/
+1
2023-04-19
Add unstable feature flags
bjorn3
-6
/
+20
2023-04-19
Support linking to rust dylibs from a staticlib
bjorn3
-13
/
+10
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-32
/
+29
2022-12-31
Add help for the error message when missing rustc_driver
bjorn3
-2
/
+7
2022-09-03
Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco
Dylan DPC
-52
/
+21
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-3
/
+3
2022-08-31
respond to review feedback: mainly eliminate as many conversions as possible...
Nathan Stocks
-17
/
+13
2022-08-31
set up rustc_metadata for SessionDiagnostics, port dependency_format.rs
Nathan Stocks
-53
/
+26
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-06-08
Rename `panic_strategy` query to `required_panic_strategy`
Gary Guo
-2
/
+2
2022-06-08
Handle panic runtime specially
Gary Guo
-4
/
+9
2022-06-08
Fix FFI-unwind unsoundness with mixed panic mode
Gary Guo
-8
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-2
/
+2
2021-09-23
Auto merge of #89016 - lcnr:non_blanket_impls, r=nikomatsakis,michaelwoerister
bors
-5
/
+6
2021-09-21
`crates` is already deterministic
lcnr
-5
/
+6
2021-09-20
Adjust documentation for compatibility with 2021
Mark Rousskov
-22
/
+22
2021-09-11
Ensure that crates are linked with compatible panic-in-drop settings
Amanieu d'Antras
-9
/
+23
2021-07-05
Remove LibSource
bjorn3
-3
/
+13
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-5
/
+5
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+410