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
/
locator.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-03
Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco
Dylan DPC
-206
/
+122
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-31
respond to review feedback: mainly eliminate as many conversions as possible...
Nathan Stocks
-60
/
+42
2022-08-31
port of locator.rs to SessionDiagnostics, fix some of the errors
Nathan Stocks
-207
/
+141
2022-07-23
Fix typo/grammar in locator.rs doc comment
Daniel Bevenius
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-11
/
+11
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-6
/
+6
2022-02-19
Adopt let else in more places
est31
-8
/
+5
2022-02-04
Add a comment about possible mismatches.
Nicholas Nethercote
-0
/
+7
2022-02-04
Remove `staticlibs` local variable.
Nicholas Nethercote
-4
/
+1
2022-02-04
Clean up `find_library_crate`.
Nicholas Nethercote
-21
/
+19
2022-02-02
Make `SearchPathFile::file_name_str` non-optional.
Nicholas Nethercote
-4
/
+1
2022-02-02
Inline and remove `FileSearch::search`.
Nicholas Nethercote
-35
/
+46
2022-02-02
Remove `FileMatch`.
Nicholas Nethercote
-5
/
+4
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-3
/
+4
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-15
Remove `SymbolStr`.
Nicholas Nethercote
-1
/
+2
2021-12-14
Remove `in_band_lifetimes` from `rustc_metadata`
Sylvan Bowdler
-1
/
+1
2021-12-01
Improve suggestion for extern crate self error message
Michael
-7
/
+5
2021-12-01
Stop treating extern crate loading failures as fatal errors
Michael
-11
/
+11
2021-11-07
Improve error when an .rlib can't be parsed
Joshua Nelson
-15
/
+75
2021-11-03
Demote metadata load warning to "info".
Eric Huss
-2
/
+2
2021-10-19
Don't emit a warning for empty rmeta files.
Eric Huss
-0
/
+9
2021-10-12
Include rmeta candidates in "multiple matching crates" error
Noah Lev
-13
/
+15
2021-10-12
Sort candidate libraries by source path in error
Noah Lev
-1
/
+7
2021-10-05
Rollup merge of #89546 - joshtriplett:grow-metadata-faster, r=petrochenkov
Manish Goregaokar
-1
/
+3
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-1
/
+1
2021-10-04
Make an initial guess for metadata size to reduce buffer resizes
Josh Triplett
-1
/
+3
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-09-30
Recommend running `cargo clean` in E0514 output
pierwill
-1
/
+2
2021-09-10
Add help for E0463
Guillaume Gomez
-0
/
+5
2021-09-02
Introduce CrateRejections struct
bjorn3
-40
/
+36
2021-09-02
Remove root field from CrateLocator
bjorn3
-7
/
+3
2021-09-02
Remove host_hash from CrateLocator
bjorn3
-4
/
+0
2021-09-02
Refactor CrateLocator.is_proc_macro
bjorn3
-14
/
+10
2021-09-02
Don't store Session in CrateLocator
bjorn3
-11
/
+15
2021-08-10
Replace #[plugin_registrar] with exporting __rustc_plugin_registrar
bjorn3
-4
/
+4
2021-08-04
Add back -Zno-profiler-runtime
Amanieu d'Antras
-2
/
+2
2021-07-24
Remove detection of rustup and cargo in 'missing extern crate' diagnostics
Joshua Nelson
-2
/
+5
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-4
/
+4
2021-05-17
Provide option for specifying the profiler runtime
Alan Egerton
-1
/
+3
2021-04-25
Give a better error when std or core are missing
Joshua Nelson
-3
/
+34
2021-03-30
Add an Mmap wrapper to rustc_data_structures
bjorn3
-16
/
+3
2021-03-18
Upgrade memmap to memmap2 in other crates.
Camille GILLOT
-2
/
+2
2021-02-02
Let a portion of DefPathHash uniquely identify the DefPath's crate.
Michael Woerister
-0
/
+8
2021-01-29
Pre-canoncalize ExternLocation::ExactPaths
Ryan Levick
-8
/
+16
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-13
/
+9
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-5
/
+3
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
[next]