1. 28 7月, 2015 3 次提交
    • B
      Auto merge of #27230 - GuillaumeGomez:patch-1, r=brson · 3e6b03c2
      bors 提交于
      Part of #24407.
      cc @Manishearth
      3e6b03c2
    • B
      Auto merge of #27304 - alexcrichton:revert-picky-dllimport, r=brson · bbda6f9c
      bors 提交于
      This reverts commit a0efd3a3.
      
      This commit caused a lot of unintended breakage for many Cargo builds. The problem is that Cargo compiles build scripts with `-C prefer-dynamic`, so the standard library is always dynamically linked and hence any imports need to be marked with `dllimport`. Dependencies of build scripts, however, were compiled as rlibs and did not have their imports tagged with `dllimport`, so build scripts would fail to link.
      
      While known that this situation would break, it was unknown that it was a common scenario in the wild. As a result I'm just reverting these heuristics for now.
      bbda6f9c
    • B
      Auto merge of #27284 - lastorset:default-methods, r=Gankro · 8988043d
      bors 提交于
      Instead of bar/baz, use valid/invalid as default methods. This
      illustrates why you might want default methods, and shows that you can
      call other trait methods from a default method.
      
      r? @steveklabnik 
      8988043d
  2. 27 7月, 2015 19 次提交
  3. 26 7月, 2015 18 次提交