1. Feb 23, 2024
  2. Feb 19, 2024
    • Alejandro R Mosteo's avatar
      Improvements to messages during dependency updates (#1569) · 70cc5225
      Alejandro R Mosteo authored
      * Fix bugs causing spurious diffs on update
      
      Solutions were the same, but some types internally where using pointers instead
      of pointed objects for comparison.
      
      WIP
      
      * Don't attempt redundant system package installation
      
      * Inform of pin checkouts/updates as for regular crates
      
      * Ensure created folders remain the same
      
      * Fix testsuite index for deterministic make version
      70cc5225
  3. Feb 17, 2024
  4. Feb 16, 2024
  5. Feb 15, 2024
  6. Feb 14, 2024
  7. Feb 13, 2024
  8. Feb 09, 2024
  9. Feb 01, 2024
  10. Jan 30, 2024
  11. Jan 29, 2024
  12. Jan 27, 2024
  13. Jan 25, 2024
  14. Jan 23, 2024
  15. Jan 20, 2024
    • Alejandro R Mosteo's avatar
      Fix redeploying of toolchains (#1533) · ecf4e230
      Alejandro R Mosteo authored
      * Test that fails prior to bugfix
      
      * Fix for cache invalidation
      
      An unrelated bug is fixed that happened when not using an actual binary crate
      for a compiler in the testsuite.
      ecf4e230
  16. Jan 16, 2024
  17. Jan 15, 2024
  18. Dec 19, 2023
  19. Dec 12, 2023
  20. Dec 06, 2023
  21. Dec 05, 2023
  22. Nov 21, 2023
    • Alejandro R Mosteo's avatar
      Offer uninstalled compiler as fallback with warning (#1508) · 98648092
      Alejandro R Mosteo authored
      * Allow solving with unistalled tools as fallback
      
      * Fix precedence of installed compiler over remote ones
      
      * Add warning in solution diff about toolchain download
      
      * Fallback on installed compiler over uninstalled one
      
      This is after checking that the preferred compiler cannot fulfill the compiler
      dependency.
      
      * Tweaks to restore former behaviors
      
      * Fix test that inadvertently used virtual crate
      
      It should have been real all along without alternatives
      
      * Rebase tweaks
      
      * Reword information message
      98648092
  23. Nov 16, 2023
  24. Nov 15, 2023