Searched +full:lint +full:- +full:rustfmt +full:- +full:rules (Results 1 – 4 of 4) sorted by relevance
7 - !reference [default, before_script]9 - rm -rf install10 - tar -xf artifacts/install.tar11 - section_start ldd_section "Checking ldd on driver build"12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;13 - section_end ldd_section18 - results/19 rules:20 - !reference [.never-post-merge-rules, rules]22 .formatting-check:[all …]
5 .scheduled_pipeline-rules:6 rules:7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'14 - api_failure15 - runner_system_failure16 - scheduler_failure17 - data_integrity_failure18 - unknown_failure23 .no_scheduled_pipelines-rules:24 rules:[all …]
1 Mesa 23.3.0 Release Notes / 2023-11-2920 ---------------24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz28 -----------29 - NVK: A Vulkan driver for Nvidia hardware32 ------------33 - VK_EXT_pipeline_robustness on ANV34 - VK_KHR_maintenance5 on RADV35 - OpenGL ES 3.1 on Asahi36 - GL_ARB_compute_shader on Asahi[all …]
3 // Licensed under the 2-Clause BSD License <LICENSE-BSD or4 // https://opensource.org/license/bsd-2-clause>, Apache License, Version 2.05 // <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT6 // license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option.13 // ./generate-readme.sh > README.md15 //! *<span style="font-size: 100%; color:grey;">Want to help improve zerocopy?16 //! Fill out our [user survey][user-survey]!</span>*18 //! ***<span style="font-size: 140%">Fast, safe, <span21 //! Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe`28 //! - [`FromZeroes`] indicates that a sequence of zero bytes represents a valid[all …]