<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libglob/lib.rs, branch 0.10</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.10</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.10'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-03-31T21:40:44+00:00</updated>
<entry>
<title>Bump version to 0.10</title>
<updated>2014-03-31T21:40:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-03-31T20:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a5681d25906fd07eee00dd430a1053ff722da26a'/>
<id>urn:sha1:a5681d25906fd07eee00dd430a1053ff722da26a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert most code to new inner attribute syntax.</title>
<updated>2014-03-29T00:12:21+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2014-03-22T01:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=451e8c1c6178750a4c1789f40749562164a980b7'/>
<id>urn:sha1:451e8c1c6178750a4c1789f40749562164a980b7</id>
<content type='text'>
Closes #2569
</content>
</entry>
<entry>
<title>Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by value</title>
<updated>2014-03-25T20:49:55+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2014-03-20T13:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6200e761f0ef58510ad2acc383b29de7e7a79bcd'/>
<id>urn:sha1:6200e761f0ef58510ad2acc383b29de7e7a79bcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>iter: remove `to_owned_vec`</title>
<updated>2014-03-23T09:41:23+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2014-03-22T23:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae429056ffa166a9d3a15c8641a838a7a2f5f86e'/>
<id>urn:sha1:ae429056ffa166a9d3a15c8641a838a7a2f5f86e</id>
<content type='text'>
This needs to be removed as part of removing `~[T]`. Partial type hints
are now allowed, and will remove the need to add a version of this
method for `Vec&lt;T&gt;`. For now, this involves a few workarounds for
partial type hints not completely working.
</content>
</entry>
<entry>
<title>test: Make manual changes to deal with the fallout from removal of</title>
<updated>2014-03-21T12:37:21+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-03-05T23:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=af79a5aa7da4f42fc0939a19f46fa73b894d6e9a'/>
<id>urn:sha1:af79a5aa7da4f42fc0939a19f46fa73b894d6e9a</id>
<content type='text'>
`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
</content>
</entry>
<entry>
<title>Removing imports of std::vec_ng::Vec</title>
<updated>2014-03-20T16:30:14+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-03-20T06:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da3625161d8f8bcb2f43d703eec8d002d0bb9c87'/>
<id>urn:sha1:da3625161d8f8bcb2f43d703eec8d002d0bb9c87</id>
<content type='text'>
It's now in the prelude.
</content>
</entry>
<entry>
<title>Add rustdoc html crate info</title>
<updated>2014-03-15T21:26:12+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2014-03-15T21:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9106c15ffda4e4988fb164e66b0cb713310ba78f'/>
<id>urn:sha1:9106c15ffda4e4988fb164e66b0cb713310ba78f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lint: add lint for use of a `~[T]`.</title>
<updated>2014-03-14T00:28:39+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2014-03-13T07:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62792f09f20221add2484608fc3071259067b79a'/>
<id>urn:sha1:62792f09f20221add2484608fc3071259067b79a</id>
<content type='text'>
This is useless at the moment (since pretty much every crate uses
`~[]`), but should help avoid regressions once completely removed from a
crate.
</content>
</entry>
<entry>
<title>libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and `pop_byte` to return an Option instead of failing</title>
<updated>2014-03-10T12:55:02+00:00</updated>
<author>
<name>Piotr Czarnecki</name>
<email>pioczarn@gmail.com</email>
</author>
<published>2014-03-09T21:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0349f2ae8a7462c72345717671269224f50ec606'/>
<id>urn:sha1:0349f2ae8a7462c72345717671269224f50ec606</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Transition to new `Hash`, removing IterBytes and std::to_bytes.</title>
<updated>2014-02-23T20:44:10+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2014-02-23T10:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efaf4db24c92e119e26dc575ffd6bfd3b91fb87d'/>
<id>urn:sha1:efaf4db24c92e119e26dc575ffd6bfd3b91fb87d</id>
<content type='text'>
</content>
</entry>
</feed>
