<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_codegen_utils/symbol_names_test.rs, branch 1.41.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.41.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.41.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-09-04T04:23:30+00:00</updated>
<entry>
<title>Remove `LocalInternedString` uses from `librustc/ty/`.</title>
<updated>2019-09-04T04:23:30+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-09-03T06:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0ad111f8bb9bf534c9d2a9ba46d6850907c757e3'/>
<id>urn:sha1:0ad111f8bb9bf534c9d2a9ba46d6850907c757e3</id>
<content type='text'>
This is not a compelling change in isolation, but it is a necessary
step.
</content>
</entry>
<entry>
<title>rename hir::map::local_def_id_from_hir_id to local_def_id</title>
<updated>2019-07-04T10:53:12+00:00</updated>
<author>
<name>ljedrz</name>
<email>ljedrz@gmail.com</email>
</author>
<published>2019-06-27T09:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37d7e1f22a9da3f31c117d0def02c5ea8e23a096'/>
<id>urn:sha1:37d7e1f22a9da3f31c117d0def02c5ea8e23a096</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove needless lifetimes</title>
<updated>2019-07-03T08:01:02+00:00</updated>
<author>
<name>Jeremy Stucki</name>
<email>jeremy@myelin.ch</email>
</author>
<published>2019-06-21T18:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec711767a7ac6911faae85d4b9285d07d5ebf949'/>
<id>urn:sha1:ec711767a7ac6911faae85d4b9285d07d5ebf949</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify all uses of 'gcx and 'tcx.</title>
<updated>2019-06-14T15:58:23+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-13T21:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3f9d6dfd92dfaeb14df891ad27b2531809dd734'/>
<id>urn:sha1:f3f9d6dfd92dfaeb14df891ad27b2531809dd734</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: replace `TyCtxt&lt;'tcx, 'gcx, 'tcx&gt;` with `TyCtxt&lt;'gcx, 'tcx&gt;`.</title>
<updated>2019-06-12T10:38:27+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-11T20:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17cdd356da598eb46515352277d3664f05c888ee'/>
<id>urn:sha1:17cdd356da598eb46515352277d3664f05c888ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix fallout from `deny(unused_lifetimes)`.</title>
<updated>2019-06-12T10:38:27+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-11T20:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=244125350880ca2f905928cae4115867eedd301a'/>
<id>urn:sha1:244125350880ca2f905928cae4115867eedd301a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: replace `TyCtxt&lt;'a, 'gcx, 'tcx&gt;` with `TyCtxt&lt;'tcx, 'gcx, 'tcx&gt;`.</title>
<updated>2019-06-12T10:38:27+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-11T19:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37799a5552d308da5d74d9654036f2f541f3c8c3'/>
<id>urn:sha1:37799a5552d308da5d74d9654036f2f541f3c8c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove reexport of rustc::ty::Instance</title>
<updated>2019-06-03T03:32:42+00:00</updated>
<author>
<name>Mark Mansi</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2019-05-23T17:15:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8af151b30a31fef48a2173d7cc6aee50baa6d276'/>
<id>urn:sha1:8af151b30a31fef48a2173d7cc6aee50baa6d276</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_codegen_utils: test demangler output, not just symbol names.</title>
<updated>2019-05-31T15:23:03+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-05-29T20:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=654d0596d3f21c8f774c95324bf79e5d6fbb75d4'/>
<id>urn:sha1:654d0596d3f21c8f774c95324bf79e5d6fbb75d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.</title>
<updated>2019-05-12T23:29:22+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-05-08T03:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb084a48e2ca663de41b316dc6ece2dceb93e24e'/>
<id>urn:sha1:fb084a48e2ca663de41b316dc6ece2dceb93e24e</id>
<content type='text'>
</content>
</entry>
</feed>
