1. 20 8月, 2014 2 次提交
    • B
      auto merge of #16241 : P1start/rust/doc-fixes, r=alexcrichton · 51b901e1
      bors 提交于
      For crates `alloc`–`collections`. This is mostly just updating a few function/method descriptions to use the indicative style. 
      
      cc #4361; I’ve sort of assumed that the third-person indicative style has been decided on, but I could update this to use the imperative style if that’s preferred, or even update this to remove all function-style-related changes. (I think that standardising on one thing, even if it’s not the ‘best’ option, is still better than having no standard at all.) The indicative style seems to be more common in the Rust standard library at the moment, especially in the newer modules (e.g. `collections::vec`), more popular in the discussion about it, and also more popular amongst other languages (see https://github.com/rust-lang/rust/issues/4361#issuecomment-33470215).
      51b901e1
    • B
      auto merge of #16590 : nham/rust/str_searcher_underflow, r=alexcrichton · 3f5d0b5b
      bors 提交于
      This incidentally fixes #16589, because it will cause `MatchIndices` to use `NaiveSearcher` instead of `TwoWaySearcher`, but I'm not sure #16589 should be closed until the underlying problem in `TwoWaySearcher` is found.
      3f5d0b5b
  2. 19 8月, 2014 26 次提交
  3. 18 8月, 2014 12 次提交