Skip to content
Snippets Groups Projects
  1. Jun 26, 2021
  2. Jun 24, 2021
    • matu3ba's avatar
      fix(clippy): define and fix clippy lints, add documentation+license · c85d2ef4
      matu3ba authored
      clippy.toml: Add complexity thresholds for cognitive and type and the
      msrv to latest stable Rust.
      crates in members/: Add documentation and licence.
      Some lints could not be autocorrected and Rust could not figure out
      which, so manually correct all of them.
      c85d2ef4
  3. Jun 22, 2021
  4. Jun 17, 2021
  5. May 09, 2021
  6. Mar 25, 2021
  7. Feb 26, 2021
  8. Jan 23, 2021
  9. Jan 08, 2021
  10. Dec 30, 2020
  11. Dec 27, 2020
  12. Dec 18, 2020
  13. Dec 16, 2020
  14. Dec 14, 2020
  15. Dec 06, 2020
  16. Sep 14, 2020
  17. Sep 11, 2020
  18. Aug 21, 2020
  19. Aug 02, 2020
  20. Jun 30, 2020
  21. Jun 25, 2020
  22. Jun 22, 2020
  23. Jun 13, 2020
  24. Jun 11, 2020
  25. May 20, 2020
  26. May 02, 2020
  27. May 01, 2020
  28. Apr 21, 2020
  29. Apr 20, 2020
    • matu3ba's avatar
      templates for issues and merge_requests for specific user information and... · f27a1380
      matu3ba authored
      templates for issues and merge_requests for specific user information and better analysis of tradeoffs of certain features
      f27a1380
    • Tom Almeida's avatar
      feat: Make all variables show when running `let`. · 35382090
      Tom Almeida authored and AdminXVII's avatar AdminXVII committed
      Before this patch, `let` only shows string and array variables, whilst
      all mapping types are not shown. In addition, string and array variables
      are separated from each other by comments.
      
      This patch implements a new function on `shell::Variables` that returns
      all the variables in scope and then modifies `Shell::list_vars` to print
      all the variables. The syntax returned is equivalent to the method of
      declaring the variables themselves, however this still results in
      mapping types being indistinguishable from each other by looking at the
      output of `let` (both `HashMap` and `BTreeMap` look the same).
      35382090
Loading