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
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
2021-09-02
Remove unused argument from resolve_crate
bjorn3
-9
/
+6
2021-09-02
Remove root field from CrateLocator
bjorn3
-2
/
+1
2021-09-02
Remove host_hash from CrateLocator
bjorn3
-3
/
+3
2021-09-02
Refactor CrateLocator.is_proc_macro
bjorn3
-4
/
+3
2021-08-04
Add back -Zno-profiler-runtime
Amanieu d'Antras
-6
/
+4
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-1
/
+4
2021-07-15
Auto merge of #86876 - jyn514:56935-target-crate-num, r=petrochenkov
bors
-1
/
+5
2021-07-14
Reuse CrateNum for proc-macro crates even when cross-compiling
Joshua Nelson
-1
/
+5
2021-07-14
Shrink the CrateStore dynamic interface.
Camille GILLOT
-1
/
+1
2021-07-06
Make resolutions a query.
Camille GILLOT
-0
/
+6
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-12
/
+7
2021-06-18
Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726
bors
-18
/
+22
2021-06-17
Early return from `inject_profiler_runtime`
Alan Egerton
-23
/
+23
2021-06-08
Store boxed metadata loader in CrateLoader
bjorn3
-3
/
+3
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-7
/
+12
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-6
/
+0
2021-05-30
Make resolutions a query.
Camille GILLOT
-0
/
+6
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-12
/
+7
2021-05-17
Provide option for specifying the profiler runtime
Alan Egerton
-17
/
+21
2021-04-25
Give a better error when std or core are missing
Joshua Nelson
-2
/
+5
[next]