Jim Fasarakis-Hilliard
28f9f65ccc
Merge pull request #4306 from harupy/fix-boolop-location
...
Fix `ExprKind::BoolOp` location
2022-12-05 02:41:19 +02:00
harupy
18293dc80c
Remove decorator on test_boolop
2022-12-05 08:23:07 +09:00
harupy
5c63109f4a
add tests
2022-12-04 05:59:51 +09:00
harupy
adec9e94fa
Fix location
2022-12-04 05:45:15 +09:00
Jeong YunWon
39bed0df51
Merge pull request #4304 from yt2b/fix_dev
...
Fix `DEVELOPMENT.md`
2022-12-04 00:02:34 +09:00
yt2b
b690792521
Fix Python object path
2022-12-02 21:49:13 +09:00
Jim Fasarakis-Hilliard
18af44b7c7
Merge pull request #4276 from Gelox/main
...
Add example for calling between rust and python
2022-12-02 10:50:00 +02:00
Jim Fasarakis-Hilliard
b9ed63ed32
Merge pull request #4298 from yt2b/use_bitflags
...
Use bitflags in `Symbol`
2022-11-28 14:25:11 +02:00
yt2b
dd83308396
Use intersects
2022-11-28 20:48:03 +09:00
yt2b
a5ef816c41
Replace bool variable with SymbolFlags
2022-11-28 00:46:10 +09:00
yt2b
dbf27a955d
Fix comment
2022-11-27 23:46:45 +09:00
yt2b
de10ce2d89
Reduce nesting of match expression
2022-11-27 23:43:26 +09:00
yt2b
1ffb652adf
Add SymbolFlags
2022-11-27 23:36:25 +09:00
yt2b
f23ea5eb09
Add bitflags
2022-11-27 23:30:52 +09:00
Jeong YunWon
ec3648981d
Merge pull request #4293 from discord9/update_crossbeam
...
depend: Update crossbeam-utils to "0.8.9" instead of "=0.8.9"
2022-11-26 00:42:12 +09:00
Jeong YunWon
1a13dd94e2
Merge pull request #4296 from yt2b/fix_dev_md
...
Change bytecode path
2022-11-26 00:41:06 +09:00
yt2b
f0759944c2
Change bytecode path
2022-11-26 00:07:39 +09:00
Steve Shi
f54b5556e2
Add Supporting for PyAtomicRef<Option<_>> and PyAtomicRef<PyObject> ( #4286 )
...
* introduce PyObjectAtomicRef
* impl Debug for PyObjectAtomicRef
* add supporting for PyAtomicRef<Option<_>>
* add supporting for PyAtomic<PyObject>
* impl Send Sync
2022-11-24 13:35:56 +02:00
Jeong YunWon
00ba73d2e7
Merge pull request #4288 from yt2b/refactor_lexer
...
Refactor lexer functions
2022-11-24 20:10:48 +09:00
Jeong YunWon
3660ac20cf
Merge pull request #4290 from DimitrisJim/flame_it
...
Fix issues with flame-it.
2022-11-24 20:09:31 +09:00
Discord9
e53693b3b3
depend: move once_cell to common depend
2022-11-24 12:38:42 +08:00
Discord9
290e8e077b
depend: update crossbeam-utils
2022-11-24 12:17:50 +08:00
Discord9
754b28c086
refactor: use Lazy for static
2022-11-24 12:17:07 +08:00
yt2b
a79fb0195f
use bool.then
2022-11-24 09:23:20 +09:00
Dimitris Fasarakis Hilliard
d07547860b
Fix issues with flame-it.
2022-11-23 18:57:53 +02:00
yt2b
81b7c41f3e
restore if expression
2022-11-23 11:30:54 +09:00
yt2b
683a3e5740
Refactor lexer functions
2022-11-22 21:10:19 +09:00
gelox
340816d435
Add direct member access to example
...
In the example demonstrating how to call between rust and python add
direct member access.
2022-11-21 21:50:31 +01:00
gelox
445cb6cc8b
Format
2022-11-21 21:50:22 +01:00
gelox
88299ef0bb
Fix review comments
2022-11-21 21:50:09 +01:00
gelox
357cf7863c
Add example for calling between rust and python
...
Add an example which illustrates how to call between rust and python.
Most importantly there no examples which illustrate how to call rust
from python and it is not obvious how to do this.
2022-11-21 21:49:36 +01:00
Jim Fasarakis-Hilliard
f885db8c61
Merge pull request #4285 from yt2b/add_test
...
Add test in test_numbers
2022-11-21 16:31:54 +02:00
yt2b
592e9b49b7
Add test
2022-11-21 22:36:05 +09:00
Jim Fasarakis-Hilliard
620af0a5db
Merge pull request #4284 from youknowone/discord
...
Gitter -> Discord
2022-11-21 14:13:30 +02:00
Jeong YunWon
e7064049d1
Gitter -> Discord
2022-11-21 20:58:26 +09:00
Jeong YunWon
42b304ae0a
Merge pull request #4283 from charliermarsh/charlie/perf
...
Implement some minor performance optimizations
2022-11-21 14:18:32 +09:00
Charlie Marsh
3a6729eedd
Use match
2022-11-20 23:41:52 -05:00
Charlie Marsh
ebeb0904d4
Use rustc-hash
2022-11-20 15:30:19 -05:00
Charlie Marsh
3de87f9828
Implement some minor performance optimizations
2022-11-20 13:33:20 -05:00
Jim Fasarakis-Hilliard
b9c62ed891
Merge pull request #4281 from MisileLab/main
...
change itertools::zip to std::iter::zip because deprecated
2022-11-19 16:11:50 +02:00
misilelaboratory
270b2ba98f
fix: cargo fmt
2022-11-19 21:54:17 +09:00
Bongjun Jang
e72f01773d
Refactor lexer struct ( #4257 )
2022-11-19 21:43:34 +09:00
misilelaboratory
80404d3bd5
fix: deprecated function
2022-11-19 12:31:59 +09:00
Jeong YunWon
17944d3eae
Merge pull request #4272 from oow214/iter_combi_reduce
...
Add `combinations.__reduce__ `
2022-11-19 01:05:33 +09:00
Jeong YunWon
56b97fb500
Merge pull request #4278 from evilpie/jit-none
...
JIT: add internal support for None
2022-11-18 21:34:56 +09:00
Jim Fasarakis-Hilliard
21f6c598a4
Merge pull request #4277 from discord9/update_readme
...
doc: add greptimedb's use case to README
2022-11-17 23:32:58 +02:00
Tom Schuster
9e3f864410
JIT: add internal support for None
2022-11-17 11:02:16 +01:00
discord9
87fd65553f
doc: add usecase
2022-11-17 12:52:29 +08:00
Jim Fasarakis-Hilliard
ab47293c0b
Merge pull request #4275 from evilpie/general-unary-not
...
JIT: Use boolean_val helper for unary not.
2022-11-14 01:35:01 +02:00
Tom Schuster
8f5ae4bd00
Use boolean_val helper for unary not.
2022-11-13 21:41:17 +01:00