Commit Graph

168 Commits

Author SHA1 Message Date
Honnip
4fe52693f4
deno: 1.44.2 -> 1.44.3 2024-06-19 17:32:21 +09:00
Pol Dellaiera
118fc4a41f
Merge pull request #319970 from honnip/update-deno
deno: 1.43.6 -> 1.44.2
2024-06-17 21:51:50 +02:00
Honnip
f2e2f92866
deno: 1.43.6 -> 1.44.2 2024-06-15 13:11:48 +09:00
Peder Bergebakken Sundt
4bf63184e2
Merge pull request #308949 from amarshall/librusty_v8-source-provenance
treewide: mark packages using librusty_v8 as binaryNativeCode
2024-06-12 12:46:47 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
751d091040 deno: 1.43.5 -> 1.43.6 2024-05-24 04:08:50 +00:00
R. Ryantm
431ae11b25 deno: 1.43.1 -> 1.43.5 2024-05-19 02:41:54 +00:00
Andrew Marshall
5e9508802d treewide: mark librusty_v8 as binaryNativeCode
As it is.
2024-05-11 09:28:13 -04:00
R. Ryantm
48e7553441 deno: 1.42.4 -> 1.43.1 2024-05-05 08:45:05 +00:00
R. Ryantm
b2eca02a0a deno: 1.42.3 -> 1.42.4 2024-04-16 17:53:27 +00:00
06kellyjac
54b29dac32 deno: 1.41.3 -> 1.42.3
librusty_v8 is distributed as .a.gz now
2024-04-12 14:47:59 +01:00
R. Ryantm
351e470e61 deno: 1.41.2 -> 1.41.3 2024-03-16 03:32:59 +00:00
Daniel Flanagan
0ebce1ce11 deno: update to 1.41.2 2024-03-09 20:51:28 -06:00
R. Ryantm
c99f6ad6de deno: 1.40.5 -> 1.41.1 2024-03-03 04:01:59 +00:00
R. Ryantm
0958f60289 deno: 1.40.2 -> 1.40.5 2024-02-17 15:26:32 +00:00
NixOS
902d74314f deno : 1.39.2 -> 1.40.2 2024-01-28 17:40:23 +01:00
R. Ryantm
dc8a34cf0f deno: 1.39.1 -> 1.39.2 2024-01-11 20:05:18 -06:00
winston
25f831dea6
deno: 1.39.0 -> 1.39.1 2023-12-21 19:29:34 +01:00
06kellyjac
5206e2075b deno: fix darwin build
Provide missing framework
Fix substitution to avoid using lld
2023-12-19 23:21:56 +00:00
R. Ryantm
c2cf349ec4 deno: 1.38.5 -> 1.39.0 2023-12-14 09:39:06 +00:00
Lena
7790bd3d30 deno: 1.38.4 -> 1.38.5 2023-12-08 10:48:47 +01:00
Lena
330c1bdbbd
deno: 1.38.2 -> 1.38.4 2023-12-01 00:34:06 +01:00
Emily Trau
a350ac03bc
Merge pull request #267196 from emilytrau/deno-clang-fix
deno: fix `-Wno-unknown-warning-option` error with clang
2023-11-18 21:57:36 +11:00
R. Ryantm
008d33c70f deno: 1.38.0 -> 1.38.2 2023-11-18 08:12:48 +00:00
Emily Trau
58046c39a5 deno: fix -Wno-unknown-warning-option error with clang 2023-11-18 05:55:44 +01:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
winston
17ba61f386
deno: 1.37.2 -> 1.38.0 2023-11-07 11:28:26 +01:00
R. Ryantm
d65625b616 deno: 1.37.1 -> 1.37.2 2023-10-25 10:54:05 +00:00
06kellyjac
e187c41b28 deno: 1.36.0 -> 1.37.1
Also fix update script so it can find the v8 crate dependency version
Add cmake for building libz-sys (can't link to existing zlib-ng yet)
Add protoc for internal deno libs
2023-09-28 11:48:57 +01:00
Jörg Thalheim
4ed27ad63b deno: set mainProgram 2023-09-20 07:17:10 +02:00
Ryan Cao
7deb15252c deno: 1.35.2 -> 1.36.0 2023-08-05 09:45:59 +08:00
meppu
5689d776c3
deno: 1.35.1 -> 1.35.2 2023-07-20 18:36:35 +03:00
Austin Seipp
a0892e0858 deno: 1.35.0 -> 1.35.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-14 20:14:37 -05:00
meppu
19453b99d4
deno: 1.34.2 -> 1.35.0 2023-07-05 14:33:56 +03:00
R. Ryantm
8a3eaaa118 deno: 1.34.1 -> 1.34.2 2023-06-13 16:05:52 +00:00
R. Ryantm
3f1aece3b5 deno: 1.34.0 -> 1.34.1 2023-06-02 14:13:35 +00:00
06kellyjac
bf12e00bac deno: 1.33.3 -> 1.34.0
Dropped TCC since it's not been used since 1.25.2
Provide lld for aarch64-darwin
2023-05-26 10:36:13 +01:00
06kellyjac
f6e4dcb061 deno: 1.33.2 -> 1.33.3 2023-05-15 14:23:49 +01:00
R. Ryantm
51c106faf8 deno: 1.33.1 -> 1.33.2 2023-05-06 07:08:09 +00:00
R. Ryantm
78a74cb83d deno: 1.32.5 -> 1.33.1 2023-04-29 16:40:53 +00:00
06kellyjac
1db8313b4f deno: 1.32.4 -> 1.32.5 2023-04-19 08:29:38 +01:00
06kellyjac
19ee9ae59d deno: 1.32.3 -> 1.32.4 2023-04-14 15:13:42 +01:00
06kellyjac
7d54a86a36 deno: 1.31.1 -> 1.32.3
Don't inherit from package sets in all-packages #204303
Fix update script to use new hash cargoHash attrs
2023-04-13 09:44:52 +01:00
06kellyjac
531c554627 deno: fix CVE-2023-28446 2023-04-06 15:23:20 +01:00
R. Ryantm
32422ca13d deno: 1.30.3 -> 1.31.1 2023-02-26 04:36:41 +00:00
R. Ryantm
e992053340 deno: 1.30.2 -> 1.30.3 2023-02-07 07:57:05 +00:00
R. Ryantm
c47337a5eb deno: 1.30.0 -> 1.30.2 2023-02-03 20:35:08 +00:00
R. Ryantm
bc3526fd9f deno: 1.29.4 -> 1.30.0 2023-01-27 20:59:26 +00:00
06kellyjac
159f042d38 deno: add some simple tests 2023-01-17 13:09:19 +00:00
06kellyjac
27bcfe5f6e deno: 1.29.3 -> 1.29.4 2023-01-17 11:34:02 +00:00