- Planning to get Rust 2019 survey up and going
- Consider adding questions or other information to this hackmd
- Looking for a new lead
- Blog post policies to be merged into forge
- Encouraging the use of forge for documenting "team policies and procedures"
- Announced LLVM ICE-breakers
- This involved adding new infrastructure to support "pinging" teams
- e.g.,
@rustbot ping icebreakers-llvm
will ping folks and add a suitable label
- e.g.,
- Members of these teams are not required to be members of Rust org
- Might be something that other teams wish to use
- This involved adding new infrastructure to support "pinging" teams
- Had a meeting last week:
- Having trouble maintaining debuginfo. Not sure what to do about it.
- pnkfelix to be confirmed soon as co-lead
- ffi-unwind remains a major effort
- considering stabilizing
!
- last lingering controversy is whether to change fallback behavior
- there remains work in the ecosystem to prepare for such a change (most notably by the objc crate)
- no major updates
- Infra documentation on the forge! 🎉
- docs.rs outage on Sunday night.
- Lots of CI changes coming in the near future.
- Private remarks.
- LLD Linker Script Regression
- rust-lang/rust#65391
- exposes the limits of our testing infra around bare-metal embedded
- Aliasing Reference UB - rust-lang/rust#55005
- Our potential responses (if not fixed upstream): rust-embedded/wg#387
- rust-embedded/volatile-register#10
- japaric/vcell#10
- https://github.com/rust-console/voladdress
- rust-lang/unsafe-code-guidelines#33
- WG-Embedded Label for triage?
- We get this for free if WG-Embedded switches to teams
- Other option is
@rustbot ping
CC Niko- depends how "open ended" you want the set of pingable folk to be, basically
- pcwalton's "left-pad index": https://internals.rust-lang.org/t/calculating-which-3rd-party-crates-are-good-candidates-for-std-inclusion-via-left-pad-index/11129
std
PRs:- matches: rust-lang/rust#65479
- once_cell: rust-lang/rfcs#2788