• Home
  • Raw
  • Download

Lines Matching full:rust

13         /// Represents the version of the Rust language to target.
30 /// Gives the latest stable Rust version
41 /// * The stable/beta versions of Rust are of the form "1.0",
53 "Got an invalid rust target. Accepted values ",
88 /// Rust stable 1.0
90 /// Rust stable 1.17
91 …/// * Static lifetime elision ([RFC 1623](https://github.com/rust-lang/rfcs/blob/master/text/1623…
93 /// Rust stable 1.19
94 …/// * Untagged unions ([RFC 1444](https://github.com/rust-lang/rfcs/blob/master/text/1444-union.m…
96 /// Rust stable 1.20
97 /// * Associated constants ([PR](https://github.com/rust-lang/rust/pull/42809))
99 /// Rust stable 1.21
100 /// * Builtin impls for `Clone` ([PR](https://github.com/rust-lang/rust/pull/43690))
102 /// Rust stable 1.25
103 /// * `repr(align)` ([PR](https://github.com/rust-lang/rust/pull/47006))
105 /// Rust stable 1.26
106 /// * [i128 / u128 support](https://doc.rust-lang.org/std/primitive.i128.html)
108 /// Rust stable 1.27
109 … /// * `must_use` attribute on functions ([PR](https://github.com/rust-lang/rust/pull/48925))
111 /// Rust stable 1.28
112 /// * `repr(transparent)` ([PR](https://github.com/rust-lang/rust/pull/51562))
114 /// Rust stable 1.30
115 … /// * `const fn` support for limited cases ([PR](https://github.com/rust-lang/rust/pull/54835/)
116 /// * [c_void available in core](https://doc.rust-lang.org/core/ffi/enum.c_void.html)
118 /// Rust stable 1.33
119 /// * repr(packed(N)) ([PR](https://github.com/rust-lang/rust/pull/57049))
121 /// Rust stable 1.36
122 …MaybeUninit` instead of `mem::uninitialized()` ([PR](https://github.com/rust-lang/rust/pull/60445))
124 /// Rust stable 1.40
125 …* `non_exhaustive` enums/structs ([Tracking issue](https://github.com/rust-lang/rust/issues/44109))
127 /// Rust stable 1.47
128 /// * `larger_arrays` ([Tracking issue](https://github.com/rust-lang/rust/pull/74060))
130 /// Nightly rust
131 … * `thiscall` calling convention ([Tracking issue](https://github.com/rust-lang/rust/issues/42202))
140 /// Latest stable release of Rust
150 /// Features supported by a rust target