Bump the website-deps group across 1 directory with 15 updates (#3798) 1天前 .firebaserc Setup hosting for API docs (#2371) 3年前 .gitattributes chore: linguist-detect false to ignore .mdx doc files (#3757) 3天前 .gitignore Modernize github workflows (#3711) ...
asm-cli-rust— An interactive assembly shell written in rust. broot A new way to see and navigate directory trees (get an overview of a directory, even a big one; find a directory then cd to it; never lose track of file hierarchy while you search; manipulate your files, ...), furth...
In addition to the boolean operators, the -, + can help define. These operators are sufficient to express all queries using boolean operators. For instance x AND y OR z can be written ((+x +y) z). In addition, these operators can help define "required optional" queries. (+x y) mat...
OutputDirectoryChanged:输出目录已变化。 ExtraInputChanged:输入文件已更改。 EnvVarChanged:环境变量已更改。 CapLintsChanged:警告级别已更改。 DirtyReason 枚举中的每个成员表示一个导致编译器指纹变脏的原因。当配置发生改变或文件发生变化时,编译器指纹就会被认为是脏的,从而触发重新编译。 总结来说,dirty_reason.rs...
32.25 205. Get an environment variable Read an environment variable with the name "FOO" and assign it to the string variable foo. If it does not exist or if the system does not support environment variables, assign a value of "none". ...
Expected result: I get autocompletion and suggestions for structures in the async-std crate Actual result: the IDE behaves as if async-std is not added to cargo.toml When I manually navigate to the file/module I see the following message: ...
In order to test the changes locally you need to have a valid dist directory available locally. If you don't want to build all the compiler, you can easily create one from the nightly artifacts with: for component in rust rustc rust-std rust-docs cargo; do wget -P build/dist https:...
- Added new 'Default connection path' setting to allow you to choose the default directory that should be loaded when you start browsing your server files via the FTP browser. 24/10/2024 - Updated the 'command' bar from the console tab. When typing it will now show previous commands that...
Git ignore citool's target directory #138103 merged Mar 7, 2025 Mention me (WaffleLapkin) when changes to rustc_codegen_ssa occur #138108 merged Mar 7, 2025 Rollup of 17 pull requests #138127 merged Mar 7, 2025 trim channel value in get_closest_merge_commit #138046 merged ...
(如调换指令顺序等破坏 SBI 调用行为的优化) } ret } const SBI_SET_TIMER: usize = 0; const SBI_CONSOLE_PUTCHAR: usize = 1; const SBI_CONSOLE_GETCHAR: usize = 2; const SBI_CLEAR_IPI: usize = 3; const SBI_SEND_IPI: usize = 4; const SBI_REMOTE_FENCE_I: usize = 5; const SBI_...