rust/src/librustc_driver
Alex Crichton 2dc0e56163 rustc: Fix more verbatim paths leaking to gcc
Turns out that a verbatim path was leaking through to gcc via the PATH
environment variable (pointing to the bundled gcc provided by the main
distribution) which was wreaking havoc when gcc itself was run. The fix here is
to just stop passing verbatim paths down by adding more liberal uses of
`fix_windows_verbatim_for_gcc`.

Closes #25072
2015-05-05 15:21:52 -07:00
..
driver.rs rustc: Fix more verbatim paths leaking to gcc 2015-05-05 15:21:52 -07:00
lib.rs std: Remove index notation on slice iterators 2015-05-01 10:40:46 -07:00
pretty.rs Functional changes for associated constants. Cross-crate usage of associated constants is not yet working. 2015-04-23 21:02:26 -06:00
test.rs fix rustc_driver tests 2015-04-24 16:55:19 -04:00