about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
AgeCommit message (Collapse)AuthorFilesLines
2019-09-18cargo-inspect: fix build on DarwinSirio Balmelli1-1/+3
package fails to build with 'ld: framework not found Security' Solve by adding darwin.apple_sdk.frameworks.Security on Darwin. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-15racerd: fix broken build on Darwin (#68861)Sirio Balmelli1-2/+3
* racerd: fix broken build on Darwin Build on Darwin failing with 'ld: framework not found Security' Add buildInput darwin.apple_sdk.frameworks.Security when building on Darwin. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-13rustup: 1.18.3 -> 1.19.0zimbatm2-10/+10
2019-09-06Merge master into staging-nextFrederik Rietdijk1-3/+3
2019-09-06maturin: 0.7.1 -> 0.7.2Daniël de Kok1-3/+3
GitHub release: https://github.com/PyO3/maturin/releases/tag/v0.7.2 This release provides some cross-compilation fixes.
2019-09-02Merge branch 'master' into stagingVladimír Čunát1-0/+29
2019-09-01cargo-watch: enable for darwinIvan Kozik1-3/+5
2019-09-01Merge pull request #67815 from xrelkd/add/cargo-watchMarek Mahut1-0/+27
cargo-watch: init at 7.2.1
2019-08-31Merge staging-next into stagingFrederik Rietdijk2-6/+6
2019-08-31Merge master into staging-nextFrederik Rietdijk1-3/+3
2019-08-31treewide: name -> pname (#67513)volth8-8/+8
2019-08-31Merge pull request #67812 from danieldk/maturin-0.7.1Aaron Andersen1-3/+3
maturin: 0.7.0 -> 0.7.1
2019-08-31Merge remote-tracking branch 'upstream/master' into staging-nextSamuel Leathers1-3/+3
* upstream/master: vimPlugins: update (#67823) mattermost-desktop: 4.2.0 -> 4.2.3 (#67717) lightspark: init at 0.8.1 (#67425) anki: 2.1.11 -> 2.1.14 (#67738) nixos/{namecoind,bitcoind}: removing the altcoin prefix rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31Merge pull request #65856 from jonringer/bump-cbindgenAndreas Rammhold1-3/+3
rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31Merge master into staging-nextFrederik Rietdijk2-9/+9
2019-08-31cargo-watch: init at 7.2.1xrelkd1-0/+27
2019-08-31maturin: 0.7.0 -> 0.7.1Daniël de Kok1-3/+3
Change: - maturin build --interpreter/maturin publish --interpreter builds only a source distribution.
2019-08-31Merge pull request #67786 from danieldk/maturinMaximilian Bosch1-6/+6
maturin: 0.6.1 -> 0.7.0
2019-08-30maturin: 0.6.1 -> 0.7.0Daniël de Kok1-6/+6
pyo3-pack has been renamed to maturin version 0.7.0. Other larger changes are: - Mixed rust/python layout - Added PEP 517 support - Support settings all applicable fields from the python core metadata specification in Cargo.toml
2019-08-29cargo-bloat: 0.8.2 -> 0.8.3xrelkd1-3/+3
2019-08-25Merge branch 'master' into staging-nextVladimír Čunát1-3/+3
There were several more conflicts from name -> pname+version; all auto-solved by kdiff3, hopefully OK. Hydra nixpkgs: ?compare=1538611
2019-08-25rust-bindgen: fixup build with rustc 1.37Vladimír Čunát1-0/+2
Thanks to Symphorien: #67426
2019-08-25cargo-expand: 0.4.14 -> 0.4.15xrelkd1-3/+3
2019-08-22Merge pull request #67151 from xrelkd/update/cargo-makeMaximilian Bosch1-5/+5
cargo-make: 0.22.0 -> 0.22.1
2019-08-22Merge pull request #67152 from xrelkd/update/cargo-expandSarah Brofeldt1-3/+3
cargo-expand: 0.4.13 -> 0.4.14
2019-08-21rls: tie version to rustc'sSymphorien Gibol1-47/+0
2019-08-21cargo-make: 0.22.0 -> 0.22.1xrelkd1-5/+5
2019-08-21cargo-expand: 0.4.13 -> 0.4.14xrelkd1-3/+3
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-08-19Merge pull request #66713 from basvandijk/rustfmt-from-rust-srcBas van Dijk1-34/+0
rustfmt: use the src as defined by the git submodule in rust
2019-08-16rustfmt: use the src as defined by the git submodule in rustBas van Dijk1-34/+0
This commit makes sure rustc and rustfmt are compatible by setting rustfmt's src to the rustfmt git submodule as defined in: https://github.com/rust-lang/rust/tree/1.36.0/src/tools
2019-08-15Merge pull request #66659 from xrelkd/update/cargo-makeMario Rodas1-5/+5
cargo-make: 0.21.0 -> 0.22.0
2019-08-15cargo-make: 0.21.0 -> 0.22.0xrelkd1-5/+5
2019-08-11cargo-expand: 0.4.12 -> 0.4.13xrelkd1-5/+9
2019-08-07cargo-bloat: 0.7.2 -> 0.8.2xrelkd1-3/+3
2019-08-03rust-cbindgen: 0.8.7 -> 0.9.0Jonathan Ringer1-3/+3
2019-07-30racer: add Security framework on darwinJörg Thalheim1-2/+3
2019-07-29rustracerd: 2017-09-15 -> 2019-03-20arcnmx1-5/+8
2019-07-29rustracer: 2.0.14 -> 2.1.22arcnmx3-46/+25
2019-07-28rls: fix darwin buildarcnmx1-0/+8
rls links to internal rustc crates, which introduces an atypical dependency on rustc. A superficial installCheck ensures that the binary is linked properly and able to run on its own.
2019-07-27rls: 1.35.0 -> 1.36.0arcnmx1-3/+3
2019-07-27rust-bindgen: 0.50.0 -> 0.51.0xrelkd1-2/+2
2019-07-24Merge pull request #64245 from turboMaCk/tools-rust/cargo-generateMario Rodas1-0/+30
cargo-generate: init at 0.3.0
2019-07-24cargo-generate: init at 0.3.0Marek Fajkus1-0/+30
2019-07-22rls: 1.34 -> 1.35Symphorien Gibol1-20/+12
2019-07-19cargo-raze: init at 0.2.8Aaron Bull Schaefer1-0/+31
2019-07-18cargo-xbuild: 0.5.14 -> 0.5.15xrelkd1-3/+3
2019-07-16Merge #64742: firefox 67 -> 68, and related updatesVladimír Čunát1-2/+5
2019-07-14rust-cbindgen: 0.8.3 -> 0.8.7taku01-2/+5
2019-07-14cargo-bloat: 0.7.1 -> 0.7.2xrelkd1-4/+4