<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/comments.rs, branch release-0.3.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.3.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.3.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-07-10T00:44:16+00:00</updated>
<entry>
<title>rustc: Switch over to resolve3</title>
<updated>2012-07-10T00:44:16+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-07-09T23:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d90edcb3b292baaf406d4e6969987d466fc8fba'/>
<id>urn:sha1:7d90edcb3b292baaf406d4e6969987d466fc8fba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "rustc: Switch over to resolve3" due to Linux failures</title>
<updated>2012-07-09T23:50:19+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-07-09T23:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad673daa6c990828ae0b1d13aeb3a7f24ad7631d'/>
<id>urn:sha1:ad673daa6c990828ae0b1d13aeb3a7f24ad7631d</id>
<content type='text'>
This reverts commit 2c0aa257e293dde91042a8045100d9923d139a04.
</content>
</entry>
<entry>
<title>rustc: Switch over to resolve3</title>
<updated>2012-07-09T23:29:25+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-07-09T23:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c0aa257e293dde91042a8045100d9923d139a04'/>
<id>urn:sha1:2c0aa257e293dde91042a8045100d9923d139a04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch 'cont' to 'again' everywhere. Close #2229.</title>
<updated>2012-07-09T21:37:48+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-07-09T21:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c26d02557e77ef02bf897563a38867ff0da3fc2a'/>
<id>urn:sha1:c26d02557e77ef02bf897563a38867ff0da3fc2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Switch to the new resolution pass</title>
<updated>2012-07-09T17:27:13+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-07-07T02:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e41029d236c940e7ffb08c43e6cee23025ba029d'/>
<id>urn:sha1:e41029d236c940e7ffb08c43e6cee23025ba029d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "rustc: Switch to the new resolution pass"</title>
<updated>2012-07-07T03:45:06+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-07-07T03:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a856bccdc647330624fa36a25190aa63e1274379'/>
<id>urn:sha1:a856bccdc647330624fa36a25190aa63e1274379</id>
<content type='text'>
This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8.

Branch was burning...many, many unresolved imports.
</content>
</entry>
<entry>
<title>rustc: Switch to the new resolution pass</title>
<updated>2012-07-07T02:07:26+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-07-07T02:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4af6e92fbae171c56a4e68666025725555fc9d8'/>
<id>urn:sha1:c4af6e92fbae171c56a4e68666025725555fc9d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'Dretch/prettydocs'</title>
<updated>2012-07-02T22:23:41+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-07-02T21:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=569467eb0d110dd299cb2efcce13e998d1d9c11f'/>
<id>urn:sha1:569467eb0d110dd299cb2efcce13e998d1d9c11f</id>
<content type='text'>
Conflicts:
	src/compiletest/errors.rs
	src/libsyntax/parse/attr.rs
	src/libsyntax/parse/comments.rs
	src/test/compile-fail/ambig_impl_unify.rs
	src/test/compile-fail/assign-super.rs
	src/test/compile-fail/bad-for-loop.rs
	src/test/compile-fail/bad-var-env-capture-in-block-arg.rs
	src/test/compile-fail/block-arg-as-stmt-with-value.rs
	src/test/compile-fail/borrowck-assign-comp-idx.rs
	src/test/compile-fail/borrowck-lend-flow.rs
	src/test/compile-fail/borrowck-loan-blocks-move-cc.rs
	src/test/compile-fail/borrowck-loan-blocks-mut-uniq.rs
	src/test/compile-fail/borrowck-loan-rcvr.rs
	src/test/compile-fail/borrowck-loan-vec-content.rs
	src/test/compile-fail/borrowck-mut-vec-as-imm-slice-bad.rs
	src/test/compile-fail/cap-clause-with-stack-closure.rs
	src/test/compile-fail/do1.rs
	src/test/compile-fail/do2.rs
	src/test/compile-fail/empty-vec-trailing-comma.rs
	src/test/compile-fail/evec-subtyping.rs
	src/test/compile-fail/issue-1896.rs
	src/test/compile-fail/issue-2149.rs
	src/test/compile-fail/issue-2150.rs
	src/test/compile-fail/issue-2487-b.rs
	src/test/compile-fail/kindck-implicit-close-over-mut-var.rs
	src/test/compile-fail/liveness-issue-2163.rs
	src/test/compile-fail/liveness-use-in-index-lvalue.rs
	src/test/compile-fail/no-reuse-move-arc.rs
	src/test/compile-fail/no-send-res-ports.rs
	src/test/compile-fail/non-const.rs
	src/test/compile-fail/pure-higher-order.rs
	src/test/compile-fail/pure-loop-body.rs
	src/test/compile-fail/regions-addr-of-upvar-self.rs
	src/test/compile-fail/regions-escape-loop-via-vec.rs
	src/test/compile-fail/regions-scoping.rs
	src/test/compile-fail/seq-args.rs
	src/test/compile-fail/tstate-unsat-in-called-fn-expr.rs
	src/test/compile-fail/tstate-unsat-in-fn-expr.rs
	src/test/compile-fail/vec-add.rs
	src/test/compile-fail/vec-concat-bug.rs
	src/test/compile-fail/vector-no-ann.rs
</content>
</entry>
<entry>
<title>Convert to new closure syntax</title>
<updated>2012-07-02T02:19:32+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-06-30T23:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1fc2b5995fdef69fe1dbdbba3703398c0aa547b'/>
<id>urn:sha1:d1fc2b5995fdef69fe1dbdbba3703398c0aa547b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial draft of fix for issue #2498:</title>
<updated>2012-06-30T10:54:54+00:00</updated>
<author>
<name>Gareth Daniel Smith</name>
<email>garethdanielsmith@gmail.com</email>
</author>
<published>2012-06-30T10:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0b653ab9539140bb04941de9a36c03cf10bfc28b'/>
<id>urn:sha1:0b653ab9539140bb04941de9a36c03cf10bfc28b</id>
<content type='text'>
1. make /// ... and //! ... and /** ... */ and /*! ... */ into sugar for #[doc = ...] attributes.
2. add a script in etc/ to help converting doc-attributes to doc-comments
3. add some functions to core::str to help with (1)</content>
</entry>
</feed>
