1. 29 11月, 2018 33 次提交
  2. 28 11月, 2018 7 次提交
    • N
      Update LLVM · 2ec76e76
      Nikita Popov 提交于
      In particular to pull in a fix for #56265.
      2ec76e76
    • O
      Deduplicate literal -> constant lowering · 40412dc0
      Oliver Scherer 提交于
      40412dc0
    • M
      fix test · 5d771736
      Mark Mansi 提交于
      5d771736
    • N
      Fix alignment of stores to scalar pair · d8190afb
      Nikita Popov 提交于
      The alignment for the second element of a scalar pair is not the
      same as for the first element. Make sure it is computed correctly
      based on the element size.
      d8190afb
    • B
      Auto merge of #56293 - matthiaskrgr:clippy, r=oli-obk · b68fc18c
      bors 提交于
      submodules: update clippy from 754b4c07 to b2601beb
      
      Changes:
      ````
      Fix NAIVE_BYTECOUNT applicability
      Fix dogfood error
      Change Applicability of MISTYPED_LITERAL_SUFFIX
      Add applicability level to (nearly) every span_lint_and_sugg function
      Update stderr file
      Fix bugs and improve documentation
      Add Applicability::Unspecified to span_lint_and_sugg functions
      Introduce snippet_with_applicability and hir_with_applicability functions
      readme: tell how to install clippy on travis from git if it is not shipped with a nightly.
      constants: add u128 i128 builtin types and fix outdated url
      Update lints
      Lint only the first statment/expression after alloc
      Fix some warnings related to Self
      Rename some symbols
      Split lint into slow and unsafe vector initalization
      Add unsafe set_len initialization
      Add slow zero-filled vector initialization lint
      Travis: Remove `sudo: false`
      Downgrade needless_pass_by_value to allow by default
      ````
      b68fc18c
    • P
      Fix a typo in the documentation of std::ffi · e63bd918
      polyfloyd 提交于
      e63bd918
    • M
      submodules: update clippy from 754b4c07 to b2601beb · 2dd48f83
      Matthias Krüger 提交于
      Changes:
      ````
      Fix NAIVE_BYTECOUNT applicability
      Fix dogfood error
      Change Applicability of MISTYPED_LITERAL_SUFFIX
      Add applicability level to (nearly) every span_lint_and_sugg function
      Update stderr file
      Fix bugs and improve documentation
      Add Applicability::Unspecified to span_lint_and_sugg functions
      Introduce snippet_with_applicability and hir_with_applicability functions
      readme: tell how to install clippy on travis from git if it is not shipped with a nightly.
      constants: add u128 i128 builtin types and fix outdated url
      Update lints
      Lint only the first statment/expression after alloc
      Fix some warnings related to Self
      Rename some symbols
      Split lint into slow and unsafe vector initalization
      Add unsafe set_len initialization
      Add slow zero-filled vector initialization lint
      Travis: Remove `sudo: false`
      Downgrade needless_pass_by_value to allow by default
      ````
      2dd48f83