1. 14 8月, 2018 35 次提交
  2. 13 8月, 2018 5 次提交
    • B
      Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser · a78ae85e
      bors 提交于
      Avoid many allocations for CStrings during codegen.
      
      Giving in to my irrational fear of dynamic allocations. Let's see what perf says to this.
      a78ae85e
    • B
      Auto merge of #53238 - nrc:update, r=kennytm · 147ca2d2
      bors 提交于
      Update RLS
      
      Should fix RLS toolstate
      147ca2d2
    • B
      Auto merge of #53051 - varkor:trait-method-pattern-arguments-error, r=petrochenkov · ab93561b
      bors 提交于
      Emit error for pattern arguments in trait methods
      
      The error and check for this already existed, but the parser didn't try to parse trait method arguments as patterns, so the error was never emitted. This surfaces the error, so we get better errors than simple parse errors.
      
      This improves the error message described in https://github.com/rust-lang/rust/issues/53046.
      
      r? @petrochenkov
      ab93561b
    • B
      Auto merge of #53297 - GuillaumeGomez:rollup, r=GuillaumeGomez · 5a0d2961
      bors 提交于
      Rollup of 15 pull requests
      
      Successful merges:
      
       - #52955 (Update compiler test documentation)
       - #53019 (Don't collect() when size_hint is useless)
       - #53025 (Consider changing assert! to debug_assert! when it calls visit_with)
       - #53059 (Remove explicit returns where unnecessary)
       - #53165 ( Add aarch64-unknown-netbsd target)
       - #53210 (Deny future duplication of rustc-ap-syntax)
       - #53223 (A few cleanups for rustc_data_structures)
       - #53230 ([nll] enable feature(nll) on various crates for bootstrap: part 4)
       - #53231 (Add let keyword doc)
       - #53240 (Add individual documentation for <integer>`.swap_bytes`/.`reverse_bits`)
       - #53253 (Remove unwanted console log)
       - #53264 (Show that Command can be reused and remodified)
       - #53267 (Fix styles)
       - #53273 (Add links to std::char::REPLACEMENT_CHARACTER from docs.)
       - #53283 (wherein we suggest float for integer literals where a float was expected)
      
      Failed merges:
      
      r? @ghost
      5a0d2961
    • G
      Rollup merge of #53283 - zackmdavis:and_the_case_of_the_flotation_device, r=estebank · 3959dca2
      Guillaume Gomez 提交于
      wherein we suggest float for integer literals where a float was expected
      
      @sunjay pointed out that this is a nice thing that we could do.
      
      Resolves #53280.
      
      r? @estebank
      3959dca2