rust/src/test
bors 427c548749 Auto merge of #50378 - varkor:repr-align-max-29, r=eddyb
Reduce maximum repr(align(N)) to 2^29

The current maximum `repr(align(N))` alignment is larger than the maximum alignment accepted by LLVM, which can cause issues for huge values of `N`, as seen in #49492. Fixes #49492.

r? @rkruppe
2018-05-03 05:38:11 +00:00
..
auxiliary Remove directory src/rt 2018-02-24 16:45:39 +03:00
codegen Auto merge of #48786 - nagisa:fp, r=nikomatsakis 2018-05-01 08:05:51 +00:00
codegen-units Add codegen-units test for shared-generics. 2018-04-06 12:14:08 +02:00
compile-fail Auto merge of #50378 - varkor:repr-align-max-29, r=eddyb 2018-05-03 05:38:11 +00:00
compile-fail-fulldeps Remove macro_reexport 2018-05-01 15:58:42 +03:00
debuginfo Mark SingleVariant as repr(u8) in c-style-enum 2018-04-26 16:22:18 +02:00
incremental Don't recurse into allocations, use a global table instead 2018-04-14 12:21:46 +02:00
incremental-fulldeps Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
mir-opt remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
parse-fail Rollup merge of #49699 - zesterer:master, r=joshtriplett 2018-04-17 18:43:13 +02:00
pretty Remove all unstable placement features 2018-04-03 11:02:34 +02:00
run-fail dyn_trait feature-gate just for stage0 2018-04-27 10:04:58 -05:00
run-fail-fulldeps Remove syntax and syntax_pos thread locals 2018-03-14 11:56:01 +01:00
run-make std: Avoid allocating panic message unless needed 2018-04-13 07:04:24 -07:00
run-make-fulldeps Add one more prelude layer for extern crate names passed with --extern 2018-04-27 00:46:55 +03:00
run-pass Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb 2018-05-02 17:02:25 +00:00
run-pass-fulldeps Remove macro_reexport 2018-05-01 15:58:42 +03:00
run-pass-valgrind
rustdoc Fix an error from "unused" lint + Fix rebase 2018-05-01 17:02:18 +03:00
rustdoc-js Add alias tests 2018-04-21 22:02:54 +02:00
rustdoc-ui Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
ui Auto merge of #50355 - petrochenkov:50187, r=oli-obk 2018-05-02 20:33:31 +00:00
ui-fulldeps rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
COMPILER_TESTS.md Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00