1. 22 10月, 2017 2 次提交
    • A
      rustc: Move bytecode compression into codegen · 8197a0bb
      Alex Crichton 提交于
      This commit moves compression of the bytecode from the `link` module to the
      `write` module, namely allowing it to be (a) cached by incremental compilation
      and (b) produced in parallel. The parallelization may show up as some nice wins
      during normal compilation and the caching in incremental mode should be
      beneficial for incremental compiles! (no more need to recompress the entire
      crate's bitcode on all builds)
      8197a0bb
    • B
      Auto merge of #45366 - ollie27:rustbuild_compiler_docs, r=alexcrichton · ff8773d7
      bors 提交于
      rustbuild: Don't try to build rustdoc API docs with compiler docs
      
      rustdoc is built separately to rustc now so the docs would need to be
      generated separately as well. Also rustdoc doesn't build at stage 1
      which prevented the compiler docs being built at stage 1.
      
      Fixes: #44629
      ff8773d7
  2. 21 10月, 2017 17 次提交
  3. 20 10月, 2017 21 次提交