pyo3/tests/ui
David Hewitt 25b8a37521 remove type_is_pymodule 2023-12-29 22:47:39 +00:00
..
abi3_nativetype_inheritance.rs Assorted updates to the abi3 branch from review 2020-10-11 19:51:27 -04:00
abi3_nativetype_inheritance.stderr simplify thread checker implementation 2023-09-03 14:15:26 +01:00
deprecations.rs deprecate undocumented `#[__new__]` form of `#[new]` 2023-10-10 08:47:03 +01:00
deprecations.stderr deprecate undocumented `#[__new__]` form of `#[new]` 2023-10-10 08:47:03 +01: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 add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
invalid_argument_attributes.stderr rust: support 1.57 2021-12-08 07:10:16 +00:00
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 ci: updates for rust 1.71 2023-07-14 12:10:37 +01: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 improve error span for mutable access to `#[pyclass(frozen)]` 2023-07-11 22:34:53 +01:00
invalid_frozen_pyclass_borrow.stderr ci: updates for rust 1.71 2023-07-14 12:10:37 +01: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_need_module_arg_position.rs remove type_is_pymodule 2023-12-29 22:47:39 +00:00
invalid_need_module_arg_position.stderr remove type_is_pymodule 2023-12-29 22:47:39 +00: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 Make rename_all accept a renaming rule, allow applying it to classes as well 2023-08-15 10:15:48 +02:00
invalid_pyclass_args.stderr Make rename_all accept a renaming rule, allow applying it to classes as well 2023-08-15 10:15:48 +02:00
invalid_pyclass_enum.rs pyclass: unify pyclass with its pyo3 arguments 2022-03-20 08:24:09 +00:00
invalid_pyclass_enum.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_pyclass_item.rs Refactor #[pyclass] and now it supports enum. 2021-11-21 20:05:53 +08:00
invalid_pyclass_item.stderr Refactor #[pyclass] and now it supports enum. 2021-11-21 20:05:53 +08:00
invalid_pyfunction_signatures.rs add better error message for Python in signature 2023-02-03 06:57:30 +00:00
invalid_pyfunction_signatures.stderr remove all functionality deprecated in PyO3 0.18 2023-06-13 22:27:43 +01:00
invalid_pyfunctions.rs remove all functionality deprecated in PyO3 0.18 2023-06-13 22:27:43 +01:00
invalid_pyfunctions.stderr remove all functionality deprecated in PyO3 0.18 2023-06-13 22:27:43 +01:00
invalid_pymethod_names.rs error on passing arguments to `#[new]` and similar attributes 2023-10-08 21:31:59 +01:00
invalid_pymethod_names.stderr error on passing arguments to `#[new]` and similar attributes 2023-10-08 21:31:59 +01:00
invalid_pymethod_receiver.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_pymethod_receiver.stderr ci: updates for Rust 1.72 2023-08-25 12:30:34 +01:00
invalid_pymethods.rs emit helpful error hint for classmethod with receiver 2023-10-10 06:30:19 +01:00
invalid_pymethods.stderr emit helpful error hint for classmethod with receiver 2023-10-10 06:30:19 +01:00
invalid_pymethods_buffer.rs pymethods: support buffer protocol 2021-12-30 15:48:55 +00:00
invalid_pymethods_buffer.stderr pymethods: support buffer protocol 2021-12-30 15:48:55 +00:00
invalid_pymodule_args.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_pymodule_args.stderr deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00:00
invalid_result_conversion.rs Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
invalid_result_conversion.stderr ci: updates for Rust 1.72 2023-08-25 12:30:34 +01:00
missing_intopy.rs Fix IntoPyCallbackOutput paper cuts (#2326) 2022-05-09 18:15:43 +01:00
missing_intopy.stderr ci: updates for Rust 1.72 2023-08-25 12:30:34 +01:00
not_send.rs Add more lints 2022-03-23 08:07:28 +01:00
not_send.stderr ci: updates for rust 1.74 2023-12-29 22:46:29 +00:00
not_send2.rs Gut specialization and implement auto trait 2022-02-22 22:43:23 +01:00
not_send2.stderr ci: updates for rust 1.74 2023-12-29 22:46:29 +00:00
pyclass_send.rs remove `Python::acquire_gil` 2023-05-09 09:39:23 +02:00
pyclass_send.stderr simplify thread checker implementation 2023-09-03 14:15:26 +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 Require Send for #[pyclass] 2020-06-08 02:06:15 +01:00
static_ref.stderr introduce trampolines for methods (#2705) 2022-10-25 07:22:36 +01:00
traverse.rs Give a better error message for Python in traverse 2023-06-19 23:25:51 +02:00
traverse.stderr prefer inner / _private naming 2023-07-04 21:03:24 +01: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