@@ -13,19 +13,19 @@ If you feel that something should be added to this list:
13
13
If you're not sure, just open an issue in this repo. We're happy to help!
14
14
15
15
## IDE/Debugging Experience
16
- * https://github.com/rust-gamedev/wg/issues/20 - Map/Set in .natvis files
17
- * https://github.com/rust-gamedev/wg/issues/22 - RLS for huge projects
18
- * https://github.com/EmbarkStudios/rust-ecosystem/issues/8 - RLS in VS Code robustness & performance
19
- * https://github.com/EmbarkStudios/rust-ecosystem/issues/9 - Better debugger experience in VS Code
16
+ * [ wg # 20 ] ( https://github.com/rust-gamedev/wg/issues/20 ) : Map/Set in .natvis files
17
+ * [ wg # 22 ] ( https://github.com/rust-gamedev/wg/issues/22 ) : RLS for huge projects
18
+ * [ embark-rust-ecosystem # 8 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/8 ) : RLS in VS Code robustness & performance
19
+ * [ embark-rust-ecosystem # 9 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/9 ) : Better debugger experience in VS Code
20
20
21
21
## Debug Performance
22
- * https://github.com/rust-gamedev/wg/issues/32 - Selective Enabling/Disabling optimizations at a crate/file/function level
23
- * Profile overrides do not work for code using generics (such as nphysics) https://github.com/rust-lang/rust/issues/63484
24
- * https://github.com/EmbarkStudios/rust-ecosystem/issues/5 - More efficient runtime code generation for debug builds
22
+ * [ wg # 32 ] ( https://github.com/rust-gamedev/wg/issues/32 ) : Selective Enabling/Disabling optimizations at a crate/file/function level
23
+ * [ rust-lang # 63484 ] ( https://github.com/rust-lang/rust/issues/63484 ) : Profile overrides do not work for code using generics (such as nphysics)
24
+ * [ embark-rust-ecosystem # 5 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/5 ) : More efficient runtime code generation for debug builds
25
25
26
26
## Iteration Times
27
- * https://github.com/EmbarkStudios/rust-ecosystem/issues/13 - Dynamic libraries (dll/dylib) for fast iteration
28
- * https://github.com/EmbarkStudios/rust-ecosystem/issues/11 - Distributed compilation for fast iteration
27
+ * [ embark-rust-ecosystem # 13 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/13 ) : Dynamic libraries (dll/dylib) for fast iteration
28
+ * [ embark-rust-ecosystem # 11 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/11 ) : Distributed compilation for fast iteration
29
29
30
30
## Runtime Performance
31
- * https://github.com/EmbarkStudios/rust-ecosystem/issues/2 - fast math support
31
+ * [ embark-rust-ecosystem # 2 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/2 ) : Fast fp math support
0 commit comments