<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/process-spawn-with-unicode-params.rs, branch 1.12.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.12.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.12.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-08-10T14:38:31+00:00</updated>
<entry>
<title>[emscripten] Ignore tests</title>
<updated>2016-08-10T14:38:31+00:00</updated>
<author>
<name>Jan-Erik Rediger</name>
<email>janerik@fnordig.de</email>
</author>
<published>2016-08-08T23:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad91873cb6ca0824e395cc8e9bb452fed986fde3'/>
<id>urn:sha1:ad91873cb6ca0824e395cc8e9bb452fed986fde3</id>
<content type='text'>
Most of these rely on spawning processes, which is not possible in
Emscripten.
</content>
</entry>
<entry>
<title>Remove references to `old_{path,io}`</title>
<updated>2015-04-21T15:16:03+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2015-04-21T02:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71bc70ea1b99f9eac5460b8560f90d1baac6385f'/>
<id>urn:sha1:71bc70ea1b99f9eac5460b8560f90d1baac6385f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require feature attributes, and add them where necessary</title>
<updated>2015-03-23T21:40:26+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-03-06T02:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df290f127e923e0aacfe8223dd77f0fa222f0bc8'/>
<id>urn:sha1:df290f127e923e0aacfe8223dd77f0fa222f0bc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Remove old_io/old_path from the prelude</title>
<updated>2015-03-21T03:07:19+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-17T20:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=212e03181e422f569b6426bc08b713a9efc0d0eb'/>
<id>urn:sha1:212e03181e422f569b6426bc08b713a9efc0d0eb</id>
<content type='text'>
This commit removes the reexports of `old_io` traits as well as `old_path` types
and traits from the prelude. This functionality is now all deprecated and needs
to be removed to make way for other functionality like `Seek` in the `std::io`
module (currently reexported as `NewSeek` in the io prelude).

Closes #23377
Closes #23378
</content>
</entry>
<entry>
<title>Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-android</title>
<updated>2015-03-19T06:33:15+00:00</updated>
<author>
<name>Sae-bom Kim</name>
<email>sae-bom.kim@samsung.com</email>
</author>
<published>2015-03-18T07:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0ed265e63b130a52255031f593786bebdbc7f28d'/>
<id>urn:sha1:0ed265e63b130a52255031f593786bebdbc7f28d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Implement stdio for `std::io`</title>
<updated>2015-03-01T07:13:02+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-25T07:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=94d71f8836b3bfac3370e4d324ca1987d843552f'/>
<id>urn:sha1:94d71f8836b3bfac3370e4d324ca1987d843552f</id>
<content type='text'>
This is an implementation of RFC 899 and adds stdio functionality to the new
`std::io` module. Details of the API can be found on the RFC, but from a high
level:

* `io::{stdin, stdout, stderr}` constructors are now available. There are also
  `*_raw` variants for unbuffered and unlocked access.
* All handles are globally shared (excluding raw variants).
* The stderr handle is no longer buffered.
* All handles can be explicitly locked (excluding the raw variants).

The `print!` and `println!` machinery has not yet been hooked up to these
streams just yet. The `std::fmt::output` module has also not yet been
implemented as part of this commit.
</content>
</entry>
<entry>
<title>Replace some uses of deprecated os functions</title>
<updated>2015-02-16T14:19:24+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2015-02-16T14:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d941fa61fa38f13347de8e0522e9084683795e3'/>
<id>urn:sha1:7d941fa61fa38f13347de8e0522e9084683795e3</id>
<content type='text'>
This commit mostly replaces some of the uses of os::args with env::args.
</content>
</entry>
<entry>
<title>cleanup: replace `as[_mut]_slice()` calls with deref coercions</title>
<updated>2015-02-05T18:45:01+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2015-02-02T02:53:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17bc7d8d5be3be9674d702ccad2fa88c487d23b0'/>
<id>urn:sha1:17bc7d8d5be3be9674d702ccad2fa88c487d23b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new path module</title>
<updated>2015-02-03T22:52:03+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-01-29T22:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=45ddf50cebd8f3353383e473327911c1f8b34cd6'/>
<id>urn:sha1:45ddf50cebd8f3353383e473327911c1f8b34cd6</id>
<content type='text'>
Implements [RFC 474](https://github.com/rust-lang/rfcs/pull/474); see
that RFC for details/motivation for this change.

This initial commit does not include additional normalization or
platform-specific path extensions. These will be done in follow up
commits or PRs.
</content>
</entry>
<entry>
<title>Fallout of io =&gt; old_io</title>
<updated>2015-01-27T00:01:16+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-01-23T00:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a07f859b880bfe4dd6f095c959422d7c6b53831'/>
<id>urn:sha1:3a07f859b880bfe4dd6f095c959422d7c6b53831</id>
<content type='text'>
</content>
</entry>
</feed>
