Commit graph

157 commits

Author SHA1 Message Date
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
06kellyjac 53a40eeab1 deno: 1.29.2 -> 1.29.3 2023-01-16 09:44:33 +00:00
R. Ryantm 06f085e2ba deno: 1.29.1 -> 1.29.2 2023-01-07 09:45:02 +00:00
R. Ryantm f1806aa787 deno: 1.28.3 -> 1.29.1 2022-12-15 21:52:29 +00:00
06kellyjac 554648019b deno: 1.28.2 -> 1.28.3 2022-12-01 13:40:06 +00:00
06kellyjac d3c7bb65d0 deno: 1.28.1 -> 1.28.2 2022-11-25 09:50:10 +00:00
R. Ryantm 322928278a deno: 1.28.0 -> 1.28.1 2022-11-18 00:22:33 +00:00
R. Ryantm 3024d77c82 deno: 1.27.2 -> 1.28.0 2022-11-14 10:28:58 +00:00
R. Ryantm 0e6cc2bc1d deno: 1.27.1 -> 1.27.2 2022-11-09 12:05:35 +00:00
R. Ryantm ab076b413f deno: 1.27.0 -> 1.27.1 2022-11-04 04:42:37 +00:00
R. Ryantm a5811dc2f1 deno: 1.26.2 -> 1.27.0 2022-10-28 08:02:42 +00:00
R. Ryantm ab411f16f1 deno: 1.26.1 -> 1.26.2 2022-10-20 08:46:47 +08:00