<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_target/src/spec/vxworks_base.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-11-08T06:15:26+00:00</updated>
<entry>
<title>target: move base specs to spec/base</title>
<updated>2023-11-08T06:15:26+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood@huawei.com</email>
</author>
<published>2023-11-08T06:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76aa83e3e13bf23168389699ca69c59d7a79a336'/>
<id>urn:sha1:76aa83e3e13bf23168389699ca69c59d7a79a336</id>
<content type='text'>
Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
<entry>
<title>rustc_target: Flip the default for `TargetOptions::executables` to true</title>
<updated>2022-07-11T20:23:51+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2022-06-28T13:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d9fdb778e9e729216a360c09312d86c28db3c8b'/>
<id>urn:sha1:8d9fdb778e9e729216a360c09312d86c28db3c8b</id>
<content type='text'>
Also change `executables` to true for linux-kernel and windows-uwp-gnu targets
</content>
</entry>
<entry>
<title>Cleanup after some refactoring in rustc_target</title>
<updated>2022-04-03T19:29:57+00:00</updated>
<author>
<name>Loïc BRANSTETT</name>
<email>lolo.branstett@numericable.fr</email>
</author>
<published>2022-04-03T16:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a1f5b89a4acf44fc4720c097b4bbcebcfa26818'/>
<id>urn:sha1:1a1f5b89a4acf44fc4720c097b4bbcebcfa26818</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace every Vec in Target(Options) with it's Cow equivalent</title>
<updated>2022-04-03T19:29:57+00:00</updated>
<author>
<name>Loïc BRANSTETT</name>
<email>lolo.branstett@numericable.fr</email>
</author>
<published>2022-03-27T23:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce61d4044d7621fd190a2ddd1f51fa78e2941518'/>
<id>urn:sha1:ce61d4044d7621fd190a2ddd1f51fa78e2941518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace every `String` in Target(Options) with `Cow&lt;'static, str&gt;`</title>
<updated>2022-04-03T19:29:57+00:00</updated>
<author>
<name>Loïc BRANSTETT</name>
<email>lolo.branstett@numericable.fr</email>
</author>
<published>2022-03-22T10:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccff48f97b7a4438b9818f8ff0f60c1cd01cdbeb'/>
<id>urn:sha1:ccff48f97b7a4438b9818f8ff0f60c1cd01cdbeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `has_elf_tls` to `has_thread_local`</title>
<updated>2021-12-17T20:56:38+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2021-12-17T20:56:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=391332c5d9d5a5e97a0d36e011a87ad43045cfd3'/>
<id>urn:sha1:391332c5d9d5a5e97a0d36e011a87ad43045cfd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove linker_is_gnu: true cases as that is now the default.</title>
<updated>2021-05-21T06:36:04+00:00</updated>
<author>
<name>Luqman Aden</name>
<email>me@luqman.ca</email>
</author>
<published>2021-05-21T06:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3221a5e65bd5c90a2fe9cfe341110b3bd8fb6e16'/>
<id>urn:sha1:3221a5e65bd5c90a2fe9cfe341110b3bd8fb6e16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow setting `target_family` to multiple values</title>
<updated>2021-04-10T22:18:38+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2021-04-10T20:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4afea69090b5501c17b16957d090658a1b3c2216'/>
<id>urn:sha1:4afea69090b5501c17b16957d090658a1b3c2216</id>
<content type='text'>
This enables us to set more generic labels shared between targets. For
example `target_family="wasm"` across all targets that are conceptually
"wasm".

See https://github.com/rust-lang/reference/pull/1006
</content>
</entry>
<entry>
<title>rustc_target: Rely on defaults more in target specs</title>
<updated>2021-04-05T20:12:56+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2021-04-03T21:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e7e485cf51ada6052938efc41ea2fa3dc9d74fad'/>
<id>urn:sha1:e7e485cf51ada6052938efc41ea2fa3dc9d74fad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linker: Use `--as-needed` by default when linker supports it</title>
<updated>2021-03-27T22:49:15+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2021-03-27T21:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6615ee89be2290c96aa7d4ab24dc94e23a8c7080'/>
<id>urn:sha1:6615ee89be2290c96aa7d4ab24dc94e23a8c7080</id>
<content type='text'>
</content>
</entry>
</feed>
