1. 10 9月, 2018 1 次提交
  2. 31 8月, 2018 1 次提交
  3. 06 7月, 2018 1 次提交
  4. 14 6月, 2018 1 次提交
  5. 17 5月, 2018 1 次提交
  6. 23 3月, 2018 3 次提交
  7. 08 3月, 2018 2 次提交
  8. 03 3月, 2018 2 次提交
  9. 02 3月, 2018 1 次提交
  10. 25 2月, 2018 1 次提交
  11. 20 2月, 2018 1 次提交
  12. 08 2月, 2018 1 次提交
  13. 15 12月, 2017 1 次提交
  14. 06 12月, 2017 1 次提交
  15. 04 12月, 2017 1 次提交
    • P
      inform constraint generation using maybe-init · a9cb25b2
      Paul Daniel Faria 提交于
      In particular, if we see a variable is DROP-LIVE, but it is not
      MAYBE-INIT, then we can ignore the drop. This leavess attempt to use
      more complex refinements of the idea (e.g., for subpaths or subfields)
      to future work.
      a9cb25b2
  16. 03 12月, 2017 2 次提交
  17. 26 11月, 2017 1 次提交
  18. 19 11月, 2017 1 次提交
  19. 14 11月, 2017 3 次提交
  20. 07 11月, 2017 2 次提交
  21. 02 10月, 2017 1 次提交
  22. 24 9月, 2017 1 次提交
  23. 21 8月, 2017 2 次提交
  24. 16 8月, 2017 3 次提交
    • F
      MIR based borrow check (opt-in). · 018784af
      Felix S. Klock II 提交于
      One can either use `-Z borrowck-mir` or add the `#[rustc_mir_borrowck]` attribute
      to opt into MIR based borrow checking.
      
      Note that regardless of whether one opts in or not, AST-based borrow
      check will still run as well.  The errors emitted from AST-based
      borrow check will include a "(Ast)" suffix in their error message,
      while the errors emitted from MIR-based borrow check will include a
      "(Mir)" suffix.
      
      post-rebase: removed check for intra-statement mutual conflict;
      replaced with assertion checking that at most one borrow is generated
      per statement.
      
      post-rebase: removed dead code: `IdxSet::pairs` and supporting stuff.
      018784af
    • M
      Run MIR passes on promoted temporaries again. · 14d62c65
      Michael Woerister 提交于
      14d62c65
    • Z
      use field init shorthand EVERYWHERE · 1b6c9605
      Zack M. Davis 提交于
      Like #43008 (f6689991), but _much more aggressive_.
      1b6c9605
  25. 30 7月, 2017 1 次提交
  26. 28 7月, 2017 1 次提交
  27. 19 7月, 2017 1 次提交
  28. 28 6月, 2017 1 次提交
  29. 12 6月, 2017 1 次提交