<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/custom_attribute.rs, branch 1.26.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.26.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.26.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-06-10T10:38:14+00:00</updated>
<entry>
<title>Check that custom attributes are disallowed on statements and expressions</title>
<updated>2016-06-10T10:38:14+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-06-10T10:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8475a4b0c6adce70940617ea5bbb5b691d50d975'/>
<id>urn:sha1:8475a4b0c6adce70940617ea5bbb5b691d50d975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize std::path</title>
<updated>2015-03-12T23:38:58+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-03-09T15:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=42c4e481cd98bd392839144c9ac83e55e445a12a'/>
<id>urn:sha1:42c4e481cd98bd392839144c9ac83e55e445a12a</id>
<content type='text'>
This commit stabilizes essentially all of the new `std::path` API. The
API itself is changed in a couple of ways (which brings it in closer
alignment with the RFC):

* `.` components are now normalized away, unless they appear at the
  start of a path. This in turn effects the semantics of e.g. asking for
  the file name of `foo/` or `foo/.`, both of which yield `Some("foo")`
  now. This semantics is what the original RFC specified, and is also
  desirable given early experience rolling out the new API.

* The `parent` function now succeeds if, and only if, the path has at
  least one non-root/prefix component. This change affects `pop` as
  well.

* The `Prefix` component now involves a separate `PrefixComponent`
  struct, to better allow for keeping both parsed and unparsed prefix data.

In addition, the `old_path` module is now deprecated.

Closes #23264

[breaking-change]
</content>
</entry>
<entry>
<title>Add cfail test for custom attribute gate</title>
<updated>2015-02-16T06:19:09+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-02-15T11:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d5c3194c5998a229e869a0c1f85e1a4a0dff5ecb'/>
<id>urn:sha1:d5c3194c5998a229e869a0c1f85e1a4a0dff5ecb</id>
<content type='text'>
</content>
</entry>
</feed>
