1. 02 10月, 2014 6 次提交
  2. 01 10月, 2014 4 次提交
  3. 30 9月, 2014 2 次提交
  4. 29 9月, 2014 4 次提交
  5. 28 9月, 2014 2 次提交
  6. 27 9月, 2014 2 次提交
    • P
      Add test for #16465 · b39921c4
      Piotr Jawniak 提交于
      Closes #16465
      b39921c4
    • P
      librustc: Eliminate the `ref` syntax for unboxed closure capture clauses · 2257e231
      Patrick Walton 提交于
      in favor of `move`.
      
      This breaks code that used `move` as an identifier, because it is now a
      keyword. Change such identifiers to not use the keyword `move`.
      Additionally, this breaks code that was counting on by-value or
      by-reference capture semantics for unboxed closures (behind the feature
      gate). Change `ref |:|` to `|:|` and `|:|` to `move |:|`.
      
      Part of RFC #63; part of issue #12831.
      
      [breaking-change]
      2257e231
  7. 25 9月, 2014 9 次提交
  8. 23 9月, 2014 3 次提交
  9. 22 9月, 2014 1 次提交
  10. 21 9月, 2014 3 次提交
  11. 20 9月, 2014 4 次提交