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
/
search_paths.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-1
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`.
Nicholas Nethercote
-1
/
+13
2018-12-12
Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.
Nicholas Nethercote
-36
/
+20
2018-12-04
Utilize `?` instead of `return None`.
Corey Farwell
-6
/
+5
2018-10-15
rustc/session: improve allocations
ljedrz
-1
/
+1
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-03-20
Implement some trivial size_hints for various iterators
Phlosioneer
-0
/
+7
2016-08-11
Add the notion of a dependency tracking status to commandline arguments.
Michael Woerister
-1
/
+1
2016-01-15
Add an --output option for specifying an error emitter
Nick Cameron
-4
/
+3
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-2
/
+2
2015-08-25
Respect `--color` when printing early errors
Barosl Lee
-2
/
+3
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-13
Reject `-L ""`, `-L native=`, and other empty search paths.
Ryan Prichard
-0
/
+4
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-3
/
+4
2015-02-04
rustc: Recognize `-L framework=foo`
Alex Crichton
-0
/
+3
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-21
Fallout from stabilization.
Aaron Turon
-4
/
+4
2015-01-16
rustc: Fix a leak in dependency= paths
Alex Crichton
-3
/
+6
2015-01-13
Some random things
Nick Cameron
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
rustc: fix fallout
Jorge Aparicio
-1
/
+3
2014-12-31
rustc: Re-jigger -L and -l for MSYS compatibility
Alex Crichton
-9
/
+8
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-0
/
+69