1. 13 1月, 2018 21 次提交
  2. 12 1月, 2018 6 次提交
  3. 11 1月, 2018 11 次提交
  4. 10 1月, 2018 2 次提交
    • B
      Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakis · f62f7740
      bors 提交于
      Fix built-in indexing not being used where index type wasn't "obviously" usize
      
      Fixes #33903
      Fixes #46095
      
      This PR was made possible thanks to the generous help of @EddyB
      
      Following the example of binary operators, builtin checking for indexing has been moved from the typecheck stage to a writeback stage, after type constraints have been resolved.
      f62f7740
    • B
      Auto merge of #46830 - Diggsey:cursor-vec-mut, r=alexcrichton · 27ede554
      bors 提交于
      Implement `Write` for `Cursor<&mut Vec<T>>`
      
      Fixes #30132
      
      r? @dtolnay (I'm just going through `feature-accepted` issues I swear 😛)
      27ede554