-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
With introduction of `SessionContextExt` we would been to update documentation to reflect t…
-
### What needs to be fixed?
Old docs, with "master" in the URL, are accessible from static.rust-lang.org. This may show up in web search results, older forum posts, etc.
### Page(s) Affected
https:…
-
...Probably running a profiler is the action item from this issue...
_Originally posted by @djmitche in https://github.com/GothenburgBitFactory/taskwarrior/issues/3329#issuecomment-2335007219_
-…
-
When running `bindgen --experimental --wrap-static-fns ...` on the following function
```c
static inline int arch_within_stack_frames(const void * const stack,
const void * const stackend,
…
-
You are calling `queries.global_ctxt()` from within it, which makes rustc_driver skip some code that should run before you access the `TyCtxt`. I would like to either remove this function in the futur…
-
Add examples to the `list` module.
The entire `kernel::list` could use a lot of examples, similar to what we have now in `kernel::rbtree` (which is great).
See https://rust-for-linux.zulipchat.c…
-
Similar to https://doc.rust-lang.org/cargo/commands/cargo-new.html, but instead of `--lib` and `--bin` we could maybe do `--fragment`, `--mesh`, `--compute` etc. This might even remove the need for a …
-
When parsing `workspace.members`, the result of glob matching doesn't filter _directories_. It will gladly append `Cargo.toml` to file paths like `README.md`:
https://github.com/rust-mobile/cargo-s…
-
Note: there is the "A-rust-for-linux" label in the `rust` repository: https://github.com/rust-lang/rust/labels/A-rust-for-linux.
Note: In Linux v6.13, Linux started using [its own `alloc` module](h…
ojeda updated
3 weeks ago
-
## Summary
Currently `rustpython:run` only accepts a closure that takes `&VirtualMachine` which is executed very early. During experimenting I find only modules can be added here. Things like setti…