<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/os.rs, branch 0.4</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.4</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.4'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-10-04T23:48:57+00:00</updated>
<entry>
<title>Forbid deprecated modes again in core</title>
<updated>2012-10-04T23:48:57+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-03T21:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65c96f849ff1a76d4867c17703c0b384ccd1bb65'/>
<id>urn:sha1:65c96f849ff1a76d4867c17703c0b384ccd1bb65</id>
<content type='text'>
Sadly, there's only one file that requires deprecated modes
(stackwalk)... So, forbid them everywhere else.
</content>
</entry>
<entry>
<title>De-mode comm::Chan</title>
<updated>2012-10-04T23:48:57+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-03T21:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fe12da0864ade257eb9b7cffbb96e5cb24af325e'/>
<id>urn:sha1:fe12da0864ade257eb9b7cffbb96e5cb24af325e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Attempt to fix os::args errors on various platforms.</title>
<updated>2012-10-03T22:02:22+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-10-03T21:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=365f17483800a9c688bc8606959a9121b8e855a6'/>
<id>urn:sha1:365f17483800a9c688bc8606959a9121b8e855a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Only allow imports marked with "pub" to be imported from other modules</title>
<updated>2012-10-03T01:15:19+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-10-03T01:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f451a7bd7d856daad1e487f7bc7a14c40840c2d'/>
<id>urn:sha1:2f451a7bd7d856daad1e487f7bc7a14c40840c2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix long line.</title>
<updated>2012-10-02T23:32:45+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-10-02T23:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a5545e9cd3f9fa82e8003c2e71eee595492ad64'/>
<id>urn:sha1:8a5545e9cd3f9fa82e8003c2e71eee595492ad64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libcore: Implement os::args() on Windows</title>
<updated>2012-10-02T22:33:44+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-10-01T23:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2df168812d3abd3878a55058b12d911ff17c95ad'/>
<id>urn:sha1:2df168812d3abd3878a55058b12d911ff17c95ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing explicit uses of + mode</title>
<updated>2012-10-02T21:31:39+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-02T18:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f78cdcb6364cf938bfeb71da0c7eca62e257d537'/>
<id>urn:sha1:f78cdcb6364cf938bfeb71da0c7eca62e257d537</id>
<content type='text'>
This removes most explicit uses of the + argument mode. Pending a
snapshot, I had to remove the forbid(deprecated_modes) pragma from
a bunch of files. I'll put it back!

+ mode still has to be used in a few places for functions that get
moved (see task.rs)

The changes outside core and std are due to the to_bytes trait and
making the compiler (with legacy modes on) agree with the libraries
(with legacy modes off) about modes.
</content>
</entry>
<entry>
<title>libstd: Switch off legacy modes in both core and std.</title>
<updated>2012-10-02T19:20:06+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-10-02T19:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=92841793114d7e60e3227d9087dc8741e7592789'/>
<id>urn:sha1:92841793114d7e60e3227d9087dc8741e7592789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Add implementation of real_args for FreeBSD</title>
<updated>2012-10-02T17:31:37+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-10-02T17:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d30b346733f345711a55504ef8abc81152c97a2'/>
<id>urn:sha1:4d30b346733f345711a55504ef8abc81152c97a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>silence warning</title>
<updated>2012-10-02T03:44:30+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-10-02T03:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1506c3150e335a01ab2e14ce83da6e3f6f9aaaf'/>
<id>urn:sha1:b1506c3150e335a01ab2e14ce83da6e3f6f9aaaf</id>
<content type='text'>
</content>
</entry>
</feed>
