1. 25 11月, 2018 1 次提交
  2. 24 11月, 2018 1 次提交
  3. 23 11月, 2018 3 次提交
  4. 22 11月, 2018 1 次提交
  5. 21 11月, 2018 2 次提交
  6. 17 11月, 2018 1 次提交
  7. 16 11月, 2018 4 次提交
  8. 14 11月, 2018 1 次提交
  9. 13 11月, 2018 1 次提交
  10. 12 11月, 2018 3 次提交
  11. 10 11月, 2018 1 次提交
  12. 09 11月, 2018 1 次提交
  13. 03 11月, 2018 2 次提交
  14. 02 11月, 2018 2 次提交
    • A
      rustc: Wait for all codegen threads to exit · 14c6835e
      Alex Crichton 提交于
      This commit updates rustc to wait for all codegen threads to exit before
      allowing the main thread to exit. This is a stab in the dark to fix the
      mysterious segfaults appearing on #55238, and hopefully we'll see
      whether this actually fixes things in practice...
      14c6835e
    • A
      Use `jemalloc-sys` on Linux and OSX compilers · 016eaf88
      Alex Crichton 提交于
      This commit adds opt-in support to the compiler to link to `jemalloc` in
      the compiler. When activated the compiler will depend on `jemalloc-sys`,
      instruct jemalloc to unprefix its symbols, and then link to it. The
      feature is activated by default on Linux/OSX compilers for x86_64/i686
      platforms, and it's not enabled anywhere else for now. We may be able to
      opt-in other platforms in the future! Also note that the opt-in only
      happens on CI, it's otherwise unconditionally turned off by default.
      
      Closes #36963
      016eaf88
  15. 01 11月, 2018 1 次提交
    • A
      Bump nightly to 1.32.0 · d0060d72
      Alex Crichton 提交于
      * Also update the bootstrap compiler
      * Update cargo to 1.32.0
      * Clean out stage0 annotations
      d0060d72
  16. 30 10月, 2018 1 次提交
  17. 21 10月, 2018 2 次提交
    • M
      submodules: update clippy from 5afdf8b7 to b1d03437 · 9378705f
      Matthias Krüger 提交于
      Changes:
      ````
      new_ret_no_self: add sample from #3313 to Known Problems section.
      Support multiline comments and hopefully fix panic
      Check for comments in collapsible ifs
      Resolve ICE in needless range loop lint
      RIIR update_lints: Update changelog links
      Rename if_let_redundant_pattern_matching to redundant_pattern_matching
      Add lint for redundant pattern matching for explicit return boolean
      Fix issue #3322: reword help message for len_zero
      Simplify manual_memcpy suggestion in some cases
      Fix dogfood
      Update known problems for unnecessary_fold
      RIIR update_lints: Replace lint count in README.md
      Rename `active_lints` to `usable_lints`
      Add comment on WalkDir vs. fs::read_dir
      sort_by -> sort_by_key
      Some more documentation for clippy_dev
      Use `WalkDir` to also gather from subdirectories
      Avoid linting `boxed_local` on trait implementations.
      Website: Make lint categories linkable
      Restore clippy_dummy's placeholder name
      Swap order of methods in `needless_range_loop` suggestion in some cases
      Revert "Exclude pattern guards from unnecessary_fold lint"
      Exclude pattern guards from unnecessary_fold lint
      ````
      9378705f
    • A
      Update Cargo, build curl/OpenSSL statically via features · 4f661c01
      Alex Crichton 提交于
      In addition to to updating Cargo's submodule and Cargo's dependencies,
      this also updates Cargo's build to build OpenSSL statically into Cargo
      as well as libcurl unconditionally. This removes OpenSSL build logic
      from the bootstrap code, and otherwise requests that even on OSX we
      build curl statically.
      4f661c01
  18. 14 10月, 2018 3 次提交
    • D
      Added graphviz visualization for obligation forests. · 3fc275df
      Diogo Sousa 提交于
      This can be a big help when debugging the trait resolver.
      3fc275df
    • M
      submodules: update cargo from ad6e5c00 to 5dbac988 · ab4e697d
      Matthias Krüger 提交于
      Changes:
      
      Switch to use crates-io as the registry name and don't include publish when registry is not specified
      fix redundant pkgid generation
      validate some basic properties of a valid resolve
      Detail dep name in invalid version error
      Fix dashes in rename dependencies.
      Bump flate2 to 1.0.3
      Add default in config document
      Add support for providing a default registry
      Add support for registry to new and init
      use impl Iterator instead of custom types in `source`
      let jetbrains reorder some impls to match the definition
      use impl Iterator instead of custom types in resolver and graph
      remove Graph::sort as it is unused
      fmt
      Bump libgit2-sys to 0.7.9
      Switch to use registry
      Allow registry option for cargo install.
      Second attempt at fixing msys terminal width.
      Try to improve "version not found" error
      Fix typo
      ab4e697d
    • M
      submodules: update rls from 15d4d4a to 440a985 · 2e84e9c0
      Matthias Krüger 提交于
      Changes:
      
      Apply Clippy lints
      Respect build_dir when creating external build plans
      Fix Windows tests
      Implement external build plan
      Detect manifest diagnostic position for toml::de::Error
      Fix std::sync hover doc expectation
      Apply CI specific long timeout
      Propagate cargo errors as manifest diagnostics
      Add test for use statement function completions
      Refactor cmd test `within_timeout`
      Avoid stdout-writer/rls process exit race
      Improve cmd test "no shutdown response" error message
      Add RUST_BACKTRACE=1 to ci env
      Improve cmd test timeout reliability
      Fix use statement function suggestions
      Revert "Revert "Remove "edition" Cargo feature (it's stable now)""
      Add build_wait() tests
      Automatically tune wait_to_build
      Rework cmd tests
      
      Fixes #54697
      2e84e9c0
  19. 13 10月, 2018 1 次提交
  20. 12 10月, 2018 1 次提交
  21. 08 10月, 2018 1 次提交
  22. 05 10月, 2018 1 次提交
  23. 04 10月, 2018 1 次提交
  24. 03 10月, 2018 1 次提交
  25. 29 9月, 2018 1 次提交
  26. 28 9月, 2018 1 次提交
  27. 27 9月, 2018 1 次提交