Commit Graph

4363 Commits

Author SHA1 Message Date
K900
3f7da3dfa9 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-01 08:44:24 +03:00
Peder Bergebakken Sundt
597d2aa8b1 dioxus-cli: 0.5.6 -> 0.5.7 (#344754) 2024-10-01 02:22:14 +02:00
seth
e4efc38613 cargo-tauri: migrate to by-name 2024-09-30 20:13:10 -04:00
nartsisss
7b8ecbbcb1 cargo-info: 0.7.6 -> 0.7.7 2024-09-30 21:58:22 +03:00
R. Ryantm
094664f121 cargo-zigbuild: 0.19.2 -> 0.19.3 2024-09-29 07:38:19 +00:00
Fabián Heredia Montiel
2a115bbd1e Merge remote-tracking branch 'origin/master' into staging-next 2024-09-26 18:03:59 -06:00
Cathal Mullan
0a221ab2de dioxus-cli: 0.5.6 -> 0.5.7 2024-09-27 00:00:41 +01:00
R. Ryantm
c1f8a32d44 cargo-machete: 0.6.2 -> 0.7.0 2024-09-26 12:25:54 +00:00
Congee
db9b9f9a49 ra-multiplex: fix typo on wrapProgram --suffix PATH 2024-09-25 14:47:40 -04:00
K900
a9128ce2f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-25 21:07:19 +03:00
Congee
8f92904d89 ra-multiplex: 0.2.2 -> 0.2.5 2024-09-25 11:41:17 -04:00
wxt
d53f42a522 cargo2junit: nixfmt; move to by-name 2024-09-25 10:43:16 +02:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
bcd5388d39 Merge master into staging-next 2024-09-24 12:05:12 +00:00
Yt
2232cae406 postgresqlPackages.pgvecto-rs: 0.2.1 -> 0.3.0 (#321617) 2024-09-24 05:56:28 -04:00
github-actions[bot]
ffeea32b7f Merge master into staging-next 2024-09-24 00:14:15 +00:00
Nick Cao
f71664839f cargo-chef: 0.1.67 -> 0.1.68 (#343958) 2024-09-23 14:42:34 -04:00
github-actions[bot]
9a6f63ebed Merge master into staging-next 2024-09-23 18:04:34 +00:00
R. Ryantm
b4162d9176 cargo-chef: 0.1.67 -> 0.1.68 2024-09-23 13:11:08 +00:00
R. Ryantm
02b5f869e2 cargo-show-asm: 0.2.38 -> 0.2.39 2024-09-23 07:59:45 +00:00
github-actions[bot]
9a442c4aa9 Merge master into staging-next 2024-09-23 06:04:59 +00:00
R. Ryantm
c2393231eb cargo-temp: 0.2.21 -> 0.2.22 2024-09-23 00:33:47 +00:00
github-actions[bot]
754402a237 Merge staging-next into staging 2024-09-21 00:13:41 +00:00
R. Ryantm
fe06432224 cargo-public-api: 0.37.0 -> 0.38.0 2024-09-20 13:34:56 +00:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
R. Ryantm
5cbb166ecf cargo-zigbuild: 0.19.1 -> 0.19.2 2024-09-19 01:25:39 +00:00
github-actions[bot]
71d46fbcdf Merge staging-next into staging 2024-09-18 18:04:48 +00:00
Matthias Beyer
798266237d cargo-binstall: 1.10.4 -> 1.10.5 (#342737) 2024-09-18 14:29:20 +02:00
Matthias Beyer
9fab8f4433 cargo-edit: 0.12.2 -> 0.13.0 (#342587) 2024-09-18 14:28:28 +02:00
R. Ryantm
da0bdd3ea2 cargo-binstall: 1.10.4 -> 1.10.5 2024-09-18 06:58:04 +00:00
github-actions[bot]
b638e02a58 Merge staging-next into staging 2024-09-18 00:13:59 +00:00
Fabián Heredia Montiel
074978a7c7 cargo-lambda: 1.3.0 -> 1.4.0 (#342505) 2024-09-17 16:56:52 -06:00
amesgen
30bae272ac cargo-edit: 0.12.2 -> 0.13.0 2024-09-17 19:27:46 +02:00
Matthew Brown
ecd5746037 cargo-lambda: 1.3.0 -> 1.4.0 2024-09-17 11:20:57 +01:00
R. Ryantm
c58c2843ae cargo-mobile2: 0.17.0 -> 0.17.2 2024-09-17 10:14:34 +00:00
github-actions[bot]
1eb2a0e2d5 Merge staging-next into staging 2024-09-16 18:04:57 +00:00
R. Ryantm
3d75de3f25 cargo-nextest: 0.9.77 -> 0.9.78 2024-09-16 08:19:28 +00:00
github-actions[bot]
84a5c54b60 Merge staging-next into staging 2024-09-15 12:05:26 +00:00
R. Ryantm
c804a3f931 cargo-dist: 0.22.0 -> 0.22.1 2024-09-15 07:13:30 +00:00
K900
4e803e9656 Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-12 07:00:07 +03:00
Nick Cao
09937ea323 cargo-component: 0.15.0 -> 0.16.0 (#339943) 2024-09-11 12:55:07 -04:00
Emily
bf5f0b6e70 rust: support structuredAttrs in setup hooks (#340862) 2024-09-10 20:52:10 +01:00
Wolfgang Walther
b965ede963 rust-analyzer: use env. to pass CFG_RELEASE environment variable
This is required to test rust-analyzer with structuredAttrs turned on
once the cargo setup hooks support it.
2024-09-09 22:12:54 +02:00
github-actions[bot]
a90b3d5ddb Merge master into staging-next 2024-09-09 18:05:44 +00:00
Weijia Wang
d842f87e1c typeshare: 1.9.2 -> 1.11.0 (#339401) 2024-09-09 19:57:43 +02:00
Weijia Wang
1a40f271d7 sqlx-cli: 0.8.0 -> 0.8.2 (#340333) 2024-09-09 18:03:32 +02:00
github-actions[bot]
3eeaa2e678 Merge master into staging-next 2024-09-08 12:04:49 +00:00
Matthias Beyer
99551fccf8 cargo-insta: 1.39-unstable-2024-08-22 -> 1.40 (#340290) 2024-09-08 09:57:11 +02:00
github-actions[bot]
5a5ebe5a1c Merge master into staging-next 2024-09-07 18:04:01 +00:00