| /wasmtime-44.0.1/cranelift/src/ |
| H A D | run.rs | 93 for (func, Details { comments, .. }) in test_file.functions { in run_file_contents() 94 for comment in comments { in run_file_contents()
|
| H A D | interpret.rs | 109 for comment in &details.comments { in run()
|
| /wasmtime-44.0.1/cranelift/filetests/src/ |
| H A D | subtest.rs | 149 for comment in &context.details.comments { in build_filechecker() 161 .comments in check_precise_output()
|
| H A D | test_verifier.rs | 46 for comment in &context.details.comments { in run()
|
| H A D | test_domtree.rs | 49 for comment in &context.details.comments { in run()
|
| H A D | test_interpret.rs | 80 for comment in details.comments.iter() { in run_test()
|
| H A D | test_run.rs | 181 for comment in context.details.comments.iter() { in run_test()
|
| /wasmtime-44.0.1/docs/ |
| H A D | contributing-development-process.md | 76 PR approvals may come with comments about additional minor changes that are 77 requested. Contributors and maintainers alike should address these comments, if 83 for them. If a PR hasn't been added, and it's approved with all comments 87 remaining comments.
|
| H A D | contributing-architecture.md | 6 to review the code itself and find the comments contained within. 381 up-to-date information. Additionally code comments throughout the codebase can
|
| /wasmtime-44.0.1/cranelift/reader/src/ |
| H A D | testfile.rs | 40 pub comments: Vec<Comment<'a>>, field
|
| H A D | parser.rs | 215 comments: Vec<Comment<'a>>, field 438 comments: Vec::new(), in new() 504 self.comments.extend( in claim_gathered_comments() 515 mem::replace(&mut self.comments, Vec::new()) in take_comments() 1197 debug_assert!(self.comments.is_empty()); in parse_function() 1242 comments: self.take_comments(), in parse_function() 3301 fn comments() { in comments() function 3302 let (func, Details { comments, .. }) = Parser::new( in comments() 3317 comments[0], in comments() 3327 assert_eq!(comments[3].text, "; Basic block"); in comments() [all …]
|
| /wasmtime-44.0.1/.github/workflows/ |
| H A D | triage.yml | 35 # Leave pre-determined comments on issues/PRs that are given a certain label.
|
| H A D | main.yml | 833 # See comments in the source for why we enable this during QEMU
|
| /wasmtime-44.0.1/ |
| H A D | CODE_OF_CONDUCT.md | 22 * Trolling, insulting/derogatory comments, and personal or political attacks 31 Project maintainers have the right and responsibility to remove, edit, or reject comments, commits,…
|
| /wasmtime-44.0.1/cranelift/filetests/ |
| H A D | README.md | 34 `test interpret` invokes the interpreter and checks if the conditions in the `; run` comments pass.…
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | testing.md | 94 use filecheck will extract comments associated with each function (or its
|
| /wasmtime-44.0.1/crates/c-api/ |
| H A D | doxygen.conf.in | 194 # style comments (thus requiring an explicit @brief command for a brief 204 # Javadoc-style will behave just like regular comments and it will not be 212 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus 219 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as 224 # Note that setting this tag to YES also means that rational rose comments are 333 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments 1058 # Fortran comments will always remain visible.
|
| /wasmtime-44.0.1/supply-chain/ |
| H A D | imports.lock | 2533 Additional review comments can be found at https://crrev.com/c/4723145/31 2648 Audit comments for 1.3.2 can be found at https://crrev.com/c/4723145. 3337 … ICU4X for character property lookup. The few (4) usages of unsafe have comments clarifying their … 3802 logically correct and justified in comments, and unsafe code is sound and 3803 justified in comments.
|
| H A D | audits.toml | 3000 relevant assertions, although could use some comments and some slight 4535 notes = "I always really enjoy reading eliza's code, she left perfect comments at every use of unsa… 6586 notes = "Good safety comments." 6622 Lots of new comments around methods and refactorings for updates in zstd itself.
|
| /wasmtime-44.0.1/cranelift/isle/docs/ |
| H A D | language-reference.md | 1447 Baseline: allow arbitrary whitespace, and wasm-style comments (`;` to 1448 newline, or nested block-comments with `(;` and `;)`).
|