Skip to content

Commit c8b1294

Browse files
authored
Add known_issues.md for tracking core language issues
1 parent 65cd382 commit c8b1294

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

known_issues.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Known Issues
2+
3+
One of the goals of this working group is to improve the user experience of people using rust for game development.
4+
5+
**This document tracks issues that we as a group would like to raise for the core Rust language team.** This may
6+
include missing functionality, or problems that impede productivity. This is not an exhaustive list, and only
7+
includes language-level issues.
8+
9+
If you feel that something should be added to this list:
10+
* Please open an issue on this or another repository so that we can link to it
11+
* Submit a PR to this document
12+
13+
If you're not sure, just open an issue in this repo. We're happy to help!
14+
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
20+
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
25+
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
29+
30+
## Runtime Performance
31+
* https://github.com/EmbarkStudios/rust-ecosystem/issues/2 - fast math support

0 commit comments

Comments
 (0)