1. 17 11月, 2016 3 次提交
  2. 10 11月, 2016 1 次提交
  3. 08 11月, 2016 1 次提交
  4. 04 11月, 2016 2 次提交
  5. 29 10月, 2016 1 次提交
  6. 28 10月, 2016 1 次提交
  7. 27 10月, 2016 1 次提交
  8. 24 10月, 2016 1 次提交
  9. 13 10月, 2016 1 次提交
  10. 11 10月, 2016 1 次提交
  11. 29 9月, 2016 1 次提交
  12. 21 9月, 2016 1 次提交
  13. 04 9月, 2016 1 次提交
  14. 03 9月, 2016 1 次提交
  15. 22 8月, 2016 1 次提交
  16. 20 8月, 2016 1 次提交
    • N
      compute and cache HIR hashes at beginning · 6bd80d11
      Niko Matsakis 提交于
      This avoids the compile-time overhead of computing them twice.  It also fixes
      an issue where the hash computed after typeck is differen than the hash before,
      because typeck mutates the def-map in place.
      
      Fixes #35549.
      Fixes #35593.
      6bd80d11
  17. 19 8月, 2016 1 次提交
  18. 13 8月, 2016 3 次提交
  19. 12 8月, 2016 1 次提交
  20. 04 8月, 2016 1 次提交
  21. 29 7月, 2016 1 次提交
  22. 08 7月, 2016 1 次提交
  23. 29 6月, 2016 1 次提交
  24. 28 6月, 2016 1 次提交
  25. 23 6月, 2016 1 次提交
  26. 22 6月, 2016 1 次提交
  27. 19 6月, 2016 1 次提交
  28. 11 6月, 2016 1 次提交
  29. 29 5月, 2016 1 次提交
  30. 28 5月, 2016 2 次提交
  31. 26 5月, 2016 3 次提交
  32. 24 5月, 2016 1 次提交
    • G
      syntax/hir: give loop labels a span · 2e812e10
      Georg Brandl 提交于
      This makes the "shadowing labels" warning *not* print the entire loop
      as a span, but only the lifetime.
      
      Also makes #31719 go away, but does not fix its root cause (the span
      of the expanded loop is still wonky, but not used anymore).
      2e812e10