summary refs log tree commit diff
path: root/src/librustc/session/search_paths.rs
AgeCommit message (Expand)AuthorLines
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