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-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
2024-08-10
rustc_metadata: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]`
Pavel Grigorenko
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+10
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-06-18
Prefer `dcx` methods over fields or fields' methods
Oli Scherer
-1
/
+1
2024-06-06
Remove constant parameter from `CrateLocator::new`
Nilstrieb
-1
/
+0
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-2
/
+2
2024-05-21
Make early lints translatable
Xiretza
-1
/
+1
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-13
/
+12
2024-05-13
Remove `extern crate rustc_middle` from `rustc_metadata`.
Nicholas Nethercote
-0
/
+1
2024-04-19
Prepare for `CrateNum` query feeding on creation
Oli Scherer
-3
/
+4
2024-04-19
Isolate `CrateNum` creation to `TyCtxt` methods
Oli Scherer
-12
/
+8
2024-04-19
Move `stable_crate_ids` from `CrateStore` to `Untracked`
Oli Scherer
-17
/
+14
2024-04-19
Create new `CrateNum` only after knowing it's going to succeed
Oli Scherer
-1
/
+1
2024-03-24
Rollup merge of #122757 - h1467792822:priv-dep, r=davidtwco
Matthias Krüger
-11
/
+16
2024-03-20
Fixed the `private-dependency` bug: If the directly dependent crate is loaded...
h1467792822
-11
/
+16
2024-03-16
Rollup merge of #122605 - osiewicz:metadata-register-crate-store-crate-name-i...
León Orell Valerian Liehr
-1
/
+2
2024-03-16
rustc-metadata: Store crate name in self-profile of metadata_register_crate
Piotr Osiewicz
-1
/
+2
2024-03-16
Add `wasm_c_abi` `future-incompat` lint
daxpedda
-1
/
+41
2024-03-06
Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...
Matthias Krüger
-0
/
+1
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+1
2024-03-05
Rollup merge of #121978 - GuillaumeGomez:dylib-duplicated-path, r=bjorn3
Matthias Krüger
-1
/
+7
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-03-04
Fix duplicated path in the "not found dylib" error
Guillaume Gomez
-1
/
+7
2024-02-21
Rollup merge of #121392 - bjorn3:unify_dylib_loading, r=petrochenkov
Matthias Krüger
-15
/
+41
2024-02-22
Adjust the `has_errors*` methods.
Nicholas Nethercote
-1
/
+1
2024-02-21
Unify dylib loading between proc macros and codegen backends
bjorn3
-15
/
+41
2024-02-18
resolve: Scale back unloading of speculatively loaded crates
Vadim Petrochenkov
-10
/
+0
2024-02-06
resolve: Unload speculatively resolved crates before freezing cstore
Vadim Petrochenkov
-1
/
+14
[next]