<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/etc/installer/pkg, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-09-24T00:14:25+00:00</updated>
<entry>
<title>Raise minimum supported macOS to 10.12</title>
<updated>2023-09-24T00:14:25+00:00</updated>
<author>
<name>BlackHoleFox</name>
<email>blackholefoxdev@gmail.com</email>
</author>
<published>2022-11-13T22:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58bbca958d917a89124da248735926f86c59a149'/>
<id>urn:sha1:58bbca958d917a89124da248735926f86c59a149</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spelling tools/compiletest</title>
<updated>2023-04-20T19:38:41+00:00</updated>
<author>
<name>Josh Soref</name>
<email>2119212+jsoref@users.noreply.github.com</email>
</author>
<published>2023-04-09T23:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=50240b31f1a3c53243ea09212904dd09fb57b6d2'/>
<id>urn:sha1:50240b31f1a3c53243ea09212904dd09fb57b6d2</id>
<content type='text'>
spelling: exactly
spelling: synthetic

Signed-off-by: Josh Soref &lt;2119212+jsoref@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fix macos pkg installer when rust-docs is not available.</title>
<updated>2023-04-03T03:45:20+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2023-04-03T03:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b9aa5fa2cb4daf8414b9b8091dc651a8e17f9e7'/>
<id>urn:sha1:7b9aa5fa2cb4daf8414b9b8091dc651a8e17f9e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove RLS from macOS pkg and Windows msi installers.</title>
<updated>2022-08-28T04:36:14+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2022-08-23T16:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=039c9b267a191170601fff8551a4d25992bbac77'/>
<id>urn:sha1:039c9b267a191170601fff8551a4d25992bbac77</id>
<content type='text'>
These generally aren't used too much, and I feel like aren't really
helpful for installing the RLS stub.
</content>
</entry>
<entry>
<title>rustbuild: Allow setting rls/rustfmt to "broken"</title>
<updated>2017-10-16T16:06:51+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-09-19T20:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5050dadfc616b090d396deed9a4652a85c5f6f04'/>
<id>urn:sha1:5050dadfc616b090d396deed9a4652a85c5f6f04</id>
<content type='text'>
This commit enables configuring the RLS/rustfmt tools to the "broken" state and
actually get it past CI. The main changes here were to update all dist-related
code to handle the situation where the RLS isn't available. This in turn
involved a homegrown preprocessor-like-function to edit the configuration files
we pass to the various combined installer tools.
</content>
</entry>
<entry>
<title>Fix formatting issues in Distribution.xml</title>
<updated>2017-05-30T02:55:35+00:00</updated>
<author>
<name>Edward Yang</name>
<email>edward.yang6771@gmail.com</email>
</author>
<published>2017-05-30T02:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3b29d3f010e9895e711767eb9eeba7f5de9ba50'/>
<id>urn:sha1:f3b29d3f010e9895e711767eb9eeba7f5de9ba50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RLS to .pkg installer</title>
<updated>2017-05-30T02:50:23+00:00</updated>
<author>
<name>Edward Yang</name>
<email>edward.yang6771@gmail.com</email>
</author>
<published>2017-05-30T02:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c362732dc49d7ab6d3fcf973922337dae53dd5c'/>
<id>urn:sha1:7c362732dc49d7ab6d3fcf973922337dae53dd5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustbuild: Start building --enable-extended</title>
<updated>2017-01-24T22:48:03+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-01-21T01:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3dfcae2029be9de5ad2e015d97ca246c2381b84'/>
<id>urn:sha1:f3dfcae2029be9de5ad2e015d97ca246c2381b84</id>
<content type='text'>
This commit adds a new flag to the configure script,
`--enable-extended`, which is intended for specifying a desire to
compile the full suite of Rust tools such as Cargo, the RLS, etc. This
is also an indication that the build system should create combined
installers such as the pkg/exe/msi artifacts.

Currently the `--enable-extended` flag just indicates that combined
installers should be built, and Cargo is itself not compiled just yet
but rather only downloaded from its location. The intention here is to
quickly get to feature parity with the current release process and then
we can start improving it afterwards.

All new files in this PR inside `src/etc/installer` are copied from the
rust-packaging repository.
</content>
</entry>
</feed>
