coolreader18
|
a0146c5fa6
|
Add site module and run it on startup
|
2019-08-15 15:33:36 -05:00 |
|
Maxim Kurnikov
|
347d48198e
|
fix remaining clippy warnings
|
2019-07-07 06:27:07 +03:00 |
|
coolreader18
|
e68b4943ca
|
Add #[pyclassmethod] to #[pyimpl]
|
2019-06-18 20:37:08 -05:00 |
|
ben
|
52039845dd
|
Use closure for generated properties in struct sequences.
|
2019-05-19 15:23:51 +12:00 |
|
ben
|
8b657ab81e
|
Add documentation for sys.flags
|
2019-05-19 10:32:07 +12:00 |
|
ben
|
2ca96c8ae1
|
Add sys.flags by creating a pystruct_sequence macro
|
2019-05-19 10:17:21 +12:00 |
|
coolreader18
|
dc63fc8ce7
|
Switch to span-based errors for pyclass and pyimpl
|
2019-04-15 22:15:20 -05:00 |
|
coolreader18
|
08babef619
|
Remove the __inside_vm hack for procedural macros
|
2019-04-15 20:24:16 -05:00 |
|
Joey
|
16644daffa
|
Fix sub-crate compilation
|
2019-04-13 12:04:37 -07:00 |
|
coolreader18
|
c5f4eab142
|
Change objint to impl style with properties
|
2019-04-10 17:55:24 -05:00 |
|
coolreader18
|
2bdaa02700
|
Improve error messages
|
2019-04-10 17:45:07 -05:00 |
|
coolreader18
|
d099165e3b
|
Rename item_name -> item_ident
|
2019-04-10 17:41:45 -05:00 |
|
coolreader18
|
47bd9680f9
|
Change ClassItem to enum
|
2019-04-10 17:41:25 -05:00 |
|
coolreader18
|
cbdab226d9
|
Change #[pymethod(property)] to #[pyproperty]
|
2019-04-09 22:07:21 -05:00 |
|
Adam Kelly
|
c8eda3733d
|
Eliminate ctx.set_attr.
|
2019-04-05 09:50:31 +01:00 |
|
coolreader18
|
b3ea8155a5
|
Don't clone
|
2019-03-31 22:40:57 -05:00 |
|
coolreader18
|
51b766089f
|
Allow an enum with #[pyclass]
|
2019-03-31 19:53:52 -05:00 |
|
coolreader18
|
53b46a7b32
|
Split some of #[pyclass] off into #[pyimpl]
|
2019-03-31 17:23:33 -05:00 |
|
coolreader18
|
15cffc4d2b
|
Clean up a bit
|
2019-03-30 22:30:14 -05:00 |
|
coolreader18
|
f11f04da70
|
Split rustpython_derive into multiple files
|
2019-03-30 18:43:31 -05:00 |
|