rust/src/test/run-make
Alex Crichton 748bc3ca49 std: Rename {Eq,Ord} to Partial{Eq,Ord}
This is part of the ongoing renaming of the equality traits. See #12517 for more
details. All code using Eq/Ord will temporarily need to move to Partial{Eq,Ord}
or the Total{Eq,Ord} traits. The Total traits will soon be renamed to {Eq,Ord}.

cc #12517

[breaking-change]
2014-05-30 15:52:24 -07:00
..
bootstrap-from-c-with-green Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
bootstrap-from-c-with-native Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-dynamic-dylib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-dynamic-rlib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-link-to-rust-dylib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-link-to-rust-staticlib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-static-dylib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-static-rlib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
crate-data-smoke Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
dep-info test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
dep-info-custom test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
duplicate-output-flavors Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
dylib-chain Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
error-writing-dependencies rustc: Give a friendlier error when writing deps 2014-04-23 10:04:29 -07:00
extern-fn-reachable Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
extern-fn-with-union librustc: Make sure to add argument attributes to extern fns from non-local crates. 2014-05-14 02:18:42 -04:00
graphviz-flowgraph Unit tests for flowgraph pretty printing. 2014-05-15 13:50:42 -07:00
interdependent-c-libraries rustc: Deterministically link upstream C libraries 2014-04-11 12:20:33 -07:00
invalid-library rustc: Better error when loading invalid libraries 2014-03-01 23:36:28 -08:00
issue-12446 Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
libs-and-bins rustc: Remove the session building_library flag 2014-05-02 15:26:45 -07:00
libs-through-symlinks rustc: Use the "real" realpath function 2014-05-02 13:50:24 -07:00
ls-metadata Move --ls behind -Z ls 2014-04-16 17:45:06 +02:00
lto-smoke Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
lto-smoke-c Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
lto-syntax-extension Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
many-crates-but-no-match Rough regression test for #13266. 2014-04-05 03:53:28 +02:00
missing-crate-dependency Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
mixing-deps core: Remove the cast module 2014-05-11 01:13:02 -07:00
mixing-formats rustc: Add some suppot for mixing rlibs and dylibs 2014-05-02 11:39:18 -07:00
mixing-libs Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
no-duplicate-libs rustc: Don't deduplicate libraries linked to 2014-02-26 16:58:37 -08:00
no-intermediate-extras test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
obey-crate-type-flag Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
output-type-permutations Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
prefer-dylib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
prefer-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
pretty-expanded pprust: Handle multi-stmt/no-expr ExprFnBlock 2014-04-16 16:02:18 +09:00
pretty-print-to-file Generalized the pretty-print entry points to support -o <file>. 2014-04-10 15:21:59 -07:00
prune-link-args test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
relocation-model Add support for different relocation models 2014-04-06 15:06:44 +02:00
rlib-chain Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
rustdoc-hidden-line std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
rustdoc-json Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
rustdoc-smoke Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
simple-dylib extern mod => extern crate 2014-02-14 22:55:21 -08:00
simple-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-unwinding Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
staticlib-blank-lib Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
suspicious-library Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
symlinked-libraries test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
test-shard-completeness test: index shards at 1, not 0 2014-05-19 14:27:29 -07:00
unicode-input std: Recreate a rand module 2014-05-29 16:18:26 -07:00
volatile-intrinsics std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
weird-output-filenames test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
tools.mk Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00