1. 09 5月, 2015 12 次提交
  2. 08 5月, 2015 20 次提交
  3. 07 5月, 2015 8 次提交
    • B
      Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonw · a39d4fc6
      bors 提交于
      Guard against overflow in `codemap::span_to_lines`.
      
      (Revised/expanded version of PR #24976)
      
      Make `span_to_lines` to return a `Result`.
      
      In `diagnostic`, catch `Err` from `span_to_lines` and print `"(unprintable span)"` instead.
      
      ----
      
      There a number of recent issues that report the bug here.  See e.g. #24761 and #24954.
      
      This change *might* fix them. However, that is *not* its main goal. The main goals are:
      
       1. Make it possible for callers to recover from an error here, and
      
       2. Insert a more conservative check, in that we are also checking that the files match up.
      
      ----
      
      As a drive-by, fix #24997 , which was causing my attempts to `make check-stage1` on an `--enable-debug` build to fail.
      a39d4fc6
    • B
      Undid changes involving misunderstanding of 0.3.x · 888086d9
      Ben Gesoff 提交于
      Didn't realise 0.3.0 referred to all 0.3.x versions! Fixed my mistakes. Should have just updated the Cargo.toml now.
      888086d9
    • S
      Fix incorrect curly quotes · 07499918
      Steve Klabnik 提交于
      07499918
    • B
      Refactor to keep rand version 0.3.0 · 0bc6fe5e
      Ben Gesoff 提交于
      changed paragraphs with discussion of Cargo.lock file to agree with rand version 0.3.0 in the Cargo.tom file.
      0bc6fe5e
    • B
      Auto merge of #25161 - jooert:moretests, r=alexcrichton · 05d5fcaa
      bors 提交于
      The last one (at least for the moment 😃).
      
      r? @alexcrichton 
      05d5fcaa
    • B
      Change rand version to '*' · 7150d3cd
      Ben Gesoff 提交于
      Following paragraph says "we've used `*` which..." but code says "rand=\"0.3.0\""
      7150d3cd
    • A
      fix test · ea374790
      Ariel Ben-Yehuda 提交于
      ea374790
    • B
      Auto merge of #25175 - steveklabnik:rollup, r=steveklabnik · acb3aa09
      bors 提交于
      - Successful merges: #24576, #24966, #25052, #25131, #25137, #25138, #25139, #25141, #25142, #25144, #25146, #25148, #25154, #25156, #25160, #25173
      - Failed merges: 
      acb3aa09