<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_middle/src/ty/codec.rs, branch 1.53.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.53.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.53.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-03-31T14:15:27+00:00</updated>
<entry>
<title>Track bound vars</title>
<updated>2021-03-31T14:15:27+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2020-10-06T00:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30187c81f65aa29a53ad7c24fe3b4c7bff947094'/>
<id>urn:sha1:30187c81f65aa29a53ad7c24fe3b4c7bff947094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tcx lifetime to Binder</title>
<updated>2021-03-31T14:13:57+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2020-10-05T20:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62a49c3bb8e0c82ee40b482f08a21a65f90b874b'/>
<id>urn:sha1:62a49c3bb8e0c82ee40b482f08a21a65f90b874b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove (lots of) dead code</title>
<updated>2021-03-28T02:16:33+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-03-16T05:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=441dc3640a408e612064464b0c6308bdca6c16ce'/>
<id>urn:sha1:441dc3640a408e612064464b0c6308bdca6c16ce</id>
<content type='text'>
Found with https://github.com/est31/warnalyzer.

Dubious changes:
- Is anyone else using rustc_apfloat? I feel weird completely deleting
  x87 support.
- Maybe some of the dead code in rustc_data_structures, in case someone
  wants to use it in the future?
- Don't change rustc_serialize

  I plan to scrap most of the json module in the near future (see
  https://github.com/rust-lang/compiler-team/issues/418) and fixing the
  tests needed more work than I expected.

TODO: check if any of the comments on the deleted code should be kept.
</content>
</entry>
<entry>
<title>Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code.</title>
<updated>2021-03-25T13:05:00+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2021-03-25T10:43:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=517d5ac230ab11ba5e8810dacc5878065fcdd08e'/>
<id>urn:sha1:517d5ac230ab11ba5e8810dacc5878065fcdd08e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move raw bytes handling to Encoder/Decoder.</title>
<updated>2021-03-19T18:35:22+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-03-11T21:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09a638820e6a2383b9b84333aa588ced80982d0a'/>
<id>urn:sha1:09a638820e6a2383b9b84333aa588ced80982d0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Intern valtree field vector</title>
<updated>2021-03-12T12:19:17+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2021-02-22T14:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0fe4f38769ff5654cb24a9b84ce69b4cdce46e64'/>
<id>urn:sha1:0fe4f38769ff5654cb24a9b84ce69b4cdce46e64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove useless ?s (clippy::needless_question_marks)</title>
<updated>2021-02-17T22:23:57+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2021-02-17T22:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7b834831f3475df2ee6b9d1637eb981db599eb4'/>
<id>urn:sha1:f7b834831f3475df2ee6b9d1637eb981db599eb4</id>
<content type='text'>
Example code:
```
fn opts() -&gt; Option&lt;String&gt; {
    let s: Option&lt;String&gt; = Some(String::new());
    Some(s?) // this can just be "s"
}
```
</content>
</entry>
<entry>
<title>Rollup merge of #81100 - lcnr:encode_with_shorthand, r=oli-obk</title>
<updated>2021-01-18T11:53:26+00:00</updated>
<author>
<name>Ashley Mannix</name>
<email>kodraus@hey.com</email>
</author>
<published>2021-01-18T11:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3ff9ac8e8899f06a32e85d9d1a8ec7b2abd6765'/>
<id>urn:sha1:d3ff9ac8e8899f06a32e85d9d1a8ec7b2abd6765</id>
<content type='text'>
prevent potential bug in `encode_with_shorthand`.

see https://rust-lang.zulipchat.com/#narrow/stream/233931-t-compiler.2Fmajor-changes/topic/Remove.20PredicateKind.20in.20favor.20of.20only.20Bin.E2.80.A6.20compiler-team.23397/near/223012169
</content>
</entry>
<entry>
<title>Don't derive TyEncodable/TyDecodable for Binder</title>
<updated>2021-01-17T09:13:51+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2021-01-17T09:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c76f47832a5086a76ea5f5f7636bfd35fcaee1d4'/>
<id>urn:sha1:c76f47832a5086a76ea5f5f7636bfd35fcaee1d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Impl EncodableWithShorthand for PredicateKind</title>
<updated>2021-01-17T07:49:30+00:00</updated>
<author>
<name>Jack Huey</name>
<email>jack.huey@umassmed.edu</email>
</author>
<published>2021-01-17T07:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=674735b109cdfb815c02b9b60fb65e5495f7cfe1'/>
<id>urn:sha1:674735b109cdfb815c02b9b60fb65e5495f7cfe1</id>
<content type='text'>
</content>
</entry>
</feed>
