rust/src/librustc_back
Alex Crichton fa0834d630 rustc_back: Don't pass 'u' to ar invocations
This flag indicates that when files are being replaced or added to archives (the
`r` flag) that the new file should not be inserted if it is not newer than the
file that already exists in the archive. The compiler never actually has a use
case of *not* wanting to insert a file because it already exists, and this
causes rlibs to not be updated in some cases when the compiler was re-run too
quickly.

Closes #18913
2015-05-26 07:06:31 -07:00
..
target Auto merge of #25350 - alexcrichton:msvc, r=brson 2015-05-20 00:31:55 +00:00
abi.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
archive.rs rustc_back: Don't pass 'u' to ar invocations 2015-05-26 07:06:31 -07:00
arm.rs
lib.rs libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
mips.rs
mipsel.rs
rpath.rs std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00
sha2.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
svh.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
target_strs.rs
tempdir.rs Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
x86_64.rs
x86.rs