Skip to content
Snippets Groups Projects
  1. Feb 04, 2021
  2. Feb 02, 2021
  3. Feb 01, 2021
  4. Jan 25, 2021
  5. Jan 06, 2021
  6. Jan 02, 2021
    • vdukhovni's avatar
      Maintain invariant: MVars on mut_list are dirty · 3e68f656
      vdukhovni authored
      The fix for 18919 was somewhat incomplete: while the MVars were
      correctly added to the mut_list via dirty_MVAR(), their info table
      remained "clean".
      
      While this is mostly harmless in non-debug builds, but trips an
      assertion in the debug build, and may result in the MVar being
      needlessly being added to the mut_list multiple times.
      
      Resolves: #19145
      3e68f656
  7. Dec 16, 2020
  8. Dec 13, 2020
  9. Dec 10, 2020
  10. Dec 07, 2020
Loading