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
/
compiler
/
rustc_metadata
/
src
/
creader.rs
Age
Commit message (
Expand
)
Author
Lines
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
2023-03-21
Eagerly intern and check CrateNum/StableCrateId collisions
Oli Scherer
-54
/
+21
2023-03-13
metadata/resolve: Minor refactoring to "tcx -> cstore" conversions
Vadim Petrochenkov
-6
/
+9
2023-02-20
Stop passing in values that one can also get from the tcx lazily
Oli Scherer
-12
/
+17
2023-02-20
Remove definitions field that is only needed for one method
Oli Scherer
-12
/
+4
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-6
/
+5
2023-02-13
rustc_resolve: Remove `Resolver::clone_output`
Vadim Petrochenkov
-6
/
+5
2023-02-06
Add extended error message for E0523
Matthew Kelly
-1
/
+6
2023-02-05
rustc_metadata: remove huge error imports
est31
-15
/
+13
2023-02-02
Retry opening proc-macro DLLs a few times on Windows.
Michael Woerister
-2
/
+40
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-16
Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk
bors
-8
/
+3
2022-12-09
Fold `Definitions` into the untracked data
Oli Scherer
-3
/
+3
2022-12-09
Generate crate loaders on the fly
Oli Scherer
-29
/
+31
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-3
/
+3
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-1
/
+1
2022-11-03
Stabilize default_alloc_error_handler
Amanieu d'Antras
-8
/
+3
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-12
/
+85
2022-09-03
Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco
Dylan DPC
-34
/
+19
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+1
2022-08-31
respond to review feedback: mainly eliminate as many conversions as possible...
Nathan Stocks
-11
/
+8
2022-08-31
port creader.rs to SessionDiagnostics
Nathan Stocks
-34
/
+22
[next]