<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_codegen_ssa/back/command.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>2020-08-30T15:45:07+00:00</updated>
<entry>
<title>mv compiler to compiler/</title>
<updated>2020-08-30T15:45:07+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-08-28T03:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5f7d5631b8f4009ac1c693e585d4b7108d4275'/>
<id>urn:sha1:9e5f7d5631b8f4009ac1c693e585d4b7108d4275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove redundant returns (clippy::needless_return)</title>
<updated>2020-03-20T19:23:03+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-03-20T14:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad00e9188766b8accdce93b264ed8b13aa12a820'/>
<id>urn:sha1:ad00e9188766b8accdce93b264ed8b13aa12a820</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize `syntax::symbol` imports.</title>
<updated>2020-01-02T12:57:04+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-01-01T18:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ff12ce4c14d348dfe53d1f74ab53c878f4fb4f8'/>
<id>urn:sha1:4ff12ce4c14d348dfe53d1f74ab53c878f4fb4f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tidy: change msdn links to newer locations</title>
<updated>2019-12-25T15:35:54+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2019-12-25T15:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a2ef17194d7bfe56e75a3504327b38bcad979ef'/>
<id>urn:sha1:3a2ef17194d7bfe56e75a3504327b38bcad979ef</id>
<content type='text'>
see accouncement at https://docs.microsoft.com/welcome-to-docs
</content>
</entry>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the `AsRef` impl for `SymbolStr`.</title>
<updated>2019-11-01T22:01:02+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-10-22T00:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0db29003975d8c4b3a552ff8c3a68435173cdc7'/>
<id>urn:sha1:d0db29003975d8c4b3a552ff8c3a68435173cdc7</id>
<content type='text'>
Because it's highly magical, which goes against the goal of keeping
`SymbolStr` simple. Plus it's only used in a handful of places that
only require minor changes.
</content>
</entry>
<entry>
<title>Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton</title>
<updated>2019-09-13T09:19:43+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-09-13T09:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3287a65fc05028dce3b521765f4643384ebc4346'/>
<id>urn:sha1:3287a65fc05028dce3b521765f4643384ebc4346</id>
<content type='text'>
Fix sysroot on macOS when cross-compiling and SDKROOT is set

Fixes rust-lang/cargo#7283
Closes rust-lang/cargo#7284

r? @alexcrichton
</content>
</entry>
<entry>
<title>Remove env vars instead of setting them to an empty string</title>
<updated>2019-09-12T10:47:17+00:00</updated>
<author>
<name>Aleksi Juvani</name>
<email>aleksi@aleksijuvani.com</email>
</author>
<published>2019-09-12T10:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e715d03275cb83a3fd7aeb8f4c62661d4c690464'/>
<id>urn:sha1:e715d03275cb83a3fd7aeb8f4c62661d4c690464</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `Symbol` in `Linker`.</title>
<updated>2019-09-11T01:31:38+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-09-05T01:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=482d63673cbb2cec971f85653ff5babbf9bce0ce'/>
<id>urn:sha1:482d63673cbb2cec971f85653ff5babbf9bce0ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use associated_type_bounds where applicable - closes #61738</title>
<updated>2019-08-08T20:39:15+00:00</updated>
<author>
<name>Ilija Tovilo</name>
<email>ilija.tovilo@me.com</email>
</author>
<published>2019-07-31T19:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a6a29b4ecfdb7f641ca699fcd66a09b4baaae6a'/>
<id>urn:sha1:3a6a29b4ecfdb7f641ca699fcd66a09b4baaae6a</id>
<content type='text'>
</content>
</entry>
</feed>
