You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Project-Goals-2025-March-Update.md
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -130,15 +130,19 @@ Other areas of progress:
130
130
131
131
Update from our 2025-03-12 meeting ([full minutes](https://hackmd.io/@rust-lang-team/S181TSknyl)):
132
132
133
-
* RFL team requests someone to look at #138368 which is needed by kernel, @davidtwco to do so.
133
+
* RFL team requests someone to look at [#138368](https://github.com/rust-lang/rust/pull/138368) which is needed by kernel, [@davidtwco] to do so.
134
134
*`-Zbinary-dep-info` may not be needed; RFL may be able to emulate it.
135
-
*`rustdoc` changes for exporting doctests are being incorporated. @imperio is working on the kernel side of the feature too. @ojeda thinks it would be a good idea to do it in a way that does not tie both projects too much, so that `rustdoc` has more flexibility to change the output later on.
135
+
*`rustdoc` changes for exporting doctests are being incorporated. [@GuillaumeGomez] is working on the kernel side of the feature too. [@ojeda] thinks it would be a good idea to do it in a way that does not tie both projects too much, so that `rustdoc` has more flexibility to change the output later on.
136
136
*[Pre-RFC](https://hackmd.io/@flip1995/By87NXIc1g) authored for clippy stabilization.
137
137
* Active iteration on the build-std design; feedback being provided by cargo team.
138
-
*@wesleywiser sent a [PR to stabilize `-Zdwarf-version`](https://github.com/rust-lang/rust/pull/136926).
138
+
*[@wesleywiser] sent a [PR to stabilize `-Zdwarf-version`](https://github.com/rust-lang/rust/pull/136926).
139
139
* RfL doesn't use `cfg(no_global_oom_handling)` anymore. Soon, stable/LTS kernels that support several Rust versions will not use it either. Thus upstream Rust could potentially remove the `cfg` without breaking Linux, though other users like Windows may be still using it ([#**t-libs>no_global_oom_handling removal**](https://rust-lang.zulipchat.com/#narrow/channel/219381-t-libs/topic/no_global_oom_handling.20removal/with/498600545)).
140
140
* Some discussion about best way forward for disabling orphan rule to allow experimentation with no firm conclusion.
<!-- this comment helps to convince the markdown parser to do the right thing -->
144
148
@@ -162,22 +166,22 @@ Updates from [today's meeting](https://hackmd.io/@rust-lang-team/H1hZmpW6ke):
162
166
* While not used in RFL, `naked_asm` is not on the list but it will be moving forward for stabilization. It suffers from the same LLVM bug as `global_asm` forgetting target feature flags.
163
167
164
168
### ABI-modifying compiler flags
165
-
* Andrew Zhogin has opened a draft PR (https://github.com/rust-lang/rust/pull/138736) following Alice's issue about which santisers should be modifiers (https://github.com/rust-lang/rust/issues/138453)
169
+
* Andrew Zhogin has opened a draft PR (<https://github.com/rust-lang/rust/pull/138736> following Alice's issue about which santisers should be modifiers (<https://github.com/rust-lang/rust/issues/138453>)
* We decided we don't need to be able to extract dependency information
170
-
*`-Zcrate-attr` has an RFC from jyn: https://github.com/rust-lang/rfcs/pull/3791
174
+
*`-Zcrate-attr` has an RFC from jyn: <https://github.com/rust-lang/rfcs/pull/3791>
171
175
172
176
### Rustdoc features to extract doc tests
173
177
174
178
* No update.
175
179
176
180
### Clippy configuration
177
181
178
-
*[Pre-RFC](https://hackmd.io/@flip1995/By87NXIc1g) was published but hasn't (to our knowledge) made progress. Would be good to sync up on next steps with @flip1995.
182
+
*[Pre-RFC](https://hackmd.io/@flip1995/By87NXIc1g) was published but hasn't (to our knowledge) made progress. Would be good to sync up on next steps with [@flip1995](https://github.com/flip1995).
0 commit comments