1. 18 9月, 2013 1 次提交
  2. 17 9月, 2013 3 次提交
    • B
      auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichton · 0ec4d34b
      bors 提交于
      0ec4d34b
    • B
      auto merge of #9204 : lkuper/rust/workcache, r=alexcrichton · 250c3d47
      bors 提交于
      This just removes the stray "foo.c" that `workcache::test` leaves behind when, for example, `make check` runs.
      250c3d47
    • B
      auto merge of #9192 : Kimundi/rust/master, r=huonw · 6bc48b63
      bors 提交于
      A SendStr is a string that can hold either a ~str or a &'static str.
      This can be useful as an optimization when an allocation is sometimes needed but the common case is statically known.
      
      Possible use cases include Maps with both static and owned keys, or propagating error messages across task boundaries.
      
      SendStr implements most basic traits in a way that hides the fact that it is an enum; in particular things like order and equality are only determined by the content of the wrapped strings.
      
      This basically reimplements #7599 and has a use case for replacing an similar type in `std::rt::logging` ( Added in #9180).
      6bc48b63
  3. 16 9月, 2013 35 次提交
  4. 15 9月, 2013 1 次提交