1. 26 9月, 2017 3 次提交
    • B
      Auto merge of #44297 - laumann:suggest-misspelt-methods, r=arielb1 · 82ae9682
      bors 提交于
      Add suggestions for misspelled method names
      
      Use the syntax::util::lev_distance module to provide suggestions when a
      named method cannot be found.
      
      Part of #30197
      82ae9682
    • B
      Auto merge of #44279 - smaeul:crt_static-deps, r=alexcrichton · 6c476ce4
      bors 提交于
      Require rlibs for dependent crates when linking static executables
      
      This handles the case for `CrateTypeExecutable` and `+crt_static`. I reworked the match block to avoid duplicating the `attempt_static` and error checking code again (this case would have been a copy of the `CrateTypeCdylib`/`CrateTypeStaticlib` case).
      
      On `linux-musl` targets where `std` was built with `crt_static = false` in `config.toml`, this change brings the test suite from entirely failing to mostly passing.
      
      This change should not affect behavior for other crate types, or for targets which do not respect `+crt_static`.
      6c476ce4
    • B
      Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1 · 3df1f7b8
      bors 提交于
      Allow writing metadata without llvm
      
      # Todo:
      
      * [x] Rebase
      * [x] Fix eventual errors
      * [x] <strike>Find some crate to write elf files</strike> (will do it later)
      
      Cc #43842
      3df1f7b8
  2. 25 9月, 2017 23 次提交
  3. 24 9月, 2017 14 次提交