|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub
rust                                                              version 1.57.0
________________________________________________________________________________
Rust is a multi-paradigm, high-level, general-purpose programming language
designed for performance and safety, especially safe concurrency. Rust is
syntactically similar to C++, but can guarantee memory safety by using a borrow
checker to validate references. Rust achieves memory safety without garbage
collection, and reference counting is optional.
Rust was originally designed by Graydon Hoare at Mozilla Research, with
contributions from Dave Herman, Brendan Eich, and others. The designers refined
the language while writing the Servo experimental browser engine, and the Rust
compiler. [0]
Upstream: https://www.rust-lang.org/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Usage .................................................................. [002]
* History ................................................................ [003]
* References ............................................................. [004]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b rust                                                               |
|                                                                              |
+------------------------------------------------------------------------------+
[002] Usage
________________________________________________________________________________
Refer to the manual pages and command help output.
[003] History
________________________________________________________________________________
2023-12-02 f9edf493 rust: 1.57.0
2023-11-02 dc7b0831 rust: 1.56.1
2023-10-31 ac0bf824 rust: 1.56.0
2023-10-08 39d519f9 rust: Fix cargo SSL errors.
2023-09-10 d5b8cedf rust: 1.55.0
2023-09-03 4f2b275f rust: tweak build
2023-09-03 976b0c3c rust: more tweaks
2023-09-02 91a7ed6a rust: minor changes
2023-08-16 3faa0d05 rust: remove leftover code
2023-08-16 66c018fd rust: support llvm-only systems. closes #304
2023-07-30 145d1560 rust: 1.54.0
2023-07-18 3853980a rust: remove old checksum
2023-07-18 67b6001c rust: update for new env
2023-07-15 8383c960 rust: use VERSION
2023-07-08 40b7b544 rust: depend on openssl
2023-07-06 85e9114e rust: remove more unneeded stuff
2023-07-03 afbd121d rust: remove sed -i
2023-06-30 6169762d rust: 1.53.0
2023-06-30 d3d9c9a3 rust: drop from testing
2023-10-09 a14d883d rust: 1.47.0
2023-09-26 17f7c6d8 rust: fix depends. Closes #224
2023-08-28 2037f953 rust: move to extra
2023-08-26 f7e3b61b rust: 1.45.2
2023-08-26 651c7eb2 rust: drop from testing
2023-08-06 f49aad43 rust: remove unneeded bash script. #212
2023-07-28 b3b76431 rust: 1.45.0
2023-07-21 6449dbea rust: bump to 1.45.0 (testing)
2023-06-20 e285a1e1 rust: bump to 1.44.1
2023-06-05 89f39913 rust: bump to 1.44.0
2023-06-02 da3916cd rust: Fix build with libressl 3.2.X
2023-05-17 22a3500c rust: Update for libressl 3.1.1
2023-05-08 6a480822 rust: bump to 1.43.1
2023-05-06 40ebd70d rust: move from testing
2023-05-06 9b9c39bd rust: bump to 1.43.0
2023-05-03 4fc6ce2b rust: Fix white-space
2023-04-30 b6562496 rust: Revert to previous version until Firefox supports this one.
2023-04-30 062935e7 rust: Move latest to testing
2023-04-26 79a6d7a3 rust: Remove sources
2023-04-24 af3a7340 rust: bump to 1.43.0
2024-03-24 a0d53090 mesa,rust: Bump rel for LLVM/Clang 10
2024-03-12 9b61cd1f rust: bump to 1.42.0
2024-02-27 9c46ea76 rust: bump to 1.41.1
2024-01-31 ebbb23bb rust: bump to 1.41.0
2024-01-31 24a54633 rust: Use xz
2024-01-01 35fd7ff2 firefox, firefox-privacy, rust: move to extra
2023-11-26 c1a443fb rust: bump to 1.39.0
2023-11-07 7b6bcca7 rust: revert to 1.38.0. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1594827
2023-11-07 549ae1d7 rust: bump to 1.39.0
2023-10-25 765ef16a rust: fix build with libressl 3.0.X
2023-10-15 b0f591d1 rust: remove internet connection requirement per build.
2023-10-07 5cf3a4e9 rust: remove rm
2023-09-27 d6646e5b clang,llvm,rust: bump to 9.0.0,9.0.0,1.38.0
2023-09-22 3e59edaf rust: fix checksums
2023-09-21 158f5273 rust: revert llvm changes
2023-09-20 3e9982ea rust: fix build with LLVM 9.0.0
2023-08-24 ad948698 rust: move to extra
2023-08-24 4a4b6a53 rust: bump to 1.37.0
2023-08-24 8eefa55d rust: add 1.37 testing package
2023-08-07 3a997cd4 rust: remove patch listed in sources file
2023-07-30 6ec3c232 rust: uncomment dependencies
2023-07-30 18d41139 rust: enable local rust if it has already been built and installed
2023-07-30 46134fa8 rust: update to 1.36.0

[004] References
________________________________________________________________________________
[0] https://en.wikipedia.org/wiki/Rust_(programming_language)
________________________________________________________________________________
Dylan Araps (C) 2019-2021
The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.