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
2023-03-16
Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`
John Kåre Alsaker
-3
/
+4
2023-02-20
Replace u32_len with constant
Rune Tynan
-2
/
+2
2023-02-20
Bind header+u32 to variable for clearer math
Rune Tynan
-3
/
+5
2023-02-20
Fix metadata encoding and decoding to use the right length
Rune Tynan
-3
/
+3
2023-02-20
Try adding metadata length prefix, and obey it while decoding
Rune Tynan
-1
/
+8
2023-02-06
Add extended error message for E0523
Matthew Kelly
-4
/
+0
2023-02-05
rustc_metadata: remove huge error imports
est31
-23
/
+27
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-31
refactor: merge `E0465` into `E0464`
Ezra Shaw
-42
/
+29
2022-12-22
A few metadata nits
Nilstrieb
-6
/
+2
2022-11-22
Tests for bad --extern library path and file
Steven Tang
-1
/
+0
2022-11-20
Check that library is file
Steven Tang
-0
/
+6
2022-11-20
Fix CrateLocationUnknownType error
Steven Tang
-1
/
+1
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
[next]