Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
rust-users
Conversations
About
rust-users
1–30 of 37
Mark all as read
Report group
0 selected
Adam Perry
Oct 3
fuchsia_zircon -> zx
I'm renaming the fuchsia_zircon crate to zx. This crate was already commonly aliased to zx in
unread,
fuchsia_zircon -> zx
I'm renaming the fuchsia_zircon crate to zx. This crate was already commonly aliased to zx in
Oct 3
Adam Perry
Aug 22
Type-safe timestamps
TLDR: Use zx::MonotonicTime::get() instead of zx::Time::get_monotonic(). Use from_nanos()/into_nanos(
unread,
Type-safe timestamps
TLDR: Use zx::MonotonicTime::get() instead of zx::Time::get_monotonic(). Use from_nanos()/into_nanos(
Aug 22
Adam Perry
, …
Tyler Mandry
5
Jan 10
PSA: parking_lot -> fuchsia-sync
Ah that's a good point about the size difference, I forgot that std wraps the inner mutex impl
unread,
PSA: parking_lot -> fuchsia-sync
Ah that's a good point about the size difference, I forgot that std wraps the inner mutex impl
Jan 10
Mitchell Kember
4/25/23
PSA: FIDL Rust tables now implement Default
You can stop reading if you don't use the FIDL Rust bindings. As of fxr/844716, FIDL tables
unread,
PSA: FIDL Rust tables now implement Default
You can stop reading if you don't use the FIDL Rust bindings. As of fxr/844716, FIDL tables
4/25/23
Alex Konradi
,
Tyler Mandry
2
3/10/23
Proposal: allow unstable feature async_fn_in_trait in-tree
This proposal has been met with no objections and is now approved. 🎉🦀🎉 On Wed, Mar 1, 2023 at 11:15
unread,
Proposal: allow unstable feature async_fn_in_trait in-tree
This proposal has been met with no objections and is now approved. 🎉🦀🎉 On Wed, Mar 1, 2023 at 11:15
3/10/23
Mitchell Kember
,
Wez
3
2/15/23
PSA: FIDL one way interactions will hide PEER_CLOSED
Good point, I missed that. Yes, HLCPP sync bindings still expose PEER_CLOSED errors. We can fix it
unread,
PSA: FIDL one way interactions will hide PEER_CLOSED
Good point, I missed that. Yes, HLCPP sync bindings still expose PEER_CLOSED errors. We can fix it
2/15/23
Adam Perry
,
Filip Filmar
4
12/22/22
Some kernel object creation APIs are becoming infallible
The bulk of the fuchsia_zircon changes landed last night and seem to have stuck, I'll be cleaning
unread,
Some kernel object creation APIs are becoming infallible
The bulk of the fuchsia_zircon changes landed last night and seem to have stuck, I'll be cleaning
12/22/22
Adam Perry
4
11/29/22
Clippy lints will be checked by fx build and will block CLs
This relanded last night and seems to have stuck! *Now* is probably a good time to check your lint
unread,
Clippy lints will be checked by fx build and will block CLs
This relanded last night and seems to have stuck! *Now* is probably a good time to check your lint
11/29/22
Joshua Liebow-Feeser
2
9/8/22
Proposal: Enable stdsimd feature, but don't block toolchain rolls
Hi folks, Got a lot of good comments on the doc! Based on those comments, I'm convinced that I
unread,
Proposal: Enable stdsimd feature, but don't block toolchain rolls
Hi folks, Got a lot of good comments on the doc! Based on those comments, I'm convinced that I
9/8/22
Mitchell Kember
7/28/22
PSA: FIDL Rust targets are being renamed from “-rustc” to “_rust”
To make Rust consistent with other FIDL bindings (fxbug.dev/102954), I'm changing the GN target
unread,
PSA: FIDL Rust targets are being renamed from “-rustc” to “_rust”
To make Rust consistent with other FIDL bindings (fxbug.dev/102954), I'm changing the GN target
7/28/22
Adam Perry
,
Adam Lesinski
2
4/1/22
PSA: #[fuchsia::component] is now #[fuchsia::main]
The new name makes a lot of sense, thanks for making this change! On Fri, Apr 1, 2022 at 9:32 AM
unread,
PSA: #[fuchsia::component] is now #[fuchsia::main]
The new name makes a lot of sense, thanks for making this change! On Fri, Apr 1, 2022 at 9:32 AM
4/1/22
Zachary Stewart
1/21/22
PSA: Changing case of FIDL Rust bits members
If you don't write Rust code using FIDL bindings, you can stop reading. TL;DR Rust FIDL bindings
unread,
PSA: Changing case of FIDL Rust bits members
If you don't write Rust code using FIDL bindings, you can stop reading. TL;DR Rust FIDL bindings
1/21/22
Tyler Mandry
9/7/21
PSA: rustfmt is moving
If you don't write Rust you can stop reading now. tl;dr: Previously our editor configuration docs
unread,
PSA: rustfmt is moving
If you don't write Rust you can stop reading now. tl;dr: Previously our editor configuration docs
9/7/21
Adam Lesinski
, …
Mitchell Kember
8
8/16/21
[components][rust] fuchsia_component method rename
The last update was about renaming "service" to "protocol" in the FIDL Rust
unread,
[components][rust] fuchsia_component method rename
The last update was about renaming "service" to "protocol" in the FIDL Rust
8/16/21
Adam Perry
,
Mukesh Agrawal
3
5/14/21
PSA: Splitting up fuchsia_async::Executor
You're welcome! As it turns out, there was only one place in the repo where these APIs were in
unread,
PSA: Splitting up fuchsia_async::Executor
You're welcome! As it turns out, there was only one place in the repo where these APIs were in
5/14/21
Seth Ladd
, …
Fuchsia Admin
4
11/23/20
FYI: moving this list to fuchsia.dev on Nov 23, what you need to know/do
Hi all, We are disabling new posts to this list, to begin the content/archive migration. Please stay
unread,
FYI: moving this list to fuchsia.dev on Nov 23, what you need to know/do
Hi all, We are disabling new posts to this list, to begin the content/archive migration. Please stay
11/23/20
Nick Lewycky
, …
Liam Appelbe
9
10/7/20
cfg! target_env for fuchsia?
I can give some more context from the Dart side. We're only using rust to build Wasmer, which we
unread,
cfg! target_env for fuchsia?
I can give some more context from the Dart side. We're only using rust to build Wasmer, which we
10/7/20
Aaron Green
, …
Tyler Mandry
5
1/14/20
Request for unstable feature: -Zsanitizer
Just registering my agreement with the above. We use `-Z` options in a number of places already. Of
unread,
Request for unstable feature: -Zsanitizer
Just registering my agreement with the above. We use `-Z` options in a number of places already. Of
1/14/20
Taylor Cramer
,
James Tucker
2
7/11/18
async/await
+1 On Tue, Jul 10, 2018, 5:55 PM 'Taylor Cramer' via rust-fuchsia <rust-fuchsia@fuchsia.
unread,
async/await
+1 On Tue, Jul 10, 2018, 5:55 PM 'Taylor Cramer' via rust-fuchsia <rust-fuchsia@fuchsia.
7/11/18
Taylor Cramer
4
7/9/18
Rust 2018 Unstable Feature Proposal
The proposal has been accepted. The contents of the doc have been moved into the Rust-on-Fuchsia
unread,
Rust 2018 Unstable Feature Proposal
The proposal has been accepted. The contents of the doc have been moved into the Rust-on-Fuchsia
7/9/18
Taylor Cramer
5/16/18
Fwd: [rust-users] Reviewer for a sandboxfs rewrite in Rust
FYI ---------- Forwarded message --------- From: Cliff L. Biffle <cbi...@x.team> Date: Wed,
unread,
Fwd: [rust-users] Reviewer for a sandboxfs rewrite in Rust
FYI ---------- Forwarded message --------- From: Cliff L. Biffle <cbi...@x.team> Date: Wed,
5/16/18
Andrew Walbran
, …
Tim Kilbourn
7
11/8/17
Trying to get build_target.py working for libraries with build scripts
On 8 November 2017 at 19:56, Tim Kilbourn <tkil...@google.com> wrote: No, that would not work
unread,
Trying to get build_target.py working for libraries with build scripts
On 8 November 2017 at 19:56, Tim Kilbourn <tkil...@google.com> wrote: No, that would not work
11/8/17
George Kulakowski
, …
James Tucker
8
10/4/17
the zx_handle_t type
https://github.com/rust-lang/rust/pull/45030 On Wed, Oct 4, 2017 at 1:12 PM, George Kulakowski <
unread,
the zx_handle_t type
https://github.com/rust-lang/rust/pull/45030 On Wed, Oct 4, 2017 at 1:12 PM, George Kulakowski <
10/4/17
Andrew Walbran
,
P.Y. Laligand
2
9/25/17
Can't build Rust code on Fuchsia
I just sent some instructions to get you unblocked. We'll update the prebuilt toolchain soon. On
unread,
Can't build Rust code on Fuchsia
I just sent some instructions to get you unblocked. We'll update the prebuilt toolchain soon. On
9/25/17
acri...@mozilla.com
, …
James Tucker
4
9/5/17
Build system links
The first thing that comes to mind, though it could be orthogonal, was a recent experience with one
unread,
Build system links
The first thing that comes to mind, though it could be orthogonal, was a recent experience with one
9/5/17
Rob Tsuk
8/25/17
Fargo reviews
I'm not going to regularly add reviewers to my fargo CLs, as I'm not sure the benefit is
unread,
Fargo reviews
I'm not going to regularly add reviewers to my fargo CLs, as I'm not sure the benefit is
8/25/17
George Kulakowski
,
Rob Tsuk
3
8/19/17
request to bump the version of a magenta-rs dependency
Thank you! On Fri, Aug 18, 2017 at 21:08 'Rob Tsuk' via rust-fuchsia <rust-fuchsia@fuchsia
unread,
request to bump the version of a magenta-rs dependency
Thank you! On Fri, Aug 18, 2017 at 21:08 'Rob Tsuk' via rust-fuchsia <rust-fuchsia@fuchsia
8/19/17
Rob Tsuk
8/15/17
Vulkano first steps
I've managed to get Vulkano running on Fuchsia. Winit was a bit of a slog but Vulkano was
unread,
Vulkano first steps
I've managed to get Vulkano running on Fuchsia. Winit was a bit of a slog but Vulkano was
8/15/17
Rob Tsuk
8/11/17
Split up the rust gn package file
I split the rust gn package into magenta_rust, xi and rust_ledger_example. I did this mainly so that
unread,
Split up the rust gn package file
I split the rust gn package into magenta_rust, xi and rust_ledger_example. I did this mainly so that
8/11/17
Raph Levien
, …
Alex Crichton
3
8/3/17
Progress on async fidl
FWIW we're highly likely to remove `.boxed()` and `BoxFuture` from futures 0.2, I think they'
unread,
Progress on async fidl
FWIW we're highly likely to remove `.boxed()` and `BoxFuture` from futures 0.2, I think they'
8/3/17