<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse, branch 1.0.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.0.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-05-11T17:05:21+00:00</updated>
<entry>
<title>Squeeze the last bits of `task`s in documentation in favor of `thread`</title>
<updated>2015-05-11T17:05:21+00:00</updated>
<author>
<name>Barosl Lee</name>
<email>vcs@barosl.com</email>
</author>
<published>2015-05-11T17:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=276b436530aa9714f23b436dec7e865cbeb8bdc4'/>
<id>urn:sha1:276b436530aa9714f23b436dec7e865cbeb8bdc4</id>
<content type='text'>
An automated script was run against the `.rs` and `.md` files,
subsituting every occurrence of `task` with `thread`. In the `.rs`
files, only the texts in the comment blocks were affected.
</content>
</entry>
<entry>
<title>Fix #20616</title>
<updated>2015-04-30T22:11:41+00:00</updated>
<author>
<name>York Xiang</name>
<email>bombless@126.com</email>
</author>
<published>2015-04-18T01:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da78718d20214abbb050cfce4b607236ae9df1c4'/>
<id>urn:sha1:da78718d20214abbb050cfce4b607236ae9df1c4</id>
<content type='text'>
Conflicts:
	src/libsyntax/parse/parser.rs
</content>
</entry>
<entry>
<title>std: Remove deprecated/unstable num functionality</title>
<updated>2015-04-23T22:18:14+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-17T22:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0372484acc0270585479caf8cdccc6eb0106d8be'/>
<id>urn:sha1:0372484acc0270585479caf8cdccc6eb0106d8be</id>
<content type='text'>
This commit removes all the old casting/generic traits from `std::num` that are
no longer in use by the standard library. This additionally removes the old
`strconv` module which has not seen much use in quite a long time. All generic
functionality has been supplanted with traits in the `num` crate and the
`strconv` module is supplanted with the [rust-strconv crate][rust-strconv].

[rust-strconv]: https://github.com/lifthrasiir/rust-strconv

This is a breaking change due to the removal of these deprecated crates, and the
alternative crates are listed above.

[breaking-change]

Conflicts:
	src/libstd/num/strconv.rs
</content>
</entry>
<entry>
<title>Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton</title>
<updated>2015-04-16T03:22:21+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-04-16T03:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=288809c8f35d9b37f2e4f5c3ac168f56dbc3bbc4'/>
<id>urn:sha1:288809c8f35d9b37f2e4f5c3ac168f56dbc3bbc4</id>
<content type='text'>
r? @alexcrichton 
</content>
</entry>
<entry>
<title>Auto merge of #24485 - brson:is, r=alexcrichton</title>
<updated>2015-04-16T01:17:04+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-04-16T01:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e40449e0d545561c73a9b9b324b5971b533a87b7'/>
<id>urn:sha1:e40449e0d545561c73a9b9b324b5971b533a87b7</id>
<content type='text'>
It was an oversight that this was not done in the great int upheaval.

[breaking-change]
</content>
</entry>
<entry>
<title>Forbid is/us suffixes. Fixes #22496</title>
<updated>2015-04-15T23:13:26+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-04-15T23:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5a3a599428f5af024857d19b5d360b148e885fa2'/>
<id>urn:sha1:5a3a599428f5af024857d19b5d360b148e885fa2</id>
<content type='text'>
It was an oversight that this was not done in the great int upheaval.

[breaking-change]
</content>
</entry>
<entry>
<title>Rollup merge of #24438 - nrc:tuple-span, r=sfackler</title>
<updated>2015-04-15T21:26:07+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-04-15T21:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=63d524d4ab246d5f5d5554472180b504c14e1321'/>
<id>urn:sha1:63d524d4ab246d5f5d5554472180b504c14e1321</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Negative case of `len()` -&gt; `is_empty()`</title>
<updated>2015-04-15T03:26:03+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2015-03-24T23:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10f15e72e6c265eb43d34dba564d86dbf1c4fb99'/>
<id>urn:sha1:10f15e72e6c265eb43d34dba564d86dbf1c4fb99</id>
<content type='text'>
`s/([^\(\s]+\.)len\(\) [(?:!=)&gt;] 0/!$1is_empty()/g`
</content>
</entry>
<entry>
<title>Positive case of `len()` -&gt; `is_empty()`</title>
<updated>2015-04-15T03:26:03+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2015-03-24T23:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=29ac04402d53d358a1f6200bea45a301ff05b2d1'/>
<id>urn:sha1:29ac04402d53d358a1f6200bea45a301ff05b2d1</id>
<content type='text'>
`s/(?&lt;!\{ self)(?&lt;=\.)len\(\) == 0/is_empty()/g`
</content>
</entry>
<entry>
<title>Fix the span for tuple expressions</title>
<updated>2015-04-14T23:20:17+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2015-04-14T23:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f37365ea929e77142ac77b482804683c1a86b20d'/>
<id>urn:sha1:f37365ea929e77142ac77b482804683c1a86b20d</id>
<content type='text'>
</content>
</entry>
</feed>
