rhai/codegen/ui_tests
2020-09-06 15:25:01 +08:00
..
export_fn_bad_attr.rs export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_bad_attr.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_bad_value.rs export_fn: add "name" parameter 2020-08-07 21:19:23 -05:00
export_fn_bad_value.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_cfg.rs Block #[cfg] attributes on exported or inner functions 2020-08-21 23:26:25 -05:00
export_fn_cfg.stderr Block #[cfg] attributes on exported or inner functions 2020-08-21 23:26:25 -05:00
export_fn_extra_value.rs export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_extra_value.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_junk_arg.rs export_fn: add "name" parameter 2020-08-07 21:19:23 -05:00
export_fn_junk_arg.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_missing_value.rs export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_missing_value.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_path_attr.rs export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_path_attr.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_raw_noreturn.rs Improve diagonstics on return_raw return mismatches 2020-08-23 17:24:18 -05:00
export_fn_raw_noreturn.stderr Improve diagonstics on return_raw return mismatches 2020-08-23 17:24:18 -05:00
export_fn_raw_return.rs Improve diagonstics on return_raw return mismatches 2020-08-23 17:24:18 -05:00
export_fn_raw_return.stderr Improve diagonstics on return_raw return mismatches 2020-08-23 17:24:18 -05:00
export_mod_bad_attr.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_bad_attr.stderr Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_bad_value.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_bad_value.stderr Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_cfg.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_cfg.stderr Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_extra_value.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_extra_value.stderr Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_junk_arg.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_junk_arg.stderr Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_missing_value.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_missing_value.stderr Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_path_attr.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_path_attr.stderr Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_raw_noreturn.rs Add return_raw tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_raw_noreturn.stderr Add return_raw tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_raw_return.rs Add return_raw tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_raw_return.stderr Add return_raw tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
first_shared_ref.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
first_shared_ref.stderr Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
module_cfg_const.rs Block #[cfg] attributes on inner constants 2020-08-21 23:26:25 -05:00
module_cfg_const.stderr Block #[cfg] attributes on inner constants 2020-08-21 23:26:25 -05:00
module_cfg_fn.rs Block #[cfg] attributes on exported or inner functions 2020-08-21 23:26:25 -05:00
module_cfg_fn.stderr Block #[cfg] attributes on exported or inner functions 2020-08-21 23:26:25 -05:00
non_clonable_second.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
non_clonable_second.stderr Fix trybuild tests for latest nightly 2020-09-06 15:25:01 +08:00
non_clonable.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
non_clonable.stderr Fix trybuild tests for latest nightly 2020-09-06 15:25:01 +08:00
return_mut_ref.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
return_mut_ref.stderr Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
return_pointer.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
return_pointer.stderr Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
return_shared_ref.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
return_shared_ref.stderr Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
rhai_fn_bad_attr.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_bad_attr.stderr Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_bad_value.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_bad_value.stderr Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_extra_value.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_extra_value.stderr Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_junk_arg.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_junk_arg.stderr Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_missing_value.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_missing_value.stderr Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_path_attr.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_path_attr.stderr Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_rename_collision_oneattr.rs codegen: prevent name duplication in Rust or Rhai 2020-08-19 23:12:43 -05:00
rhai_fn_rename_collision_oneattr.stderr codegen: prevent name duplication in Rust or Rhai 2020-08-19 23:12:43 -05:00
rhai_fn_rename_collision.rs codegen: prevent name duplication in Rust or Rhai 2020-08-19 23:12:43 -05:00
rhai_fn_rename_collision.stderr codegen: prevent name duplication in Rust or Rhai 2020-08-19 23:12:43 -05:00
rhai_fn_rename_dot.rs codegen: Rhai names cannot contain dot 2020-08-19 22:16:00 -05:00
rhai_fn_rename_dot.stderr Major refactor of attribute handling 2020-08-23 17:53:37 -05:00
rhai_mod_bad_attr.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_bad_attr.stderr codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_bad_value.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_bad_value.stderr codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_inner_cfg_false.rs Add #[cfg] support in submodules 2020-08-21 23:26:25 -05:00
rhai_mod_inner_cfg_false.stderr Add #[cfg] support in submodules 2020-08-21 23:26:25 -05:00
rhai_mod_junk_arg.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_junk_arg.stderr codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_missing_value.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_missing_value.stderr codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_name_collisions.rs Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
rhai_mod_name_collisions.stderr Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
rhai_mod_path_attr.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_path_attr.stderr codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_return_raw.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_return_raw.stderr codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_unknown_type_return.rs Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
rhai_mod_unknown_type_return.stderr Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
rhai_mod_unknown_type.rs Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
rhai_mod_unknown_type.stderr Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
second_shared_ref.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
second_shared_ref.stderr Improve proc macro hygiene 2020-08-02 19:27:35 -05:00