konstin
|
c9db4f0da2
|
Some cleanup and housekeeping
|
2018-05-30 15:03:31 +02:00 |
|
Martin Larralde
|
01b7b3feeb
|
Fix link to organisation page in Cargo.toml manifests [ci skip]
|
2018-05-14 18:53:37 +02:00 |
|
Martin Larralde
|
d1d0dddb48
|
Improve error messages in pyo3cls
|
2018-05-14 01:01:23 +02:00 |
|
Martin Larralde
|
b43b481980
|
Merge #154 and #155 changed with syn13
|
2018-05-13 21:24:40 +02:00 |
|
konstin
|
2fcac85003
|
Add version in Cargo.toml
Following https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-path-dependencies, we need a version for path dependencies
|
2018-05-01 20:25:20 +02:00 |
|
konstin
|
29fdc05b60
|
Move the codegen into its own crate
This makes the code generatioin reusable from third party crates.
|
2018-05-01 20:24:32 +02:00 |
|
Bastien Orivel
|
7278f4275d
|
Bump log to 0.4
|
2018-02-27 18:05:29 +01:00 |
|
Nikolay Kim
|
324a6b2697
|
drop RefFromPyObject; allow mut refs #106
|
2018-01-19 09:04:42 -08:00 |
|
Nikolay Kim
|
e5bf656cbc
|
revert pycls changes; fix word-cound-cls example
|
2017-11-18 07:20:03 -10:00 |
|
Nikolay Kim
|
b5ffefc50c
|
use as_ref for PyRawObject in __new__ wrapper
|
2017-11-18 07:07:19 -10:00 |
|
Nikolay Kim
|
bf793b4b71
|
added use; restore exception
|
2017-08-08 00:58:12 -07:00 |
|
Nikolay Kim
|
ce15dda5b6
|
Allow to add gc support without implementing PyGCProtocol #57
|
2017-07-24 12:19:05 -07:00 |
|
Nikolay Kim
|
01ab0f828a
|
fix license name
|
2017-07-23 11:24:39 -07:00 |
|
Nikolay Kim
|
5a386ebb42
|
prepare release
|
2017-07-23 11:17:10 -07:00 |
|
Nikolay Kim
|
b4deb673c7
|
refactor #[args()] attribute #40
|
2017-06-19 14:05:14 -07:00 |
|
Nikolay Kim
|
319ee30c79
|
new impl for #[args] attribute
|
2017-06-13 22:37:26 -07:00 |
|
Nikolay Kim
|
452a4e8d7f
|
more mapping protocol methods; start working on class tests
|
2017-05-20 10:40:33 -07:00 |
|
Nikolay Kim
|
3e20979f3f
|
implement buffer protocol with proc macro
|
2017-05-14 12:52:30 -07:00 |
|