0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-25 15:29:43 -05:00
Commit graph

177 commits

Author SHA1 Message Date
Bartek Iwańczuk
96d21b995f
v0.62.0 2023-01-25 02:26:20 +01:00
denobot
da3d3c976d v0.61.0 2022-12-27 21:07:07 +00:00
denobot
b7cfc588fd v0.60.0 2022-12-13 01:10:30 +00:00
denobot
dd12978745 v0.59.0 2022-12-07 16:06:42 +00:00
Bartek Iwańczuk
0f43fc0b58
v0.58.0 2022-11-30 20:39:33 +01:00
Bartek Iwańczuk
1bf74cca4a
v0.57.0 2022-11-29 23:36:43 +01:00
Bartek Iwańczuk
04a5fa6737
v0.56.1 2022-11-26 17:39:44 +01:00
Bartek Iwańczuk
7c0b53fe07
v0.56.0 2022-11-25 16:50:42 +01:00
Nils Hasenbanck
e89d532b57
Remove libc dependency. (#1117)
Use `std` functionality where possible. Only size_t needs
to be defined like was done with the `intptr_t` type before.

Also unifies the usage of `std::os::raw` types that where
already defined in the support module.
2022-11-24 20:23:52 +05:30
Bartek Iwańczuk
cc7183d09f
v0.55.0 2022-11-12 03:14:26 +01:00
Bartek Iwańczuk
0b299420bd
v0.54.0 2022-10-20 16:49:39 +02:00
Bartek Iwańczuk
09cac0aa04
v0.53.1 2022-10-15 23:34:03 +02:00
Bartek Iwańczuk
b84bb10814
v0.53.0 2022-10-14 13:59:34 +00:00
Bartek Iwańczuk
5635a82d40
v0.52.0 2022-10-07 00:25:02 +02:00
Ryan Dahl
4e08bd7917
v0.51.0 2022-09-21 03:29:34 +00:00
Divy Srivastava
6444cb9d61
Add benchmarks for V8 native function calls (#1079) 2022-09-20 18:54:44 +05:30
Divy Srivastava
fd135e4289
v0.50.0 2022-09-16 13:52:43 +00:00
Bartek Iwańczuk
c395d0eada
v0.49.0 2022-08-22 23:41:35 +02:00
Bartek Iwańczuk
a9595da180
v0.48.1 2022-08-14 16:25:21 +02:00
Bartek Iwańczuk
9f8abf5350
v0.48.0 (#1037) 2022-07-25 23:26:23 +02:00
Bartek Iwańczuk
b178f1faa0
v0.47.0 2022-07-19 19:26:42 +02:00
Ryan Dahl
5c42d601cf
v0.46.0 2022-07-13 14:51:18 -04:00
Ryan Dahl
8dfb1e6559
v0.45.0 2022-07-08 07:32:51 -04:00
Divy Srivastava
61714dd2b2
v0.44.3 2022-06-29 17:49:01 +05:30
Bert Belder
ccf181a8b3
v0.44.2 2022-06-21 14:42:15 +02:00
Ryan Dahl
7a7cf44610
v0.44.1 2022-06-15 13:17:31 +00:00
Bartek Iwańczuk
2493ac8b17
v0.44.0 2022-06-15 01:59:14 +02:00
denobot
c53d85114e
Rolling to V8 10.4.132.5 (#1002)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2022-06-15 00:26:50 +02:00
Bert Belder
453df4efd5
v0.43.1 2022-05-26 00:49:45 +02:00
Colin Ihrig
40b0b69d91
v0.43.0 2022-05-24 17:53:57 +02:00
Bert Belder
e7105d4eff
chore: actually run unit tests in build.rs (#980) 2022-05-24 00:27:13 +02:00
Bert Belder
973c986411
chore: auto-format Cargo.toml (#980) 2022-05-24 00:27:13 +02:00
Bert Belder
356a07c8f6
chore: upgrade Rust crates (#972) 2022-05-18 12:06:19 +02:00
Divy Srivastava
86c8eb4ec2
v0.42.1 2022-05-13 22:26:13 +05:30
Ryan Dahl
9b2d8c68ad
v0.42.0 2022-04-20 16:12:38 -04:00
Arthur Silva
43893f726d
Add crate feature that controls whether custom libcxx is used (#924)
The `use_custom_libcxx` feature is enabled by default. When this feature
is disabled, the crate will link with the system libcxx instead.
2022-03-16 16:20:09 +01:00
Luca Casonato
0c43be27a1
Ignore more unnecessary ICU data (#923) 2022-03-11 13:39:35 +01:00
Luca Casonato
0e3f9c574a
v0.41.0 2022-03-10 23:54:15 +01:00
Divy Srivastava
2d01b02591
v0.40.2 2022-03-03 08:28:08 +05:30
Divy Srivastava
07bd917803
v0.40.1 2022-02-23 13:13:03 +05:30
Luca Casonato
4c0ee77600
v0.40.0 2022-02-16 11:57:00 +01:00
Luca Casonato
8b90dfd2f4
v0.39.0 2022-02-02 12:44:32 +01:00
Luca Casonato
a4db61ae50
v0.38.1 2022-01-19 12:06:56 +01:00
Divy Srivastava
d171fbb890
fix: separate out android example into crate (#871) 2022-01-19 16:09:07 +05:30
Luca Casonato
107c11905c
v0.38.0 2022-01-18 19:55:42 +01:00
Divy Srivastava
a29740df6b
Add aarch64-linux-android support (#860) 2022-01-04 21:32:48 +01:00
Bert Belder
fd7f3abf44
v0.37.0 2021-12-14 21:26:29 -08:00
Luca Casonato
034bee69e1
0.36.0 2021-12-03 14:21:45 +01:00
Bert Belder
2122a69c08
v0.35.0 2021-11-17 11:43:19 -08:00
Luca Casonato
6094410c8d
v0.34.0 2021-11-08 11:18:57 +01:00