about summary refs log tree commit diff
path: root/src/librustc/session/search_paths.rs
AgeCommit message (Expand)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-1/+2
2019-02-05move librustc to 2018Mark Mansi-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-12Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`.Nicholas Nethercote-1/+13
2018-12-12Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.Nicholas Nethercote-36/+20
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-6/+5
2018-10-15rustc/session: improve allocationsljedrz-1/+1
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-1/+1
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+7
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-1/+1
2016-01-15Add an --output option for specifying an error emitterNick Cameron-4/+3
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-2/+2
2015-08-25Respect `--color` when printing early errorsBarosl Lee-2/+3
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-13Reject `-L ""`, `-L native=`, and other empty search paths.Ryan Prichard-0/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-3/+4
2015-02-04rustc: Recognize `-L framework=foo`Alex Crichton-0/+3
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-4/+4
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-3/+6
2015-01-13Some random thingsNick Cameron-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03rustc: fix falloutJorge Aparicio-1/+3
2014-12-31rustc: Re-jigger -L and -l for MSYS compatibilityAlex Crichton-9/+8
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-0/+69