.. |
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
|
add #[pyo3(signature = (...))] attribute (#2702)
|
2022-10-25 07:23:21 +01:00 |
deprecations.stderr
|
add #[pyo3(signature = (...))] attribute (#2702)
|
2022-10-25 07:23:21 +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
|
|
|
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
|
frompyobject: fix from_py_with ignored for transparent structs
|
2022-06-09 06:49:25 +01:00 |
invalid_frompy_derive.stderr
|
frompyobject: fix from_py_with ignored for transparent structs
|
2022-06-09 06:49:25 +01:00 |
invalid_frozen_pyclass_borrow.rs
|
pyclass: switch from immutable to frozen
|
2022-06-19 21:18:15 +01:00 |
invalid_frozen_pyclass_borrow.stderr
|
Update ui tests for Rust 1.65.0
|
2022-11-04 06:35:30 +00:00 |
invalid_intern_arg.rs
|
|
|
invalid_intern_arg.stderr
|
|
|
invalid_macro_args.rs
|
|
|
invalid_macro_args.stderr
|
|
|
invalid_need_module_arg_position.rs
|
|
|
invalid_need_module_arg_position.stderr
|
|
|
invalid_property_args.rs
|
|
|
invalid_property_args.stderr
|
Create better error spans/messages
|
2022-10-18 21:14:22 +02:00 |
invalid_proto_pymethods.rs
|
error when #[pyo3(signature = ())] used on invalid methods
|
2022-11-17 08:28:34 +00:00 |
invalid_proto_pymethods.stderr
|
error when #[pyo3(signature = ())] used on invalid methods
|
2022-11-17 08:28:34 +00: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
|
Implement get/set all on pyclass
|
2022-10-17 02:37:43 +02:00 |
invalid_pyclass_enum.rs
|
|
|
invalid_pyclass_enum.stderr
|
|
|
invalid_pyclass_item.rs
|
|
|
invalid_pyclass_item.stderr
|
|
|
invalid_pyfunction_signatures.rs
|
add #[pyo3(signature = (...))] attribute (#2702)
|
2022-10-25 07:23:21 +01:00 |
invalid_pyfunction_signatures.stderr
|
add #[pyo3(signature = (...))] attribute (#2702)
|
2022-10-25 07:23:21 +01:00 |
invalid_pyfunctions.rs
|
|
|
invalid_pyfunctions.stderr
|
|
|
invalid_pymethod_names.rs
|
|
|
invalid_pymethod_names.stderr
|
|
|
invalid_pymethod_receiver.rs
|
|
|
invalid_pymethod_receiver.stderr
|
Update ui tests for Rust 1.65.0
|
2022-11-04 06:35:30 +00:00 |
invalid_pymethods.rs
|
error when #[pyo3(signature = ())] used on invalid methods
|
2022-11-17 08:28:34 +00:00 |
invalid_pymethods.stderr
|
error when #[pyo3(signature = ())] used on invalid methods
|
2022-11-17 08:28:34 +00:00 |
invalid_pymethods_buffer.rs
|
|
|
invalid_pymethods_buffer.stderr
|
|
|
invalid_pymodule_args.rs
|
|
|
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
|
|
|
missing_intopy.stderr
|
Update ui tests for Rust 1.65.0
|
2022-11-04 06:35:30 +00:00 |
not_send.rs
|
|
|
not_send.stderr
|
Update ui tests for Rust 1.65.0
|
2022-11-04 06:35:30 +00:00 |
not_send2.rs
|
|
|
not_send2.stderr
|
Update ui tests for Rust 1.65.0
|
2022-11-04 06:35:30 +00:00 |
not_send3.rs
|
|
|
not_send3.stderr
|
Update ui tests for Rust 1.65.0
|
2022-11-04 06:35:30 +00:00 |
not_send_auto_trait.rs
|
|
|
not_send_auto_trait.stderr
|
ci: unpin serde, fixup nightly ui tests
|
2022-08-23 08:07:26 +01:00 |
not_send_auto_trait2.rs
|
|
|
not_send_auto_trait2.stderr
|
ci: unpin serde, fixup nightly ui tests
|
2022-08-23 08:07:26 +01:00 |
pyclass_send.rs
|
|
|
pyclass_send.stderr
|
pyproto: remove deprecated feature
|
2022-09-06 08:38:44 +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
|
pyclass: better error and explanation why lifetimes are disallowed (#2633)
|
2022-09-22 11:14:06 +02:00 |
send_wrapper.rs
|
|
|
send_wrapper.stderr
|
ci: unpin serde, fixup nightly ui tests
|
2022-08-23 08:07:26 +01:00 |
static_ref.rs
|
|
|
static_ref.stderr
|
introduce trampolines for methods (#2705)
|
2022-10-25 07:22:36 +01:00 |
wrong_aspyref_lifetimes.rs
|
Deprecate acquire_gil
|
2022-08-15 03:34:47 +02:00 |
wrong_aspyref_lifetimes.stderr
|
Deprecate acquire_gil
|
2022-08-15 03:34:47 +02:00 |