Ashwin Naren
|
33940726a8
|
upgrade to windows-sys 0.59.0
|
2025-03-05 13:49:37 -06:00 |
|
Noa
|
6daee1b00e
|
Warn on elided_lifetimes_in_paths
|
2025-03-01 13:49:33 +09:00 |
|
Noa
|
b2abb1af84
|
Remove redundant lints now that we're on edition2024
|
2025-02-26 23:46:57 -06:00 |
|
Ashwin Naren
|
df2354fdb7
|
migrate to the 2024 edition
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
|
2025-02-26 11:47:32 -08:00 |
|
Noa
|
4468dcbe34
|
Switch to libz-rs-sys for zlib implementation
|
2025-02-25 23:19:19 -06:00 |
|
Noa
|
864e8598f8
|
Enable rust2024-incompatible pat and keyword-ident lints
|
2025-02-25 00:32:02 -06:00 |
|
Noa
|
4881f61be6
|
Mark env::{set,remove}_var() unsafe
|
2025-02-24 23:02:54 -06:00 |
|
Noa
|
0a8b0406f5
|
Enable missing_unsafe_on_extern lint
|
2025-02-24 21:25:23 -06:00 |
|
Noa
|
1c3b198a17
|
Enable unsafe_op_in_unsafe_fn lint
|
2025-02-24 21:25:23 -06:00 |
|
Noa
|
52208b3c90
|
Update to syn2 (#5556)
|
2025-02-25 11:54:13 +09:00 |
|
Noa
|
331a3c108f
|
Switch to criterion in sre_engine benchmarks
|
2025-02-23 09:44:57 +09:00 |
|
Noa
|
a9331bb34d
|
Fix warnings for rust 1.85
|
2025-02-20 14:58:59 -06:00 |
|
Noa
|
fa2acd7cde
|
Update rand to 0.9
|
2025-02-18 17:07:26 +09:00 |
|
Ashwin Naren
|
7e1568a1ff
|
Revert "windows-rs upgrade to 0.59"
This reverts commit 547530724e77a592734d8cd396115c4124d7a9f9.
|
2025-02-17 14:15:57 -06:00 |
|
Ashwin Naren
|
6788010f7d
|
windows-rs upgrade to 0.59
|
2025-02-17 14:15:57 -06:00 |
|
Ashwin Naren
|
e8a3406624
|
itertools upgrade
|
2025-02-16 10:20:56 +09:00 |
|
Ashwin Naren
|
6e35e20e49
|
dependency bump
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
|
2025-02-12 18:16:45 +09:00 |
|
Ashwin Naren
|
3de1c2ab56
|
Update malachite-q and base to 0.4.22 (#5499)
* update malachite-q and base to 0.4.22
* Update malachite-bigint from parser
---------
Co-authored-by: Jeong YunWon <jeong@youknowone.org>
|
2025-02-10 15:55:08 +09:00 |
|
Jeong YunWon
|
29d014a0e1
|
Pin malachite versions to avoid API incompatibility
|
2025-02-03 11:57:30 +09:00 |
|
Jeong YunWon
|
a500178b3c
|
update parser to fix match crash
|
2025-01-22 13:41:01 +09:00 |
|
Jeong, YunWon
|
a5e6ade9cb
|
Merge pull request #5454 from coolreader18/rust-1.83
Bump MSRV to 1.83
|
2025-01-07 13:13:42 +09:00 |
|
Noa
|
8ac7e34be2
|
Updates for Rust 1.83
|
2024-12-03 17:05:24 -06:00 |
|
Noa
|
e4be882994
|
Miscellaneous cli-related parity fixes
|
2024-12-03 16:28:32 -06:00 |
|
Noa
|
c883f0ad8a
|
Updates for Rust 1.82
|
2024-10-17 16:32:47 -05:00 |
|
Noa
|
37dc28a69d
|
Update deps (#5417)
* Upgrade nix
* Update deps
* Upgrade pyo3, winreg
* Fix errors from upgrading
|
2024-09-27 13:11:00 +09:00 |
|
Ankit Goel
|
d1f95f04a7
|
Remove dependency on proc-macro-crate
This dependency is only useful when modifying the crate name of
`num_enum` crate. RustPython doesn't do that so it's unnecessary.
|
2024-09-23 16:54:21 +01:00 |
|
Noa
|
a8964f4108
|
Add select.epoll
|
2024-09-20 11:46:01 +09:00 |
|
Noa
|
23f7cbf1c3
|
Make sqlite optional
|
2024-09-19 11:13:51 +09:00 |
|
Jeong YunWon
|
fe63ca762f
|
separate wasm-unknown-test
|
2024-08-09 02:23:49 +09:00 |
|
Jeong YunWon
|
a82982725e
|
fix getrandom
|
2024-08-09 02:23:49 +09:00 |
|
Noa
|
7dfb760421
|
Make rustpython-vm compatible with non-js wasm32-unknown & add tests
|
2024-08-09 02:04:25 +09:00 |
|
Jeong YunWon
|
2919df1df5
|
Mark rust-version 1.78
|
2024-08-08 23:20:17 +09:00 |
|
Jeong YunWon
|
a2df2f014b
|
Fix dis.dis without compiler feature
|
2024-08-07 09:48:09 +09:00 |
|
Jeong YunWon
|
8673169ee7
|
0.4.0
|
2024-08-07 08:38:21 +09:00 |
|
Jeong YunWon
|
eb985beed6
|
freeze-stdlib imply stdlib
|
2024-08-07 07:48:42 +09:00 |
|
Jeong YunWon
|
ff9aa0fc54
|
Add example projects
|
2024-08-07 07:48:42 +09:00 |
|
Dan Näsman
|
2335ca0f72
|
Add proper underscore handling to float and complex types. (#5356)
|
2024-07-28 12:11:34 +09:00 |
|
Jeong YunWon
|
e42c1a33b5
|
upgrade unicode_names2
|
2024-07-28 11:43:00 +09:00 |
|
James Clarke
|
3c10888e3a
|
Disabled some uneeded lits
|
2024-06-30 13:41:40 +01:00 |
|
James Clarke
|
e1ce1f66cd
|
Updated MSRV
|
2024-06-25 04:56:22 +01:00 |
|
James Clarke
|
08c9a4d86b
|
Added lints and deny.toml
|
2024-06-25 03:59:40 +01:00 |
|
Jeong YunWon
|
5c050d5779
|
feature ssl-vendor implies ssl
|
2024-05-20 19:41:51 +09:00 |
|
Jonathan Rotter
|
07fdcb6160
|
Fix for test future.py test annotations (#5319)
* enable test fixed in parser
* update parser dependency
|
2024-05-13 08:40:14 +09:00 |
|
Jeong, YunWon
|
d57287b89b
|
Fix OSError.winerror and errno/winerror converions
|
2024-04-19 04:56:25 +09:00 |
|
Jeong, YunWon
|
79e7015a32
|
CreateJunction
|
2024-04-19 03:00:33 +09:00 |
|
Jeong YunWon
|
8816cd41d5
|
0.3.1
|
2024-04-10 17:39:57 +09:00 |
|
Jeong YunWon
|
a0b6c36928
|
Update indexmap
|
2024-04-09 11:17:25 +09:00 |
|
Jeong, YunWon
|
3f691de7a3
|
Update chrono (#5220)
|
2024-04-09 04:13:39 +09:00 |
|
Jeong, YunWon
|
5a5ac35f36
|
Update a few deps (#5217)
Co-authored-by: ognevnydemon <maksapple2306@gmail.com>
|
2024-04-09 02:12:15 +09:00 |
|
Jeong YunWon
|
12601d0b44
|
integrate sre_engine crate to workspace
|
2024-03-18 17:24:49 +09:00 |
|