Noah
|
2f232ecbe3
|
Implement string interning for variable names
|
2020-11-09 15:51:57 -06:00 |
|
Noah
|
4528f17210
|
compiler/porcelain wrapper
|
2020-11-07 15:43:23 -06:00 |
|
Noah
|
b3851c8eb8
|
Split the ast from the parser, remove compiler dep on parser
|
2020-11-07 15:43:23 -06:00 |
|
Jeong YunWon
|
d54cfaf3f4
|
Keep source code order for module items
|
2020-10-19 18:21:04 +09:00 |
|
Ben Lewis
|
c54b4bb833
|
Split py_compile_bytecode into py_compile and py_freeze.
|
2020-09-18 18:59:58 +12:00 |
|
Jeong YunWon
|
fd3aba5033
|
doc using syn-ext
|
2020-08-23 19:39:28 +09:00 |
|
Jeong YunWon
|
2458307dc3
|
rewrite pyclass
|
2020-08-23 18:30:14 +09:00 |
|
Jeong YunWon
|
d422de6f00
|
Rework derive and rewrite pymodule.rs
|
2020-08-23 18:24:46 +09:00 |
|
Noah
|
bc1717b7ac
|
Release 0.1.2
rustpython@0.1.2
rustpython-bytecode@0.1.2
rustpython-compiler@0.1.2
rustpython-derive@0.1.2
rustpython-parser@0.1.2
rustpython-vm@0.1.2
rustpython_freeze@0.1.2
rustpython_wasm@0.1.2
Generated by cargo-workspaces
|
2020-06-23 18:47:08 -05:00 |
|
Daniel Alley
|
e5cac96511
|
Replace lazy_static! macro with once_cell
|
2020-01-27 01:05:53 -05:00 |
|
coolreader18
|
44ed27e8e7
|
Update to newest syn
|
2020-01-14 23:22:49 -06:00 |
|
coolreader18
|
b29707cda4
|
Say what file failed to compile in py_compile_bytecode
|
2020-01-13 19:56:18 -06:00 |
|
coolreader18
|
098532b283
|
Remove proc-macro-hack and use our own slightly-less-hacky hack
|
2020-01-10 11:29:27 -06:00 |
|
Windel Bouwman
|
64ab147f64
|
Compress bytecode using LZ4
|
2019-10-07 20:54:22 +02:00 |
|
Noah
|
d88167bb73
|
Bump crate versions
|
2019-09-25 11:57:38 -05:00 |
|
Aviv Palivoda
|
5c240d71a8
|
Support freezing of stdlib
|
2019-07-20 18:06:46 +03:00 |
|
coolreader18
|
86a6b2a366
|
Use feature for proc_macro_hack
|
2019-07-13 00:59:18 -05:00 |
|
coolreader18
|
76dbd8ebb0
|
Remove proc-macro-hack
|
2019-07-11 18:40:07 -05:00 |
|
Windel Bouwman
|
cc24b73031
|
Set all versions to 0.1.0
|
2019-07-07 13:04:12 +02:00 |
|
Windel Bouwman
|
6a58b76ef7
|
Change authors to team name.
|
2019-07-01 21:14:07 +02:00 |
|
Windel Bouwman
|
bedbad284e
|
Change underscore into hyphen
|
2019-07-01 21:05:29 +02:00 |
|
Windel Bouwman
|
183415e64b
|
Move bytecode into own crate.
|
2019-06-30 11:01:40 +02:00 |
|
coolreader18
|
48966a76e2
|
Make py_compile_bytecode!() an expression
|
2019-06-14 18:20:02 -05:00 |
|
coolreader18
|
d2cde9a3bf
|
Use bincode to deserialize into a CodeObject
|
2019-06-14 12:26:35 -05:00 |
|
coolreader18
|
e592f3d888
|
Add py_compile_bytecode! macro
|
2019-06-14 10:42:45 -05:00 |
|
coolreader18
|
ff85838556
|
Add #[py_class] attribute proc macro
|
2019-03-29 00:16:34 -05:00 |
|
Joey
|
18b57188ba
|
Add a custom derive for FromArgs
|
2019-03-16 17:13:23 -07:00 |
|