Commit graph

742 commits

Author SHA1 Message Date
Daniël de Kok b54ce41a75 maturin: fix passthru test
Seems like this was affected by vendoring permission normalization,
see #121259.
2021-05-04 08:03:58 +02:00
Jonathan Ringer 2f87975f2d maturin: 0.9.4 -> 0.10.4, fix build 2021-05-03 17:12:08 -07:00
Luke Granger-Brown 163f1b3b6f
Merge pull request #121278 from centromere/rust-cbindgen
rust-cbindgen: Update Cargo hash
2021-05-03 15:13:18 +01:00
Alex Wied f63378f2dc rust-cbindgen: Update Cargo hash 2021-05-03 13:51:43 +00:00
github-actions[bot] b7e3cd0993
Merge staging-next into staging 2021-05-03 06:22:31 +00:00
Otavio Salvador 37bdc088ef cargo-msrv: init at 0.4.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-02 22:02:44 -07:00
github-actions[bot] 0e4580d4d0
Merge staging-next into staging 2021-05-02 18:24:58 +00:00
Sandro c6d2f34e88
Merge pull request #121353 from otavio/topic-add-cargo-rr
cargo-rr: init at 0.1.3
2021-05-02 15:13:46 +02:00
github-actions[bot] 5c9b6baa63
Merge staging-next into staging 2021-05-01 06:21:43 +00:00
Otavio Salvador 388659919a cargo-limit: 0.0.7 -> 0.0.8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-30 23:08:32 -07:00
Otavio Salvador 0c73f4e985 cargo-rr: init at 0.1.3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-30 23:22:46 -03:00
R. RyanTM ca608e32ab cargo-watch: 7.6.1 -> 7.7.2 2021-05-01 01:57:10 +00:00
John Ericson 17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
happysalada 246f329d53 rustup: 1.23.1 -> 1.24.1 2021-04-30 19:59:10 +09:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Astro 3297bbf0de svd2rust: 0.14.0 -> 0.18.0 2021-04-28 02:08:37 +02:00
Raphael Megzari 8e585bbce6
cargo-make: fix darwin build (#120312)
* cargo-make: format with nixpkgs-fmt

* cargo-make: fix darwin build
2021-04-23 17:34:11 +09:00
R. RyanTM 9c72b0769b cargo-make: 0.32.16 -> 0.32.17 2021-04-22 07:13:27 +00:00
oxalica 9bcc52e8d9
rust-analyzer: 2021-04-12 -> 2021-04-19 2021-04-20 21:33:30 +08:00
Maximilian Bosch 599ef79536
Merge pull request #119473 from r-ryantm/auto-update/cargo-crev
cargo-crev: 0.19.1 -> 0.19.2
2021-04-19 22:24:14 +02:00
Dmitry Ivankov 08fc7507ce cargo-raze: 0.2.10 -> 0.12.0 2021-04-15 13:28:21 +02:00
R. RyanTM 71169d9229 cargo-crev: 0.19.1 -> 0.19.2 2021-04-14 22:08:21 +00:00
Ana Hobden fc43a7fa4d probe-run: init at 0.2.1
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-04-13 00:27:44 -07:00
Riey 62b44d8dfa
rust-analyzer: 2021-04-05 -> 2021-04-12 2021-04-13 03:05:22 +09:00
oxalica 501284ea42
rust-analyzer: rename nix file 2021-04-12 01:49:58 +08:00
oxalica 6efb930e18
rust-analyzer: merge version specific fields into generic derivation 2021-04-12 01:49:58 +08:00
oxalica d4e758c5ac
rust-analyzer: 2021-03-22 -> 2021-04-05 2021-04-12 01:04:33 +08:00
R. RyanTM b20d30e606 cargo-deny: 0.9.0 -> 0.9.1 2021-04-10 06:07:26 +00:00
github-actions[bot] 85b57e4446
Merge master into staging-next 2021-04-08 18:14:17 +00:00
Jörg Thalheim 97cdea3f94
Merge pull request #117170 from r-ryantm/auto-update/cargo-deny
cargo-deny: 0.8.9 -> 0.9.0
2021-04-08 15:23:10 +01:00
github-actions[bot] bf6abedefb
Merge master into staging-next 2021-04-08 12:06:16 +00:00
Riey 6bf4e6b230
cargo-feature: init at 0.5.2 2021-04-08 18:32:24 +09:00
github-actions[bot] 44e3fc61fe
Merge master into staging-next 2021-04-05 00:16:38 +00:00
R. RyanTM 9a3bd78535 cargo-make: 0.32.15 -> 0.32.16 2021-04-04 17:05:19 +00:00
github-actions[bot] 74200a7126
Merge master into staging-next 2021-04-03 00:14:57 +00:00
Michael Weiss 0e811d7fba
cargo-c: 0.7.3 -> 0.8.0 2021-04-02 20:47:53 +02:00
github-actions[bot] 78b864aeee
Merge staging-next into staging 2021-04-01 18:15:42 +00:00
R. RyanTM 4bc7546f61 cargo-valgrind: 2.0.0 -> 2.0.1 2021-04-01 06:11:50 +00:00
github-actions[bot] 01b3d1558f
Merge staging-next into staging 2021-03-30 18:15:09 +00:00
github-actions[bot] f555f95ed8
Merge master into staging-next 2021-03-30 18:15:05 +00:00
Maximilian Bosch 181f7deed3
Merge pull request #118031 from r-ryantm/auto-update/cargo-watch
cargo-watch: 7.5.1 -> 7.6.1
2021-03-30 14:21:35 +02:00
github-actions[bot] d466353dd5
Merge staging-next into staging 2021-03-30 12:06:28 +00:00
github-actions[bot] c9e9ff786b
Merge master into staging-next 2021-03-30 12:06:24 +00:00
R. RyanTM 33e6a731e4 cargo-watch: 7.5.1 -> 7.6.1 2021-03-30 09:28:30 +00:00
R. RyanTM 2463044595 cargo-make: 0.32.14 -> 0.32.15 2021-03-30 09:23:13 +00:00
github-actions[bot] 15f796ceaf
Merge staging-next into staging 2021-03-27 12:06:16 +00:00
github-actions[bot] 5021a8bc13
Merge master into staging-next 2021-03-27 12:06:13 +00:00
R. RyanTM 471216639a cargo-udeps: 0.1.19 -> 0.1.20 2021-03-27 07:32:22 +00:00
Jan Tojnar b3c854b60b
Merge branch 'staging-next' into staging 2021-03-26 07:53:44 +01:00
github-actions[bot] b068d2e437
Merge master into staging-next 2021-03-26 00:15:53 +00:00
Raphael Megzari bb756400c0
sqlx-cli: fix darwin build (#117443)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-25 23:39:47 +01:00
github-actions[bot] 4dc869e403
Merge master into staging-next 2021-03-25 12:06:22 +00:00
Daniël de Kok 28781f9097 crate2nix: use sourceRoot, so that src is a proper derivation
Makes it possible to get the top-level source path as `crate2nix.src`
for e.g. using `tools.nix` for IFD.
2021-03-25 08:32:05 +01:00
github-actions[bot] 3fe8f858ef
Merge staging-next into staging 2021-03-23 18:20:04 +00:00
github-actions[bot] ca7fa2ef7b
Merge master into staging-next 2021-03-23 18:20:01 +00:00
oxalica f8d0005177
rust-analyzer: 2021-03-15 -> 2021-03-22 2021-03-23 22:34:00 +08:00
github-actions[bot] 8ef8f6b43c
Merge staging-next into staging 2021-03-23 06:18:05 +00:00
github-actions[bot] 39e3812215
Merge master into staging-next 2021-03-23 06:18:02 +00:00
Otavio Salvador e6bab7c0dc cargo-valgrind: 1.3.0 -> 2.0.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-22 21:51:42 -03:00
Daniël de Kok 611ba48b71
Merge pull request #116954 from danieldk/setuptools-rust-0.12.1
python3Packages.setuptools-rust: 0.11.6 -> 0.12.1
2021-03-22 11:54:00 +01:00
R. RyanTM da87ea60fd cargo-deny: 0.8.9 -> 0.9.0 2021-03-22 05:36:44 +00:00
github-actions[bot] 226884645e
Merge master into staging-next 2021-03-22 00:45:52 +00:00
Sandro 3ff3bd4e48
Merge pull request #115805 from r-ryantm/auto-update/cargo-deny
cargo-deny: 0.8.8 -> 0.8.9
2021-03-22 01:07:25 +01:00
Daniël de Kok cf66c08b84 python3Packages.setuptools-rust: do no mix Python versions in tests
The passthru test used python3Packages, mixing different Python
version when testing on a Python version different that the python3
alias.
2021-03-20 08:50:28 +01:00
Daniël de Kok 313177129b python3Packages.setuptools-rust: fix passthru test
The build wanted to create a Cargo.lock in the top-level source
directory (presumably because it is also a Cargo project), since we
were crating the lock file in sourceRoot (which was set to the example
project). This failed because the sources are read-only. Change the
test to create the lock file in the top-level crate directory, which
is Cargo's default behavior.
2021-03-20 08:38:28 +01:00
github-actions[bot] 8c03075f07
Merge staging-next into staging 2021-03-19 00:41:08 +00:00
github-actions[bot] d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
Sandro 1c7f116d1d
Merge pull request #116537 from onsails/fix/rust-analyzer 2021-03-18 20:55:58 +01:00
Jan Tojnar 2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Maximilian Bosch 4419aeaa9c
Merge pull request #116680 from r-ryantm/auto-update/cargo-fuzz
cargo-fuzz: 0.8.0 -> 0.10.0
2021-03-18 17:49:39 +01:00
Andrey Kuznetsov 18ff588551
rust-analyzer: fix build on darwin 2021-03-18 18:55:36 +04:00
Jan Tojnar 0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
R. RyanTM f13107994b cargo-fuzz: 0.8.0 -> 0.10.0 2021-03-17 22:31:08 +00:00
R. RyanTM 15835b1b8b cargo-expand: 1.0.5 -> 1.0.6 2021-03-17 09:44:13 +00:00
Martin Weinelt cb9f947bf9
Merge pull request #116448 from r-ryantm/auto-update/rust-cbindgen
rust-cbindgen: 0.17.0 -> 0.18.0
2021-03-16 20:13:26 +01:00
github-actions[bot] d18aaddde4
Merge master into staging-next 2021-03-16 00:39:08 +00:00
Bernardo Meurer a765beccb5
Merge pull request #116452 from bkchr/rust-analyzer-15-03-2021
rust-analyzer: 2021-03-01 -> 2021-03-15
2021-03-15 19:12:40 +00:00
R. RyanTM a0da094745 cargo-udeps: 0.1.18 -> 0.1.19 2021-03-15 15:02:37 -04:00
Bastian Köcher a88aa04c28
rust-analyzer: 2021-03-01 -> 2021-03-15 2021-03-15 19:18:11 +01:00
github-actions[bot] 4915d2cb4c
Merge master into staging-next 2021-03-15 18:16:46 +00:00
R. RyanTM 03ffb4aaf6 rust-cbindgen: 0.17.0 -> 0.18.0 2021-03-15 18:00:31 +00:00
R. RyanTM f19c6949b9 cargo-watch: 7.5.0 -> 7.5.1 2021-03-15 12:50:00 -04:00
Martin Weinelt 0241873f7f
Merge branch 'master' into staging-next 2021-03-14 17:35:32 +01:00
Martin Weinelt 16f108467b rust-cbindgen: 0.15.0 -> 0.17.0
https://github.com/eqrion/cbindgen/releases/tag/v0.16.0
https://github.com/eqrion/cbindgen/releases/tag/v0.17.0
2021-03-14 16:21:07 +01:00
Ryan Mulligan 2a04019f3f
Merge pull request #115897 from r-ryantm/auto-update/cargo-criterion
cargo-criterion: 1.0.0 -> 1.0.1
2021-03-14 07:48:39 -07:00
R. RyanTM f711d82a1d cargo-criterion: 1.0.0 -> 1.0.1 2021-03-11 06:37:18 +00:00
github-actions[bot] 0a8ec23e51
Merge master into staging-next 2021-03-11 00:39:21 +00:00
R. RyanTM 2207d86e25 cargo-make: 0.32.12 -> 0.32.14 2021-03-10 18:39:59 +00:00
R. RyanTM 619a191889 cargo-deny: 0.8.8 -> 0.8.9 2021-03-10 18:28:45 +00:00
github-actions[bot] 90a20b5f9b
Merge master into staging-next 2021-03-10 06:17:36 +00:00
R. RyanTM abf7ed76bc rust-bindgen: 0.55.1 -> 0.57.0 2021-03-09 13:28:21 +00:00
Jan Tojnar 3f2e5044ce
Merge branch 'staging-next' into staging 2021-03-05 20:39:38 +01:00
Maximilian Bosch f7d002dd38
Merge pull request #114629 from r-ryantm/auto-update/cargo-crev
cargo-crev: 0.19.0 -> 0.19.1
2021-03-05 16:11:54 +01:00
Jan Tojnar 6d1958ad2d
Merge branch 'staging-next' into staging 2021-03-04 22:16:45 +01:00
Robert Hensing 89aa0173ca
Merge pull request #115075 from siraben/stdenv-cleanup
treewide: remove stdenv where not needed
2021-03-04 15:51:04 +01:00
Ben Siraphob 98f26993f2 treewide: remove stdenv where not needed 2021-03-04 19:54:50 +07:00
Sandro 4a0026b930
Merge pull request #115030 from otavio/feature-cargo-cross
cargo-cross: init at 0.2.1
2021-03-04 02:28:06 +01:00
Otavio Salvador dd5d726be3 cargo-cross: init at 0.2.1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-03 22:12:16 -03:00
Otavio Salvador d378d727e7 cargo-limit: 0.0.6 -> 0.0.7
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-03 21:39:18 -03:00
R. RyanTM e1f38da2c7 cargo-expand: 1.0.4 -> 1.0.5 2021-03-02 20:00:40 +00:00