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
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
2024-01-04
cstore: Remove unnecessary locking from `CrateMetadata`
Vadim Petrochenkov
-20
/
+21
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-15
/
+18
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-1
/
+1
2023-11-30
Move `MetadataLoader{,Dyn}` to `rustc_metadata`.
Nicholas Nethercote
-5
/
+15
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-10-06
rustc_metadata: use try_canonicalize
Tamir Duberstein
-2
/
+3
2023-09-09
Use `FreezeLock` for `CStore`
John Kåre Alsaker
-5
/
+5
2023-08-13
Remove metadata_loader query
bjorn3
-5
/
+11
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-3
/
+3
2023-08-07
rustc_interface: Dismantle `register_plugins` query
Vadim Petrochenkov
-3
/
+5
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+6
2023-05-31
Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...
bors
-5
/
+15
2023-05-25
Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix
bors
-3
/
+3
2023-05-25
rustc_metadata: specialize private_dep flag with `fetch_and`
Michael Howell
-1
/
+1
2023-05-25
rustc_metadata: fix private_dep logic in `register_crate`
Michael Howell
-6
/
+13
2023-05-25
Update compiler/rustc_metadata/src/creader.rs
Michael Howell
-1
/
+1
2023-05-25
rustc_metadata: inherit dependency privacy flag
Michael Howell
-3
/
+6
[prev]
[next]