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
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
2021-04-04
Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum
Dylan DPC
-3
/
+34
2021-03-26
Fix #83045 by moving some crate loading verification code to a better place.
Michael Woerister
-3
/
+8
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-1
/
+1
2021-03-08
Fix the tests
est31
-1
/
+7
2021-03-08
Emit the lint level of the unused-crate-dependencies
est31
-8
/
+28
2021-03-08
Gate the printing on --json=unused-externs
est31
-2
/
+3
2021-03-08
Emit unused externs
est31
-0
/
+4
2021-03-07
Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix
bors
-2
/
+28
2021-02-07
Add `--extern-loc` to augment unused crate dependency diagnostics
Jeremy Fitzhardinge
-4
/
+23
2021-02-02
Let a portion of DefPathHash uniquely identify the DefPath's crate.
Michael Woerister
-2
/
+28
2021-01-29
Pre-canoncalize ExternLocation::ExactPaths
Ryan Levick
-5
/
+5
2021-01-26
Check for rmeta crates when getting existing crates from cache
Ryan Levick
-2
/
+3
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2020-12-14
Improve warnings on incompatible options involving -Zinstrument-coverage
Rich Kadel
-2
/
+9
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-4
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+980