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
/
src
/
librustc_metadata
/
dependency_format.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-2
/
+1
2020-05-02
cleanup: `config::CrateType` -> `CrateType`
Vadim Petrochenkov
-15
/
+11
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-03-18
Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc
Mazdak Farrokhzad
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-03-03
Run format.
12101111
-1
/
+3
2020-03-03
Don't use static crt by default when build proc-macro.
12101111
-2
/
+2
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-01-23
rustc: Allow cdylibs to link against dylibs
Matthew Maurer
-9
/
+11
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-64
/
+104
2019-11-28
rustc: Move some queries to `rustc_metadata`
Vadim Petrochenkov
-2
/
+4
2019-11-11
Move injected_panic_runtime to CrateStore
Mark Rousskov
-3
/
+2
2019-10-14
rustc_metadata: Privatize private code and remove dead code
Vadim Petrochenkov
-1
/
+1
2019-09-23
rustc: Fix mixing crates with different `share_generics`
Alex Crichton
-1
/
+0
2019-09-23
rustc: Convert `dependency_formats` to a query
Alex Crichton
-0
/
+371