1. 05 5月, 2014 6 次提交
    • J
      Update minimum g++ version in documentation · 72f478f0
      James Laverack 提交于
      Version changed due to a newer requirement in LLVM.
      72f478f0
    • B
      auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestinger · b0977b1e
      bors 提交于
      This has long since not been too relevant since the introduction of many crate
      type outputs. This commit removes the flag entirely, adjusting all logic to do
      the most reasonable thing when building both a library and an executable.
      
      Closes #13337
      b0977b1e
    • B
      auto merge of #13923 : Rufflewind/rust/patch-2, r=thestinger · 002f7911
      bors 提交于
      Lazy loading with autoload will result in faster startup time for Emacs
      users and is generally the recommended approach for major modes.
      002f7911
    • B
      auto merge of #13676 : mdinger/rust/tutorial_doc, r=pnkfelix · 028159ea
      bors 提交于
      Improve tutorial discussion of closures, e.g. with respect to type inference and variable capture.
      
      Fix #13621 
      
      ---- original description follows
      
      I'd like this pulled to master if possible but if not I'd appreciate comments on what I need to change.  I found the closures difficult to understand as they were so I tried to explain it so I would've had an easier time understanding it.  I think it's better at least, somewhat.
      
      I don't know that everyone liked the `-> ()` I included but I thought explicit is best to aid understanding.  I thought it was much harder to understand than it should have been.
      
      [EDIT] - Clicked too early.
      This doesn't `make check` without errors on my Xubuntu on Virtualbox machine.  Not sure why.  I don't think I changed anything problematic.  I'll try `make check` on master tomorrow.
      
      Opened https://github.com/mozilla/rust/issues/13621 regarding this.
      028159ea
    • B
      auto merge of #13921 : TeXitoi/rust/shootout-spectralnorm-tweaks, r=alexcrichton · 59569397
      bors 提交于
      - using libgreen to optimize CPU usage
      - less tasks to limit wasted resources
      
      Here, on a one core 2 threads CPU, new version is ~1.2 faster.  May
      be better with more core.
      59569397
    • B
      auto merge of #13920 : Ryman/rust/inner_attr_doc, r=alexcrichton · d8e5d271
      bors 提交于
      Also updated the comment for `parse_inner_attrs_and_next` and removed extra whitespace on line endings.
      d8e5d271
  2. 04 5月, 2014 16 次提交
  3. 03 5月, 2014 18 次提交