1. 03 3月, 2019 1 次提交
  2. 02 3月, 2019 7 次提交
    • B
      Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc · 9cfed5da
      bors 提交于
      Add debug-info to access variables from generator state
      9cfed5da
    • B
      Auto merge of #57202 - matthewjasper:nll-typeck-promoteds, r=pnkfelix · a21d8243
      bors 提交于
      Include bounds from promoted constants in NLL
      
      Previously a promoted function wouldn't have its bound propagated out to
      the main function body.
      
      When we visit a promoted, we now type check the MIR of the promoted
      and transfer any lifetime constraints to back to the main function's MIR.
      
      Fixes #57170
      
      r? @nikomatsakis
      a21d8243
    • B
      Auto merge of #56946 - Zoxc:jobserver, r=nikomatsakis · d987b46b
      bors 提交于
      Add support for using a jobserver with Rayon
      
      The Rayon changes are here: https://github.com/Zoxc/rayon/pull/2
      
      cc @alexcrichton
      r? @nikomatsakis
      d987b46b
    • B
      Auto merge of #58800 - ehuss:update-books, r=Centril · f3730f9b
      bors 提交于
      Update edition-guide
      
      15 commits in 419edb885ec1a98c0747b3907003d79e3e6b93a9..5f3cc2a5618700efcde3bc00799744f21fa9ad2e
      2018-12-04 16:43:38 -0500 to 2019-02-27 20:11:50 -0800
      - Migrate to mdbook 0.2. (rust-lang-nursery/edition-guide#152)
      - Remove automatic deployment. (rust-lang-nursery/edition-guide#151)
      - Fix issue with rust's linkchecker and mdbook. (rust-lang-nursery/edition-guide#147)
      - Fix test now that overflowing_literals is rejected in all editions. (rust-lang-nursery/edition-guide#148)
      - overflowing_literals is deny on all editions (rust-lang-nursery/edition-guide#146)
      - Update for uniform_path stabilization. (rust-lang-nursery/edition-guide#141)
      - Add example to rustup to show overriding to specific version (rust-lang-nursery/edition-guide#144)
      - Update for anonymous-lifetime stabilization. (rust-lang-nursery/edition-guide#142)
      - Add minimum Rust version for Kleene operator (rust-lang-nursery/edition-guide#137)
      - Add 2018-specific changes. (rust-lang-nursery/edition-guide#130)
      - aborting-on-panic.md: Typo in example config (rust-lang-nursery/edition-guide#125)
      - Clarify uniform paths are not yet in Rust 2018 (rust-lang-nursery/edition-guide#124)
      - update several version numbers
      - Fixes outdated link (rust-lang-nursery/edition-guide#131)
      - Fixed typo in transitioning page. (rust-lang-nursery/edition-guide#127)
      f3730f9b
    • M
      Handle type annotations in promoted MIR correctly · 3b93d71f
      Matthew Jasper 提交于
      Type annotations are shared between the MIR of a function and the
      promoted constants for that function, so keep them in the type checker
      when we check the promoted MIR.
      3b93d71f
    • M
      Remove unnecessary parameter · 848c2520
      Matthew Jasper 提交于
      848c2520
    • M
      Include bounds from promoted constants in NLL · 60eeed34
      Matthew Jasper 提交于
      Previously, a promoted that contains a function item wouldn't have the
      function items bounds propagated to
      the main function body.
      60eeed34
  3. 01 3月, 2019 23 次提交
  4. 28 2月, 2019 9 次提交