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
/
creader.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-15
Detect missing `derive` on unresolved attribute even when not imported
Esteban Küber
-0
/
+5
2025-07-28
Support multiple crate versions in --extern-html-root-url
Kornel
-0
/
+8
2025-07-28
Save names of used extern crates
Kornel
-0
/
+15
2025-07-28
Avoid redundant lookup in CrateLoader::existing_match
Kornel
-1
/
+1
2025-07-18
inline CrateLoader inside of CStore
LorrensP-2158466
-137
/
+149
2025-07-03
Make most CrateLocator fields private
bjorn3
-21
/
+7
2025-07-03
Have a separate code path for -Zdual-proc-macro
bjorn3
-41
/
+56
2025-07-03
Pass CrateRejections separately from CrateLocator
bjorn3
-25
/
+39
2025-06-24
Stop handling explicit dependencies on the panic runtime
bjorn3
-14
/
+7
2025-06-24
Remove dependency injection for the panic runtime
bjorn3
-70
/
+3
2025-06-01
Auto merge of #141730 - osiewicz:collect-crate-deps-postorder-use-indexset, r...
bors
-8
/
+10
2025-05-29
Erase return type of crate_dependencies_in_reverse_postorder
Piotr Osiewicz
-4
/
+5
2025-05-29
cstore: Use IndexSet as backing store for postorder dependencies
Piotr Osiewicz
-5
/
+6
2025-05-27
Do not get proc_macro from the sysroot in rustc
bjorn3
-1
/
+1
2025-05-19
Warning added when dependency crate has async drop types, and the feature is ...
Andrew Zhogin
-0
/
+21
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-1
/
+4
2025-04-03
Make LevelAndSource a struct
Oli Scherer
-1
/
+1
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-7
/
+5
2025-04-01
Factor out some shared code.
Nicholas Nethercote
-32
/
+14
2025-03-17
Target modifiers fix for bool flags without value
Andrew Zhogin
-18
/
+51
2025-02-23
Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3
Matthias Krüger
-39
/
+136
2025-02-21
If the parent dependency is private, treat dependents as private
Trevor Gross
-5
/
+26
2025-02-21
Partially revert ed63539282 ("Mark dependencies ... private by default")
Trevor Gross
-17
/
+1
2025-02-21
Inject `compiler_builtins` during postprocessing rather than via AST
Trevor Gross
-0
/
+38
2025-02-21
Always allow reusing cratenum in CrateLoader::load
bjorn3
-21
/
+9
2025-02-20
Improve debugging for metadata structures
Trevor Gross
-1
/
+2
2025-02-20
Track where crate dependencies come from in `creader`
Trevor Gross
-20
/
+73
2025-02-08
Rustfmt
bjorn3
-13
/
+19
2025-02-02
Target modifiers (special marked options) are recorded in metainfo and compar...
Andrew Zhogin
-2
/
+95
2025-01-23
Make the wasm_c_abi future compat warning a hard error
bjorn3
-6
/
+1
2025-01-19
Manual cleanup of some `is_{or_none|some_and}` usages
Yotam Ofek
-1
/
+2
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-14
Mark dependencies of the standard library as private by default
Trevor Gross
-19
/
+47
2025-01-14
rustc_metadata: Rename `root` to `dep_root`
Trevor Gross
-20
/
+29
2025-01-08
update cfg(bootstrap)
Pietro Albini
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+8
2024-11-28
Replace `Symbol::intern` calls with preinterned symbols
clubby789
-4
/
+5
2024-11-27
Auto merge of #133369 - Zalathar:profiler-builtins-no-core, r=jieyouxu
bors
-9
/
+5
2024-11-25
use ReadCache for archive loading
Henry Jiang
-1
/
+1
2024-11-24
Allow injecting a profiler runtime into `#![no_core]` crates
Zalathar
-6
/
+2
2024-11-24
Rollup merge of #133300 - Enselic:build-std-instrument-coverage, r=jieyouxu
Matthias Krüger
-2
/
+2
2024-11-24
Clarify logic for whether a profiler runtime is needed
Zalathar
-3
/
+3
2024-11-21
inject_panic_runtime(): Avoid double negation for 'any non rlib'
Martin Nordholts
-2
/
+2
2024-11-21
aix: fix archive format
Henry Jiang
-2
/
+49
2024-11-15
rustc_metadata: Preprocess search paths for better performance
Piotr Osiewicz
-1
/
+2
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-3
/
+3
2024-10-31
Remove support for `-Zprofile` (gcov-style coverage instrumentation)
Zalathar
-3
/
+1
2024-10-26
expand: Stop using artificial `ast::Item` for macros loaded from metadata
Vadim Petrochenkov
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-23
/
+17
[next]