<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/default-method-simple.rs, 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-03-26T19:10:22+00:00</updated>
<entry>
<title>Mass rename uint/int to usize/isize</title>
<updated>2015-03-26T19:10:22+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-26T00:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43bfaa4a336095eb5697fb2df50909fd3c72ed14'/>
<id>urn:sha1:43bfaa4a336095eb5697fb2df50909fd3c72ed14</id>
<content type='text'>
Now that support has been removed, all lingering use cases are renamed.
</content>
</entry>
<entry>
<title>Remove re-exports of std::io::stdio::{print, println} in the prelude.</title>
<updated>2014-01-10T23:46:00+00:00</updated>
<author>
<name>Brendan Zabarauskas</name>
<email>bjzaba@yahoo.com.au</email>
</author>
<published>2014-01-09T10:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4fc0452acef1355ba566a30c5bd04ccd3b9acef2'/>
<id>urn:sha1:4fc0452acef1355ba566a30c5bd04ccd3b9acef2</id>
<content type='text'>
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.
</content>
</entry>
<entry>
<title>Take default methods out from behind the flag.</title>
<updated>2013-07-11T22:51:10+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2013-07-11T21:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fa5203273ad5a88b20b77b83a7a2e42cbcc3602'/>
<id>urn:sha1:3fa5203273ad5a88b20b77b83a7a2e42cbcc3602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Stop reexporting the standard modules from prelude.</title>
<updated>2013-05-30T02:04:53+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-25T02:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=206ab89629298cc9f4b6fb0aa1cd7556c65b5bfe'/>
<id>urn:sha1:206ab89629298cc9f4b6fb0aa1cd7556c65b5bfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add gitattributes and fix whitespace issues</title>
<updated>2013-05-04T00:01:42+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-05-03T23:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86efd97a10fda1f81f5bead0de36e3343a9faa0e'/>
<id>urn:sha1:86efd97a10fda1f81f5bead0de36e3343a9faa0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Remove implicit self from the language, except for old-style drop blocks.</title>
<updated>2013-03-14T03:07:10+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-03-13T02:32:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8fa66e8e07ca565119de195ceefb20cff50ae1ea'/>
<id>urn:sha1:8fa66e8e07ca565119de195ceefb20cff50ae1ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping</title>
<updated>2013-02-14T22:44:12+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-02-14T19:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9143688197ee1ba14e224badbe1402b36111e592'/>
<id>urn:sha1:9143688197ee1ba14e224badbe1402b36111e592</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check-fast fallout from removing export, r=burningtree</title>
<updated>2013-02-02T03:43:17+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2013-02-02T03:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89c8ef792f7e7641abfac421ba1e8f90384883ec'/>
<id>urn:sha1:89c8ef792f7e7641abfac421ba1e8f90384883ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: Fix some broken test cases</title>
<updated>2012-12-17T22:58:21+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-12-17T22:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02e804bba8e2e82e6e2112ceb297ffb237b42ea6'/>
<id>urn:sha1:02e804bba8e2e82e6e2112ceb297ffb237b42ea6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reliciense makefiles and testsuite. Yup.</title>
<updated>2012-12-11T01:32:58+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-11T01:32:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1affff623604de21813fd791042458ad54248e9'/>
<id>urn:sha1:d1affff623604de21813fd791042458ad54248e9</id>
<content type='text'>
</content>
</entry>
</feed>
