Skip to content
Snippets Groups Projects
  1. Jul 08, 2021
  2. Jul 06, 2021
  3. Jul 03, 2021
  4. Jul 02, 2021
  5. Jul 01, 2021
  6. Jun 30, 2021
  7. Jun 29, 2021
  8. Jun 28, 2021
  9. Jun 26, 2021
  10. Jun 25, 2021
  11. Jun 24, 2021
    • Robert Hensing's avatar
      boehmgc: Crude support for coroutines · 57409244
      Robert Hensing authored
      Fixes the problem where a stack pointer outside the original
      thread causes the collector to crash.
      
      It could be made more accurate by recording the stack pointer
      every time we switch to a coroutine. We can use this information
      to update our own coroutine stacks like normal data. When the
      stack pointer is on a thread, we can add a field to GC_thread
      "fallback_sp" to be used when the thread sp is outside the original
      thread range.
      57409244
    • regnat's avatar
      Eventually delete the CA paths lock files · 8b6fba2b
      regnat authored
      Mark the lockfiles as having to eventually be deleted so that they don’t
      stay laying around in the store at the end of the build
      
      Fix #4936
      8b6fba2b
    • Eelco Dolstra's avatar
      Merge pull request #4939 from NixOS/ca/recursive-nix · 08270af7
      Eelco Dolstra authored
      Make CA derivations compatible with recursive Nix
      08270af7
Loading