1. 08 2月, 2019 1 次提交
  2. 30 1月, 2019 1 次提交
  3. 27 1月, 2019 1 次提交
  4. 11 1月, 2019 2 次提交
  5. 26 12月, 2018 1 次提交
  6. 18 9月, 2018 1 次提交
  7. 17 9月, 2018 3 次提交
  8. 07 9月, 2018 1 次提交
  9. 28 8月, 2018 3 次提交
  10. 16 7月, 2018 1 次提交
  11. 03 7月, 2018 2 次提交
  12. 23 6月, 2018 1 次提交
  13. 18 5月, 2018 1 次提交
    • E
      CheckLoopVisitor: also visit closure arguments · 7ad9ef3c
      est31 提交于
      This turns an ICE on this code:
      
      fn main() {
          |_: [u8; break]| ();
      }
      
      from
          'assertion failed: self.tcx.sess.err_count() > 0', librustc_typeck/check/mod.rs
      to
          librustc_mir/hair/cx/expr.rs:543: invalid loop id for break: not inside loop scope
      
      which is at a later stage during compilation and most importantly
      fixes of bug #50576 will fix this as well.
      7ad9ef3c
  14. 17 5月, 2018 1 次提交
  15. 16 5月, 2018 5 次提交
  16. 15 5月, 2018 2 次提交
    • E
      Remove LoopIdResult · 235e7c1b
      est31 提交于
      It's redundant as Result already implements Encodable
      as well as Decodable.
      235e7c1b
    • E
      Remove hir::ScopeTarget · 3ef481a5
      est31 提交于
      When we want to implement label-break-value,
      we can't really decide whether to emit ScopeTarget::Loop or
      ScopeTarget::Block in the code that is supposed to create it.
      So we get rid of it and reconstruct the information when
      needed.
      3ef481a5
  17. 29 1月, 2018 1 次提交
  18. 16 8月, 2017 1 次提交
  19. 28 7月, 2017 1 次提交
  20. 08 5月, 2017 1 次提交
  21. 04 4月, 2017 1 次提交
  22. 18 3月, 2017 1 次提交
  23. 23 2月, 2017 1 次提交
  24. 19 2月, 2017 1 次提交
  25. 18 2月, 2017 1 次提交
  26. 26 1月, 2017 1 次提交
  27. 28 12月, 2016 1 次提交
  28. 29 11月, 2016 2 次提交