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
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