rust/src/test/run-pass-fulldeps
2016-12-31 17:19:23 +10:30
..
auxiliary Allow legacy custom derive authors to disable warnings in downstream crates. 2016-12-23 05:49:34 +00:00
issue-37290 rustc: separate bodies for static/(associated)const and embedded constants. 2016-12-28 11:27:57 +02:00
proc-macro Stop macro calls in structs for proc_macro_derive from panicing 2016-12-31 17:19:23 +10:30
ast_stmt_expr_attr.rs Move CrateConfig from Crate to ParseSess. 2016-10-29 07:52:58 +00:00
compiler-calls.rs Move CrateConfig from Crate to ParseSess. 2016-10-29 07:52:58 +00:00
conditional-debug-macro-off.rs
create-dir-all-bare.rs
custom-derive-partial-eq.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
deprecated-derive.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
derive-totalsum-attr.rs
derive-totalsum.rs
deriving-encodable-decodable-box.rs
deriving-encodable-decodable-cell-refcell.rs
deriving-global.rs
dropck_tarena_sound_drop.rs
empty-struct-braces-derive.rs Partially stabilize RFC 1506 "Clarify relationships between ADTs" 2016-11-08 22:34:05 +03:00
extern-mod-syntax.rs
issue_16723_multiple_items_syntax_ext.rs
issue-2804.rs
issue-4016.rs
issue-4036.rs
issue-11881.rs rustc_metadata: replace RBML with a simple and type-safe scheme. 2016-09-20 20:08:05 +03:00
issue-13560.rs
issue-14021.rs
issue-15149.rs
issue-15778-pass.rs
issue-15924.rs
issue-16822.rs
issue-16992.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-18502.rs
issue-18763-quote-token-tree.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
issue-24972.rs
linkage-visibility.rs [emscripten] Ignore tests 2016-08-10 16:38:31 +02:00
lint-group-plugin.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
lint-plugin-cmdline-allow.rs
lint-plugin-cmdline-load.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
lint-plugin.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
llvm-pass-plugin.rs
logging-enabled-debug.rs
logging-enabled.rs [emscripten] Ignore tests 2016-08-10 16:38:31 +02:00
logging-right-crate.rs
logging-separate-lines.rs [emscripten] Ignore tests 2016-08-10 16:38:31 +02:00
lto-syntax-extension.rs
macro-crate-does-hygiene-work.rs
macro-crate-multi-decorator-literals.rs Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
macro-crate-multi-decorator.rs
macro-crate-outlive-expansion-phase.rs
macro-crate.rs Test derive expansion ordering. 2016-10-10 22:15:57 +00:00
macro-quote-1.rs Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
macro-quote-cond.rs Proc_macro is alive 2016-08-16 13:17:36 -07:00
macro-quote-noprelude.rs Proc_macro is alive 2016-08-16 13:17:36 -07:00
macro-quote-prelude.rs Proc_macro is alive 2016-08-16 13:17:36 -07:00
mbe_matching_test_macro.rs
mir-pass.rs Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
myriad-closures.rs Move the myriad-closures.rs test case to run-pass-full test suite. 2016-11-22 15:16:54 -05:00
plugin-args-1.rs
plugin-args-2.rs
plugin-args-3.rs
plugin-lib-ok-in-plugin.rs
plugin-plus-extern-crate.rs
proc_macro.rs Adds a ProcMacro form of syntax extension 2016-09-22 08:47:57 +12:00
qquote.rs Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
quote-tokens.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
quote-unused-sp-no-warning.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
regions-mock-tcx.rs
rename-directory.rs
roman-numerals-macro.rs
rust-log-filter.rs
rustc_encodable_hygiene.rs prevent other encode methods from breaking derive(RustcEncodable) 2016-04-12 15:41:46 +02:00
syntax-extension-with-dll-deps.rs