1. 08 5月, 2015 4 次提交
    • H
      Add a reason to the libc & rand instability. · 091ba42d
      Huon Wilson 提交于
      Many many many people ask in #rust about this libraries, having an
      explanatory reason will probably help a lot.
      091ba42d
    • B
      Auto merge of #25123 - arielb1:self-inhibiting-error, r=nikomatsakis · b402c43f
      bors 提交于
      Fix #25076.
      
      r? @nikomatsakis 
      b402c43f
    • B
      Auto merge of #25157 - alexcrichton:remove-vec-add, r=aturon · 5ae026e8
      bors 提交于
      Ideally this trait implementation would be unstable, requiring crates to opt-in
      if they would like the functionality, but that's not currently how stability
      works so the implementation needs to be removed entirely.
      
      This may come back at a future date, but for now the conservative option is to
      remove it.
      
      [breaking-change]
      5ae026e8
    • B
      Auto merge of #24973 - roryokane:fix-minus-doc-buttons, r=alexcrichton · f0ac7e04
      bors 提交于
      My change in #24797 had a bug, described in that issue’s comments, and first discovered in issue #24918. This fixes it.
      
      I tested this new `main.js` by changing the `main.js` content of [a rendered docs page](https://doc.rust-lang.org/std/option/) to this new content. The ‘[−]’ button worked again.
      
      I am also including another related fix, because it would require manual merging if I made a separate pull request for it. The page-global ‘[−]’ button currently adds `#` to the end of the URL whenever it is clicked. I am changing its `href` from `#` to `javascript:void(0)` (the same as the `href` for section-specific ‘[−]’ links) to fix that.
      f0ac7e04
  2. 07 5月, 2015 36 次提交