<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/tests/env.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-26T10:28:05+00:00</updated>
<entry>
<title>Move env modifying tests to a separate integration test</title>
<updated>2025-01-26T10:28:05+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-01-23T14:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05cbf03d8f98ca23bff64ea40925df3029d0dd89'/>
<id>urn:sha1:05cbf03d8f98ca23bff64ea40925df3029d0dd89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move std::env unit tests to integration tests</title>
<updated>2025-01-26T10:28:04+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-01-17T09:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e00cbf304c1d3780718c60223e4650254c89818b'/>
<id>urn:sha1:e00cbf304c1d3780718c60223e4650254c89818b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix and undeprecate home_dir()</title>
<updated>2024-11-04T03:06:09+00:00</updated>
<author>
<name>Kornel</name>
<email>kornel@geekhood.net</email>
</author>
<published>2024-11-02T11:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b7f56ac9dd3db6163f26ab7b5e28b55756fef79'/>
<id>urn:sha1:4b7f56ac9dd3db6163f26ab7b5e28b55756fef79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Add data race test to `std::env::{get, set}`</title>
<updated>2023-08-20T19:50:45+00:00</updated>
<author>
<name>ShE3py</name>
<email>52315535+she3py@users.noreply.github.com</email>
</author>
<published>2023-08-20T19:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8a2f31ae48fbcf8b71684851b3652007a7094d7'/>
<id>urn:sha1:f8a2f31ae48fbcf8b71684851b3652007a7094d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make `create_dir_all_bare` an std integration test</title>
<updated>2023-02-21T18:33:19+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2023-02-19T09:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b18b4440a8d8b052ef454dba9fdb95be99485e7'/>
<id>urn:sha1:9b18b4440a8d8b052ef454dba9fdb95be99485e7</id>
<content type='text'>
Moving `create_dir_all` out of `ui-fulldeps` is complicated by the fact it sets the current directory. This means it can't be a unit test. Instead, move it to its own integration test.
</content>
</entry>
<entry>
<title>Update rand in the stdlib tests, and remove the getrandom feature from it</title>
<updated>2023-01-04T22:52:41+00:00</updated>
<author>
<name>Thom Chiovoloni</name>
<email>thom@shift.click</email>
</author>
<published>2022-11-21T00:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4bf36e87bdec61240fb3040774d008c70acbfbb'/>
<id>urn:sha1:a4bf36e87bdec61240fb3040774d008c70acbfbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SGX CI, take 3</title>
<updated>2020-12-07T14:22:34+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2020-12-07T14:14:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9703bb81923d23acf064543c17acac7ee071a1e5'/>
<id>urn:sha1:9703bb81923d23acf064543c17acac7ee071a1e5</id>
<content type='text'>
Broken in #79038
</content>
</entry>
<entry>
<title>Fix SGX CI</title>
<updated>2020-12-01T17:15:00+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2020-12-01T14:36:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b787d723fc489ef50bd6cf32464fc638a1773fda'/>
<id>urn:sha1:b787d723fc489ef50bd6cf32464fc638a1773fda</id>
<content type='text'>
Broken in #79038
</content>
</entry>
<entry>
<title>Make ui test that are run-pass and do not test the compiler itself library tests</title>
<updated>2020-11-30T01:47:32+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2020-11-22T08:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be554c4101df2a9ac65d40962ee37ece85d517bf'/>
<id>urn:sha1:be554c4101df2a9ac65d40962ee37ece85d517bf</id>
<content type='text'>
</content>
</entry>
</feed>
