1. 08 11月, 2014 2 次提交
    • N
      Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturally... · c18a1327
      Niko Matsakis 提交于
      Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturally carries over to object types.
      
      I wanted to embed an `Rc<TraitRef>`, but I was foiled by the current
      static rules, which prohibit non-Sync values from being stored in
      static locations. This means that the constants for `ty_int` and so
      forth cannot be initialized.
      c18a1327
    • B
      auto merge of #18673 : VHaravy/rust/issue-18632, r=alexcrichton · 0a3cbf8c
      bors 提交于
      1. Introduce `putpathvar` function that prints variable shell-quoted by using `%q` format specifier. This function is used within `probe` to save the result into `config.tmp`.
      2. Removes search-and-replace pattern that transforms `\` into `/` as it messes up shell-quoted strings.
      0a3cbf8c
  2. 07 11月, 2014 38 次提交