Ashwin Naren
|
2d83a67bd6
|
Update zlib from 3.12.6 and _ZlibDecompressor implementation (#5476)
* add is_s390x and skip_on_s390x to test support
* update zlib tests to 3.12
* _ZlibDecompressor implementation
|
2025-01-16 13:28:09 +09:00 |
|
Noa
|
b7db23bbae
|
Fix warnings for Rust 1.84
|
2025-01-11 18:48:27 +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
|
8c7bfb3e1a
|
Fix redox
|
2025-01-06 13:09:49 -06:00 |
|
Noa
|
8ac7e34be2
|
Updates for Rust 1.83
|
2024-12-03 17:05:24 -06:00 |
|
|
|
da3d3d9296
|
allow manual c string literal
|
2024-11-29 11:57:42 +09:00 |
|
|
|
6a6af6a952
|
change to use c str literal
|
2024-11-29 11:19:10 +09:00 |
|
|
|
582a4ab267
|
delete elided lifetime
|
2024-11-29 11:18:53 +09:00 |
|
|
|
fffd0f5465
|
new clippy lint update Rust v1.83.0
|
2024-11-29 09:53:54 +09: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 |
|
Noa
|
e534b10722
|
Fix build with ossl1
|
2024-09-22 17:38:26 +09:00 |
|
Jeong, YunWon
|
0785cc5aa9
|
Merge pull request #5406 from coolreader18/improve-posixsubprocess
Improve posixsubprocess
|
2024-09-22 17:37:34 +09:00 |
|
Noa
|
7933edad43
|
Add missing functionality to posixsubprocess
|
2024-09-21 22:40:15 -05: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 |
|
Ankit Goel
|
8066f36a4e
|
Fix copysign behavior for NaNs (#5396)
|
2024-09-11 15:19:21 +09:00 |
|
Noa
|
ea11d78995
|
Fix compilation without compiler feature
|
2024-08-09 02:23:49 +09:00 |
|
Jeong YunWon
|
a2df2f014b
|
Fix dis.dis without compiler feature
|
2024-08-07 09:48:09 +09:00 |
|
Jeong YunWon
|
48299cdd7f
|
Add faulthandler to wasm32
|
2024-07-28 12:11:56 +09:00 |
|
Jeong, YunWon
|
b1a38c2d50
|
Fix rust 1.80 warnings (#5363)
* Fix rust 1.80 warnings
* Fix nightly clippy warnings
|
2024-07-28 10:43:40 +09:00 |
|
Snowapril
|
bca90f191c
|
Fix missing_transmute_annotations, legacy_numeric_constants added in Rust 1.79.0 clippy (#5339)
|
2024-06-16 20:26:22 +09:00 |
|
Dmitry Mottl
|
db4562f67d
|
Fixes a typo
|
2024-05-22 10:07:44 +09:00 |
|
Jeong, YunWon
|
427ec50624
|
_overlapped
|
2024-05-09 04:41:39 +09:00 |
|
Jeong YunWon
|
e5bf72e897
|
contextvars
|
2024-05-07 22:43:21 +09:00 |
|
Jeong YunWon
|
52aad1ec08
|
DefaultConstructor impls Constructor; Unconstructible is not anymore
|
2024-05-06 00:54:39 +09:00 |
|
Jeong YunWon
|
ed3811a65c
|
wasi select module
|
2024-05-01 17:54:24 +09:00 |
|
Noa
|
84099514e6
|
Implement socket.socket.sendmsg (#5205)
* Implement socket.socket.sendmsg
* debugger-friendly newlines
* Fix control_buf error on macOS
---------
Co-authored-by: Jeong YunWon <jeong@youknowone.org>
|
2024-04-22 11:21:10 +09:00 |
|
Jeong, YunWon
|
3286e683e6
|
win32_xstat (#5247)
* win32_xstat
* vm::windows
* Add file_id
|
2024-04-21 22:02:09 +09:00 |
|
Jeong, YunWon
|
39822d7e57
|
use less vm.new_os_error (#5245)
* vm.new_errno_error
* replace new_os_error in mmap
* replace posix new_os_error to new_errno_error
|
2024-04-20 01:32:33 +09:00 |
|
Jeong, YunWon
|
c9c07a6bbc
|
vm/ospath module
|
2024-04-19 13:25:19 +09:00 |
|
Jeong, YunWon
|
d57287b89b
|
Fix OSError.winerror and errno/winerror converions
|
2024-04-19 04:56:25 +09:00 |
|
Jeong YunWon
|
f0f4633346
|
Fix nightly clippy
|
2024-04-18 03:37:29 +09:00 |
|
Jeong YunWon
|
8c7b811135
|
Fix _sha512 support
|
2024-04-11 21:17:53 +09:00 |
|
Jeong YunWon
|
a0b6c36928
|
Update indexmap
|
2024-04-09 11:17:25 +09:00 |
|
Jeong, YunWon
|
6eed8f42c7
|
split vm.import and vm.import_from (#5212)
|
2024-04-08 00:07:38 +09:00 |
|
Blues-star
|
54247df801
|
implement more csv features
Co-authored-by: Jeong, YunWon <jeong@youknowone.org>
|
2024-03-05 15:10:35 +09:00 |
|
kingiler
|
bdf228eb42
|
Fix bug in binascii uu encoding. Pass more related unit tests. (#5160)
* Fix bug in binascii, passes more unit tests.
* Pass more additional tests due to this PR.
|
2024-02-09 22:42:39 +09:00 |
|
Noa
|
602015fca1
|
Update nix and socket2
|
2024-01-09 20:53:58 +09:00 |
|
Jeong, YunWon
|
32f662ae80
|
Bump openssl from 0.10.55 to 0.10.62
|
2023-12-30 17:14:08 +09:00 |
|
Jeong, YunWon
|
7236109d75
|
Merge pull request #5144 from youknowone/clippy
Fix 1.75 clippy warnings
|
2023-12-30 13:16:10 +09:00 |
|
Jeong YunWon
|
506c8a633e
|
Fix redox and nightly
|
2023-12-30 12:53:57 +09:00 |
|
Jeong YunWon
|
a309cb5d2c
|
Fix 1.75 clippy warnings
|
2023-12-30 11:48:40 +09:00 |
|
Jeong, YunWon
|
756088e7fb
|
more winapi to windows-sys
|
2023-12-29 00:40:04 +09:00 |
|
Jeong, YunWon
|
4135da42ac
|
Fix clippy (#5083)
* Fix clippy
* Fix nightly clippy
|
2023-10-06 03:17:03 +09:00 |
|
Jeong, YunWon
|
03f954408a
|
Fix windows SSL bug
|
2023-08-27 00:38:10 +09:00 |
|
Jeong, YunWon
|
d4d362a9ca
|
Update to Rust 1.72.0
|
2023-08-27 00:38:10 +09:00 |
|
Steve Shi
|
de0d323ad3
|
change dependency from num-bigint to malachite-bigint (#4952)
|
2023-06-08 14:28:39 +09:00 |
|
DimitrisJim
|
2b43d4817c
|
Add additional arguments to fork_exec.
|
2023-05-19 19:54:38 +03:00 |
|
Jeong YunWon
|
dc569e9921
|
Refactoring
|
2023-05-10 19:35:27 +09:00 |
|