..
alloc-extern-crates
Fix new test
2015-02-07 10:51:25 -08:00
allow-non-lint-warnings-cmdline
Fallout in tests
2015-04-01 11:22:39 -04:00
allow-warnings-cmdline-stability
Require feature attributes, and add them where necessary
2015-03-23 14:40:26 -07:00
archive-duplicate-names
rustc: Handle duplicate names merging archives
2015-04-21 11:08:19 -07:00
bare-outfile
fix rmake
2015-03-09 21:04:13 +05:30
c-dynamic-dylib
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
c-dynamic-rlib
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
c-link-to-rust-dylib
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
c-link-to-rust-staticlib
fixing some tests and temporarily disabling others to get Bitrig build working 100%
2015-04-04 12:33:44 -07:00
c-static-dylib
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
c-static-rlib
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
codegen-options-parsing
Slightly improved rustc error messages for invalid -C arguments
2014-11-15 14:51:22 +01:00
compiler-lookup-paths
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
compiler-lookup-paths-2
rustc: Fix a leak in dependency= paths
2015-01-16 08:48:16 -08:00
crate-data-smoke
rustc: Remove deprecated flags
2015-01-20 11:16:26 -08:00
crate-name-priority
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
debug-assertions
rustc: Add a debug_assertions #[cfg] directive
2015-03-05 14:51:38 -08:00
dep-info
rustc: Remove deprecated flags
2015-01-20 11:16:26 -08:00
dep-info-spaces
rustc: Remove deprecated flags
2015-01-20 11:16:26 -08:00
duplicate-output-flavors
Deduplicate --crate-type arguments
2015-02-09 19:51:21 +02:00
dylib-chain
rustc: Default to static linking dylibs
2014-11-03 15:08:20 -08:00
error-found-staticlib-instead-crate
Improve error message, when found staticlib instead crate
2015-02-06 04:41:49 +03:00
error-writing-dependencies
rustc: Remove deprecated flags
2015-01-20 11:16:26 -08:00
execution-engine
Changes to LLVM ExecutionEngine wrapper
2015-06-08 16:54:50 -07:00
extern-diff-internal-name
rustc: Turn off multiple versions of crate warning
2015-01-06 08:22:59 -08:00
extern-flag-disambiguates
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
extern-flag-fun
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
extern-fn-generic
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
extern-fn-mangle
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
extern-fn-reachable
Remove references to old_{path,io}
2015-04-21 08:16:03 -07:00
extern-fn-with-packed-struct
Fallout in tests
2015-04-01 11:22:39 -04:00
extern-fn-with-union
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
extern-overrides-distribution
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
extra-filename-with-temp-outputs
rustc: Mix extra-filename in temp outputs
2014-07-18 18:09:08 -07:00
graphviz-flowgraph
Feature gate *all* slice patterns. #23121
2015-03-27 12:50:49 -07:00
include_bytes_deps
Added a test for include_bytes! dep info
2015-04-15 10:40:04 -04:00
interdependent-c-libraries
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
intrinsic-unreachable
Mass rename uint/int to usize/isize
2015-03-26 12:10:22 -07:00
invalid-library
rustc: Better error when loading invalid libraries
2014-03-01 23:36:28 -08:00
issue-7349
Mass rename uint/int to usize/isize
2015-03-26 12:10:22 -07:00
issue-11908
Test fixes and rebase conflicts
2014-07-05 12:46:42 -07:00
issue-12446
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
issue-14500
fixing some tests and temporarily disabling others to get Bitrig build working 100%
2015-04-04 12:33:44 -07:00
issue-15460
Clean up tidy scripts, coverage, performance
2015-02-05 14:37:16 -08:00
issue-18943
Add regression test for #18943
2015-05-02 15:22:27 +02:00
issue-19371
Add metadata output to the diagnostics system.
2015-04-30 08:59:53 +10:00
issue-20626
Add regression test for #20626
2015-05-07 00:25:54 +02:00
issue-22131
Test fixes and review feedback
2015-04-10 00:58:10 -07:00
issue-24445
std: Fix thread_local! in non-PIE binaries
2015-04-15 09:14:48 -07:00
issue-25581
Fix ICE trying to pass DST to C functions
2015-05-21 10:46:30 +02:00
issue-26006
Don’t ICE if fs::canonicalise fails in meta-load
2015-06-07 20:34:12 +03:00
libs-and-bins
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
libs-through-symlinks
rustc: Start "stabilizing" some flags
2014-12-19 11:38:24 -08:00
link-path-order
std: Clean out #[deprecated] APIs
2015-03-31 15:49:57 -07:00
linkage-attr-on-static
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
ls-metadata
Move --ls behind -Z ls
2014-04-16 17:45:06 +02:00
lto-readonly-lib
rustc: Fix permission denied error in 'ar' when lto is enabled
2014-09-29 15:07:14 +02:00
lto-smoke
Move -Z lto to -C lto.
2014-09-21 02:17:31 -04:00
lto-smoke-c
fixing some tests and temporarily disabling others to get Bitrig build working 100%
2015-04-04 12:33:44 -07:00
lto-syntax-extension
Require feature attributes, and add them where necessary
2015-03-23 14:40:26 -07:00
manual-crate-name
rustc: Repurpose the --crate-name CLI flag
2014-07-05 12:46:42 -07:00
manual-link
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
many-crates-but-no-match
Strip trailing whitespace
2015-03-15 11:25:43 -07:00
metadata-flag-frobs-symbols
Mass rename uint/int to usize/isize
2015-03-26 12:10:22 -07:00
mismatching-target-triples
file permission: remove executable bit from *.rs
2015-03-06 10:03:00 +08:00
missing-crate-dependency
Strip trailing whitespace
2015-03-15 11:25:43 -07:00
mixing-deps
Mass rename uint/int to usize/isize
2015-03-26 12:10:22 -07:00
mixing-formats
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
mixing-libs
Refactoring: Introduce distinct host and target rpath var setters.
2014-05-18 22:56:26 +02:00
no-duplicate-libs
Require feature attributes, and add them where necessary
2015-03-23 14:40:26 -07:00
no-intermediate-extras
Remove workaround of #13793/#10872
2014-08-18 13:45:08 +09:00
no-stack-check
fixing some tests and temporarily disabling others to get Bitrig build working 100%
2015-04-04 12:33:44 -07:00
obey-crate-type-flag
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
output-type-permutations
rustc: Start "stabilizing" some flags
2014-12-19 11:38:24 -08:00
output-with-hyphens
rustc: Remove support for hyphens in crate names
2015-03-27 10:19:59 -07:00
prefer-dylib
rustc: Default to static linking dylibs
2014-11-03 15:08:20 -08:00
prefer-rlib
extern mod => extern crate
2014-02-14 22:55:21 -08:00
pretty-expanded
Mass rename uint/int to usize/isize
2015-03-26 12:10:22 -07:00
pretty-expanded-hygiene
file permission: remove executable bit from *.rs
2015-03-06 10:03:00 +08:00
pretty-print-path-suffix
Fix some typos
2015-03-28 18:09:51 +03:00
pretty-print-to-file
rustc: Remove deprecated flags
2015-01-20 11:16:26 -08: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-json
Fallout: tests. As tests frequently elide things, lots of changes
2015-02-18 10:25:28 -05:00
save-analysis
save-analysis: fix a bracket counting bug
2015-05-14 22:05:52 +12:00
sepcomp-cci-copies
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
2015-03-28 18:12:06 +05:30
sepcomp-inlining
rustc: Start "stabilizing" some flags
2014-12-19 11:38:24 -08:00
sepcomp-separate
Mass rename uint/int to usize/isize
2015-03-26 12:10:22 -07:00
simd-ffi
Fix run-make/simd-ffi to work with parallel make check.
2015-04-22 20:32:14 -07:00
simple-dylib
rustc: Default to static linking dylibs
2014-11-03 15:08:20 -08:00
simple-rlib
extern mod => extern crate
2014-02-14 22:55:21 -08:00
static-dylib-by-default
test/run-make: another missing $(EXTRACFLAGS).
2014-12-02 04:52:29 +08:00
static-unwinding
Test fixes and rebase conflicts
2015-02-17 19:42:28 -08:00
staticlib-blank-lib
rustc: Add knowledge of separate lookup paths
2014-12-23 10:08:17 -08:00
suspicious-library
rustc: Default to static linking dylibs
2014-11-03 15:08:20 -08:00
symbols-are-reasonable
Forbid is/us suffixes. Fixes #22496
2015-04-15 16:13:26 -07:00
symlinked-extern
Properly canonicalize crate paths specified via --extern
2014-08-15 14:40:09 +02:00
symlinked-libraries
rustc: Default to static linking dylibs
2014-11-03 15:08:20 -08:00
target-cpu-native
Add support for target-cpu=native
2015-03-10 01:56:51 +01:00
target-specs
Fallout in tests
2015-04-02 13:24:46 -04:00
test-harness
Continue cfg syntax transition
2014-10-12 11:40:19 -07:00
trace-macros-flag
Remove & from redirected output
2015-04-16 14:57:31 +02:00
unicode-input
deprecate Unicode functions that will be moved to crates.io
2015-04-16 17:03:05 -04:00
use-extern-for-plugins
fixing some tests and temporarily disabling others to get Bitrig build working 100%
2015-04-04 12:33:44 -07:00
version
rustc: Start "stabilizing" some flags
2014-12-19 11:38:24 -08:00
volatile-intrinsics
Mass rename uint/int to usize/isize
2015-03-26 12:10:22 -07:00
weird-output-filenames
Fix fallout of removing quotes in crate names
2015-03-27 11:43:40 -07:00
tools.mk
fixing some tests and temporarily disabling others to get Bitrig build working 100%
2015-04-04 12:33:44 -07:00