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-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
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-23
Fix symbol conflict diagnostic mistakenly being shown instead of missing crat...
Oli Scherer
-3
/
+7
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-1
/
+1
2023-05-11
Split AllocatorKind::fn_name in global_fn_name and default_fn_name
bjorn3
-3
/
+3
2023-05-05
add "force" option to --extern
Matt Hammerly
-1
/
+13
2023-04-28
include source error for LoadLibraryExW
Sameer Puri
-1
/
+9
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-0
/
+68
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-68
/
+0
2023-04-04
Another AppendOnlyVec
Oli Scherer
-2
/
+2
2023-03-22
Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot
Matthias Krüger
-20
/
+17
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-20
/
+17
[next]