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
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
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-5
/
+5
2022-07-02
Auto merge of #97235 - nbdd0121:unwind, r=Amanieu
bors
-1
/
+1
2022-06-20
Fix panic by checking if `CStore` has the crate data we want before actually ...
Guillaume Gomez
-0
/
+4
2022-06-08
Rename `panic_strategy` query to `required_panic_strategy`
Gary Guo
-1
/
+1
2022-06-08
Fix FFI-unwind unsoundness with mixed panic mode
Gary Guo
-1
/
+1
2022-05-24
Make Lazy not care about lifetimes until decode
Michael Goulet
-3
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-8
/
+8
2022-04-27
Add --json unused-externs-silent with original behaviour
Jeremy Fitzhardinge
-3
/
+9
2022-04-27
Plumb through rustc_lint_defs::Level as enum rather than string.
Jeremy Fitzhardinge
-4
/
+1
2022-04-23
Add support for `nounused` --extern flag
Jeremy Fitzhardinge
-0
/
+4
2022-04-19
Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco
Dylan DPC
-18
/
+2
2022-04-15
Remove `--extern-location` and all associated code
Jeremy Fitzhardinge
-18
/
+2
2022-04-14
library: Move `CStr` to libcore, and `CString` to liballoc
Vadim Petrochenkov
-0
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-3
/
+5
2022-03-03
Associate multiple with a crate too.
Felix S. Klock II
-1
/
+1
2022-02-19
Adopt let else in more places
est31
-6
/
+4
2021-12-21
rustc_metadata: Switch crate data iteration from a callback to iterator
Vadim Petrochenkov
-94
/
+67
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-3
/
+3
2021-12-06
replace dynamic library module with libloading
Andy Russell
-14
/
+7
2021-12-01
Improve suggestion for extern crate self error message
Michael
-20
/
+10
2021-12-01
Stop treating extern crate loading failures as fatal errors
Michael
-12
/
+26
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-0
/
+1
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-2
/
+2
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-2
/
+2
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-1
/
+1
2021-09-14
Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
Michael Woerister
-1
/
+1
[next]