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
/
src
/
librustc
/
session
/
filesearch.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-05
Allow linking to a proc macro on the target in metadata and still use a host ...
John Kåre Alsaker
-0
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-1
/
+1
2019-01-07
Revert "Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton"
Matthias Krüger
-7
/
+0
2019-01-05
Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton
bors
-0
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-24
Search codegen backends based on target libdir instead of sysroot.
O01eg
-0
/
+7
2018-12-12
Replace `FileSearch::for_each_lib_search_path` with `search_paths`.
Nicholas Nethercote
-23
/
+17
2018-12-12
Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`.
Nicholas Nethercote
-23
/
+11
2018-12-12
Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.
Nicholas Nethercote
-16
/
+17
2018-12-12
Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`.
Nicholas Nethercote
-2
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-4
/
+4
2018-10-15
rustc/session: move consts up to improve readability
ljedrz
-9
/
+9
2018-10-15
rustc/session: improve common patterns
ljedrz
-1
/
+1
2018-10-15
rustc/session: improve allocations
ljedrz
-1
/
+1
2018-10-15
rustc/session: whitespace & formatting improvements
ljedrz
-1
/
+1
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-2
/
+2
2018-08-09
Move rustc::util::fs into separate (new) crate
Mark Rousskov
-2
/
+2
2017-10-08
address more FIXME whose associated issues were marked as closed
Niv Kaminer
-2
/
+0
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-4
/
+4
2017-05-17
Improve the error management when /proc is not mounted
Sylvestre Ledru
-3
/
+8
2016-10-10
Simplify `str` and `Path` comparison.
Corey Farwell
-1
/
+1
2016-10-10
Return early to avoid excessive indentation.`
Corey Farwell
-24
/
+23
2016-10-10
Use `Cow` instead of `String` to avoid unnecessary allocations.
Corey Farwell
-3
/
+4
2016-10-10
Convert `String` generating functions into `&str` constants.
Corey Farwell
-18
/
+10
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+0
2016-03-31
librustc: replace panic!() with bug!()
Benjamin Herr
-2
/
+2
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-0
/
+207