13 Commits

Author SHA1 Message Date
semarie
a8a8bd2850 update lang/rust to 1.5.0
ok landry@
2015-12-10 17:53:57 +00:00
semarie
26167df76a update lang/rust to 1.4.0
tested by mmc@ and bmercer@
2015-11-02 12:44:24 +00:00
semarie
fcc46726b9 update lang/rust to 1.3.0
ok landry@
2015-09-22 08:11:24 +00:00
semarie
e0f924287f update rust to 1.2.0
ok jca@
2015-08-28 06:51:07 +00:00
semarie
8d6e2a8e26 Update to rust-1.1.0
OK landry@
2015-06-27 15:37:32 +00:00
ajacoutot
302d84c7e8 Bump LIBESTDC_VERSION after default gcc4 switched to 4.9.
That thing should be reworked somehow...
2015-05-28 10:29:44 +00:00
pascal
f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00
espie
912e2fccdd fix bulk build, make sure we don't grab execinfo.h by mistake 2015-05-24 19:36:59 +00:00
bmercer
ba8852efda Update to rust-1.0.0, from Sébastien Marie. Tested by myself, sthen, and afresh, OK sthen@ 2015-05-19 23:42:38 +00:00
landry
073b1a542b Update to rust-1.0.0beta2, from maintainer Sébastien Marie
Ensure we link against the correct libestdc++ version.
Remove a patch merged upstream.
2015-04-18 12:19:09 +00:00
naddy
aa43014a67 don't require unused curl or wget; from maintainer Sebastien Marie 2015-04-10 18:13:06 +00:00
sthen
a1e8134b34 s/ONLY_FOR_ARCHS-main/ONLY_FOR_ARCHS/, -docs doesn't build on !amd64 either 2015-04-08 13:02:57 +00:00
landry
65b08f4a62 Import rust 1.0.0beta, all the hard work from Sébastien Marie (thanks!)
Rust is a systems programming language that runs blazingly fast, prevents
almost all crashes, and eliminates data races.

Featuring:
- zero-cost abstractions
- move semantics
- guaranteed memory safety
- threads without data races
- trait-based generics
- pattern matching
- type inference
- minimal runtime
- efficient C bindings

some packaging tweaks by me, ok/testing bcallah@ jca@
2015-04-06 16:01:05 +00:00