<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_incremental/persist/load.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>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>Change `WorkProduct::saved_files` to an `Option`.</title>
<updated>2020-05-12T07:55:07+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2020-05-12T05:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98d625441501aa23284a1897c4a6511a46a86ce5'/>
<id>urn:sha1:98d625441501aa23284a1897c4a6511a46a86ce5</id>
<content type='text'>
Because there is at most one file.
</content>
</entry>
<entry>
<title>Don't copy bytecode files into the incr. comp. cache.</title>
<updated>2020-05-01T15:14:39+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2020-03-30T23:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4e5e1bcffe7feb150d061985eb03c6e09ebb9f7'/>
<id>urn:sha1:d4e5e1bcffe7feb150d061985eb03c6e09ebb9f7</id>
<content type='text'>
It's no longer necessary now that bitcode is embedded into object files.

This change meant that `WorkProductFileKind::Bytecode` is no longer
necessary, which means that type is no longer necessary, which allowed
several places in the code to become simpler.
</content>
</entry>
<entry>
<title>rustc -&gt; rustc_middle part 3 (rustfmt)</title>
<updated>2020-03-30T05:19:55+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-29T15:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ccb0b4a020cac07a9772d0da722869096a46cef'/>
<id>urn:sha1:1ccb0b4a020cac07a9772d0da722869096a46cef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc -&gt; rustc_middle part 2</title>
<updated>2020-03-30T05:16:56+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-29T14:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0cb9e36090fcaa9243b866a61044018a9e6b8c41'/>
<id>urn:sha1:0cb9e36090fcaa9243b866a61044018a9e6b8c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `-Z incremental-queries`.</title>
<updated>2020-03-24T01:07:26+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2020-03-23T00:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f19ab9ad9db52f8720a44e5ddb8f4fb8db70a3ec'/>
<id>urn:sha1:f19ab9ad9db52f8720a44e5ddb8f4fb8db70a3ec</id>
<content type='text'>
Because it uses `parse_bool` and defaults to true, it is actually
impossible to set it to false. And it hasn't been experimental for some
time now.
</content>
</entry>
<entry>
<title>use direct imports for `rustc::{lint, session}`.</title>
<updated>2020-03-16T01:52:06+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-11T11:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4392a8b73c3f51315c593344f4e7386ebc6e78e5'/>
<id>urn:sha1:4392a8b73c3f51315c593344f4e7386ebc6e78e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Label unmarked time</title>
<updated>2020-01-09T21:38:40+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2020-01-09T02:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b650e91cf40500b60475c17ff289e1db761d7836'/>
<id>urn:sha1:b650e91cf40500b60475c17ff289e1db761d7836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change -Z time event naming scheme and make them generic activities</title>
<updated>2020-01-09T06:06:40+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2020-01-07T20:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5427601e9ed173ad8e36adf02e5883729753af20'/>
<id>urn:sha1:5427601e9ed173ad8e36adf02e5883729753af20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use self profile infrastructure for -Z time and -Z time-passes</title>
<updated>2020-01-05T01:57:14+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2020-01-01T01:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5a485ce4a3767bcac6bcc7bf66867c59c30eaeb1'/>
<id>urn:sha1:5a485ce4a3767bcac6bcc7bf66867c59c30eaeb1</id>
<content type='text'>
</content>
</entry>
</feed>
