rust/src/etc
bors 8a7b636649 auto merge of #7637 : pnkfelix/rust/fsk-guard-against-stale-libraries-issue3225-safeguarded, r=graydon
When building Rust libraries (e.g. librustc, libstd, etc), checks for
and verbosely removes previous build products before invoking rustc.
(Also, when Make variable VERBOSE is defined, it will list all of the
libraries matching the object library's glob after the rustc
invocation has completed.)

When installing Rust libraries, checks for previous libraries in
target install directory, but does not remove them.

The thinking behind these two different modes of operation is that the
installation target, unlike the build tree, is not under the control
of this infrastructure and it is not up to this Makefile to decide if
the previous libraries should be removed.

Fixes #3225 (at least in terms of mitigating the multiple library
problem by proactively warning the user about it.)
2013-07-10 01:10:29 -07:00
..
emacs Fix typo 2013-04-26 14:47:15 +03:00
gedit add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
kate Bump version numbers to 0.8-pre 2013-07-08 10:25:45 -07:00
pkg mk: Make windows installer work with -pre versions 2013-06-27 19:00:10 -07:00
vim Do indentation properly in Vim. 2013-07-10 01:33:30 +10:00
zsh fix zsh completion for lint and debug flags 2013-06-29 00:58:24 -04:00
adb_run_wrapper.sh etc: add TEST_EXEC_ENV for run-pass to adb_run_wrapper.sh 2013-06-17 18:46:04 +09:00
apple-darwin.supp
check-links.pl add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
check-summary.py Add a license check to tidy. #4018 2013-01-17 23:28:42 -08:00
cmathconsts.c
combine-tests.py Fix some warnings in the check-fast tests 2013-06-26 18:08:23 -04:00
ctags.rust ctags: add macros 2013-06-28 16:17:04 +02:00
extract_grammar.py Add a license check to tidy. #4018 2013-01-17 23:28:42 -08:00
extract-tests.py more testing fallout from core->std/std->extra move 2013-05-23 15:06:29 -05:00
get-snapshot.py Fix #3225: Incorporate feedback from Graydon. 2013-07-09 13:08:50 +02:00
indenter add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
latest-unix-snaps.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
libc.c add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
licenseck.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
local_stage0.sh Copy the correct libs when using local-rust-root 2013-07-04 16:18:05 +02:00
make-snapshot.py Add a license check to tidy. #4018 2013-01-17 23:28:42 -08:00
mirror-all-snapshots.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
monodebug.pl add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
snapshot.py configure: Require one of wget or curl. 2013-06-30 02:08:02 -04:00
sugarise-doc-comments.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
tidy.py add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
unicode.py rustc: add a lint to enforce uppercase statics. 2013-07-01 17:52:57 +10:00
x86.supp add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
ziggurat_tables.py libcore: add N(0,1) and Exp(1) distributions to core::rand. 2013-05-01 16:51:45 -07:00