1. Jan 04, 2024
  2. Jan 03, 2024
  3. Jan 02, 2024
  4. Jan 01, 2024
  5. Dec 31, 2023
  6. Dec 29, 2023
  7. Dec 28, 2023
  8. Dec 27, 2023
  9. Dec 26, 2023
  10. Dec 25, 2023
  11. Dec 24, 2023
  12. Dec 23, 2023
  13. Dec 22, 2023
  14. Dec 21, 2023
  15. Dec 20, 2023
    • joe petrowski's avatar
      Fix Coretime Master (#2765) · d84e135b
      joe petrowski authored
      Should have merged master into #2682 before merging.
      d84e135b
    • Dónal Murray's avatar
      Fix clippy lints behind feature gates and add new CI step all features (#2569) · d68868f6
      Dónal Murray authored
      
      
      Many clippy lints usually enforced by `-Dcomplexity` and `-Dcorrectness`
      are not caught by CI as they are gated by `features`, like
      `runtime-benchmarks`, while the clippy CI job runs with only the default
      features for all targets.
      
      This PR also adds a CI step to run clippy with `--all-features` to
      ensure the code quality is maintained behind feature gates from now on.
      
      To improve local development, clippy lints are downgraded to warnings,
      but they still will result in an error at CI due to the `-Dwarnings`
      rustflag.
      
      ---------
      
      Co-authored-by: default avatarLiam Aharon <[email protected]>
      d68868f6