pyo3/tests/ui
2023-06-04 13:58:18 +01:00
..
abi3_nativetype_inheritance.rs
abi3_nativetype_inheritance.stderr Update ui tests for Rust 1.65.0 2022-11-04 06:35:30 +00:00
deprecations.rs deprecate required arguments after option arguments without signature 2023-01-15 10:17:20 +00:00
deprecations.stderr deprecate required arguments after option arguments without signature 2023-01-15 10:17:20 +00:00
get_set_all.rs Implement get/set all on pyclass 2022-10-17 02:37:43 +02:00
get_set_all.stderr Create better error spans/messages 2022-10-18 21:14:22 +02:00
invalid_argument_attributes.rs
invalid_argument_attributes.stderr
invalid_closure.rs Support passing name and doc to PyCFunction::new_closure. Fixes #2665 2022-10-29 12:26:09 +08:00
invalid_closure.stderr Support passing name and doc to PyCFunction::new_closure. Fixes #2665 2022-10-29 12:26:09 +08:00
invalid_frompy_derive.rs test: improve cov 2023-04-27 12:44:38 +08:00
invalid_frompy_derive.stderr test: improve cov 2023-04-27 12:44:38 +08:00
invalid_frozen_pyclass_borrow.rs Add PyClass::get and Py::get for GIL-independent access to frozen classes. 2023-05-18 08:57:55 +02:00
invalid_frozen_pyclass_borrow.stderr Add PyClass::get and Py::get for GIL-independent access to frozen classes. 2023-05-18 08:57:55 +02:00
invalid_intern_arg.rs macros: simpler expansion for intern! 2022-06-02 09:57:58 +01:00
invalid_intern_arg.stderr macros: simpler expansion for intern! 2022-06-02 09:57:58 +01:00
invalid_macro_args.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_macro_args.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_need_module_arg_position.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_need_module_arg_position.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_property_args.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_property_args.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_proto_pymethods.rs support ordering magic methods for #[pyclass] 2023-06-04 13:58:18 +01:00
invalid_proto_pymethods.stderr support ordering magic methods for #[pyclass] 2023-06-04 13:58:18 +01:00
invalid_pyclass_args.rs pyclass: add sequence option to implement sq_length 2022-08-20 07:14:26 +01:00
invalid_pyclass_args.stderr remove functionality deprecated in 0.16 2022-12-28 12:23:53 +00:00
invalid_pyclass_enum.rs
invalid_pyclass_enum.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_pyclass_item.rs
invalid_pyclass_item.stderr
invalid_pyfunction_signatures.rs add better error message for Python in signature 2023-02-03 06:57:30 +00:00
invalid_pyfunction_signatures.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_pyfunctions.rs Emit a better error for bad argument names 2023-03-23 07:43:54 +00:00
invalid_pyfunctions.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_pymethod_names.rs
invalid_pymethod_names.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_pymethod_receiver.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_pymethod_receiver.stderr Update rust 1.67 2023-01-26 21:44:05 +01:00
invalid_pymethods.rs support text_signature on #[new] 2023-05-04 07:15:11 +01:00
invalid_pymethods.stderr Add support for combining the #[new] and #[classmethod] method types. 2023-05-16 15:51:14 -07:00
invalid_pymethods_buffer.rs
invalid_pymethods_buffer.stderr
invalid_pymodule_args.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_pymodule_args.stderr
invalid_result_conversion.rs Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
invalid_result_conversion.stderr Update ui tests for Rust 1.65.0 2022-11-04 06:35:30 +00:00
missing_intopy.rs Fix IntoPyCallbackOutput paper cuts (#2326) 2022-05-09 18:15:43 +01:00
missing_intopy.stderr Update ui tests for Rust 1.65.0 2022-11-04 06:35:30 +00:00
not_send.rs Add more lints 2022-03-23 08:07:28 +01:00
not_send.stderr Drop EnsureGIL to remove one layer of indirection from the implementation of Python::with_gil 2023-05-23 23:31:47 +02:00
not_send2.rs
not_send2.stderr fix clippy and ui tests for Rust 1.68 2023-03-09 23:41:26 +00:00
pyclass_send.rs remove Python::acquire_gil 2023-05-09 09:39:23 +02:00
pyclass_send.stderr support ordering magic methods for #[pyclass] 2023-06-04 13:58:18 +01:00
reject_generics.rs pyclass: better error and explanation why lifetimes are disallowed (#2633) 2022-09-22 11:14:06 +02:00
reject_generics.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
static_ref.rs
static_ref.stderr introduce trampolines for methods (#2705) 2022-10-25 07:22:36 +01:00
traverse_bare_self.rs Move locking the GIL and handling the resulting panics into a library function. 2023-05-25 20:01:35 +02:00
traverse_bare_self.stderr Move locking the GIL and handling the resulting panics into a library function. 2023-05-25 20:01:35 +02:00
wrong_aspyref_lifetimes.rs remove Python::acquire_gil 2023-05-09 09:39:23 +02:00
wrong_aspyref_lifetimes.stderr remove Python::acquire_gil 2023-05-09 09:39:23 +02:00