1. 25 8月, 2021 2 次提交
    • M
      PGO for LLVM builds on x86_64-unknown-linux-gnu in CI · 451abd31
      Mark Rousskov 提交于
      This shows up to 5% less instruction counts on multiple benchmarks, and up to
      19% wins on the -j1 wall times for rustc self-compilation.
      
      We can afford to spend the extra cycles building LLVM essentially once more for
      the x86_64-unknown-linux-gnu CI build today. The builder finishes in around 50
      minutes on average, and this adds just 10 more minutes. Given the sizeable
      improvements in compiler performance, this is definitely worth it.
      451abd31
    • B
      Auto merge of #87472 - inquisitivecrystal:stabilize-force-warn, r=Mark-Simulacrum · 0599f340
      bors 提交于
      Stabilize and document `--force-warn`
      
      This PR will stabilize and document the `--force-warn` command line option. It is currently a draft, pending an FCP.
      
      I've taken the liberty of tidying up the lint level command line options a bit as part of this. The changes are quite minor and should only affect rustc's help output. I'm making them here because they're trivial and, in one case, necessary to unify the way `--force-warn` with the way the other options are displayed.
      
      I also want to mention that `@rylev` has done a ton of work on moving this along and deserves most of the credit. I'm just the one who landed up writing this particular PR.
      
      Resolves #86516.
      0599f340
  2. 24 8月, 2021 21 次提交
  3. 23 8月, 2021 17 次提交