1. 15 6月, 2021 1 次提交
  2. 14 6月, 2021 5 次提交
  3. 12 6月, 2021 1 次提交
  4. 11 6月, 2021 2 次提交
    • A
      std: Stabilize wasm simd intrinsics · e05bb26d
      Alex Crichton 提交于
      This commit performs two changes to stabilize Rust support for
      WebAssembly simd intrinsics:
      
      * The stdarch submodule is updated to pull in rust-lang/stdarch#1179.
      * The `wasm_target_feature` feature gate requirement for the `simd128`
        feature has been removed, stabilizing the name `simd128`.
      
      This should conclude the FCP started on #74372 and...
      
      Closes #74372
      e05bb26d
    • G
      Further simplification of to_digit · 9c3d81e1
      Giles Cope 提交于
      9c3d81e1
  5. 09 6月, 2021 18 次提交
  6. 08 6月, 2021 2 次提交
  7. 07 6月, 2021 1 次提交
  8. 05 6月, 2021 4 次提交
    • G
      Add a map method to Bound · 223c0d2a
      Griffin Smith 提交于
      Add a map method to std::ops::range::Bound, patterned off of the method
      of the same name on Option
      223c0d2a
    • F
      Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). · 5f6016f1
      Felix S. Klock II 提交于
      This is to address issue 84297.
      5f6016f1
    • F
      Revert effects of PRs 81167 and 83091. · 9d96b0ed
      Felix S. Klock II 提交于
      This is preparation for reverting 81238 for short-term resolution of issue 84297.
      9d96b0ed
    • J
      rustdoc: link to stable/beta docs consistently in documentation · 7411a9e7
      Joshua Nelson 提交于
       ## User-facing changes
      
      - Intra-doc links to primitives that currently go to rust-lang.org/nightly/std/primitive.x.html will start going to channel that rustdoc was built with. Nightly will continue going to /nightly; Beta will link to /beta; stable compilers will link to /1.52.1 (or whatever version they were built as).
      - Cross-crate links from std to core currently go to /nightly unconditionally. They will start going to /1.52.0 on stable channels (but remain the same on nightly channels).
      - Intra-crate links from std to std (or core to core) currently go to the same URL they are hosted at; they will continue to do so. Notably, this is different from everything else because it can preserve the distinction between /stable and /1.52.0 by using relative links.
      
      Note that "links" includes both intra-doc links and rustdoc's own
      automatically generated hyperlinks.
      
       ## Implementation changes
      
      - Update the testsuite to allow linking to /beta and /1.52.1 in docs
      - Use an html_root_url for the standard library that's dependent on the channel
      
        This avoids linking to nightly docs on stable.
      
      - Update rustdoc to use channel-dependent links for primitives from an
        unknown crate
      
      - Set DOC_RUST_LANG_ORG_CHANNEL from bootstrap to ensure it's in sync
      - Include doc.rust-lang.org in the channel
      7411a9e7
  9. 04 6月, 2021 2 次提交
  10. 02 6月, 2021 2 次提交
  11. 01 6月, 2021 2 次提交