Package Details: rust-git 4:1.82.0.r1.59a74db3-2

Git Clone URL: https://aur.archlinux.org/rust-git.git (read-only, click to copy)
Package Base: rust-git
Description: Systems programming language focused on safety, speed and concurrency
Upstream URL: https://www.rust-lang.org/
Keywords: cargo rust
Licenses: Apache-2.0 OR MIT
Conflicts: cargo, rust, rust-docs, rustfmt
Provides: cargo, rust, rustfmt
Submitter: mrshpot
Maintainer: bingbong
Last Packager: bingbong
Votes: 28
Popularity: 0.33
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2024-08-23 12:50 (UTC)

Required by (4449)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 14 Next › Last »

ishitatsuyuki commented on 2017-07-18 04:06 (UTC)

@SolarAquarion: no. It effectively prevents anyone from upgrading the package automatically.

SolarAquarion commented on 2017-07-18 03:26 (UTC)

Can you please remove the epoch? @ishitatsuyuki

ishitatsuyuki commented on 2017-05-20 05:24 (UTC)

@spider-mario, would you mind transferring this package to me? Currently the PKGBUILD of mine and you diverges quite much, and I'd like to bring my own improvements to more AUR users.

ishitatsuyuki commented on 2017-04-22 14:49 (UTC)

LLVM 4.0 is now in main repository, I have confirmed that Rust works with that. Sorry for advertising here, but I have also added clippy packages to [rust-git].

ishitatsuyuki commented on 2017-04-19 11:45 (UTC)

LLVM 4.0 is in [testing]. DO NOT UPGRADE.

ishitatsuyuki commented on 2017-04-17 07:40 (UTC)

Checkout my unsigned repository for packages built with my own, diverged PKGBUILD: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#rust-git This is updated on a best effort basis. Normally I rebuild every week, but sometimes I could be busy. Feel free to mail me to request an update. You're welcome to use this for reference: https://gist.github.com/ishitatsuyuki/956152c9ee2562e949f55c0181a0c5ee

ishitatsuyuki commented on 2017-03-31 02:53 (UTC)

I have upgraded my PKGBUILD. No more build twice problems, and it now splits things by dist packages. https://gist.github.com/ishitatsuyuki/956152c9ee2562e949f55c0181a0c5ee

ishitatsuyuki commented on 2017-03-20 01:31 (UTC)

It's stored in a folder with the name of host triple, which can't be easily determined by the script. Moving them out is very tricky, and that's why I'm trying to avoid it.

spider-mario commented on 2017-03-19 16:46 (UTC)

How easy would you say it is to split it? If it’s significantly easier to build just one package, 4MB doesn’t seem a very big price to pay.

ishitatsuyuki commented on 2017-03-13 04:06 (UTC)

Please cast an opinion on adding analysis as a separate package or not. I have already managed to build one with the analysis data (available with the latest package on my server). They're about 4M in package size. Should I split them? It's necessary for RLS, but their characteristics are like debug symbols.