<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_allocator, branch 1.37.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.37.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.37.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-06-18T07:48:56+00:00</updated>
<entry>
<title>syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo`</title>
<updated>2019-06-18T07:48:56+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-17T19:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ec502eecdccec643ae6631a323dc6f38b490269'/>
<id>urn:sha1:8ec502eecdccec643ae6631a323dc6f38b490269</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Factor out common fields from `SyntaxExtension` variants</title>
<updated>2019-06-18T07:48:56+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-16T15:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=961ba8f9efbb51d80e7e73a609f6587c0ffa0623'/>
<id>urn:sha1:961ba8f9efbb51d80e7e73a609f6587c0ffa0623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add deny(unused_lifetimes) to all the crates that have deny(internal).</title>
<updated>2019-06-11T11:11:59+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2019-06-11T09:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=630ec8880cc2941a3fd178a27934dff0d46b8155'/>
<id>urn:sha1:630ec8880cc2941a3fd178a27934dff0d46b8155</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid unnecessary internings.</title>
<updated>2019-05-27T03:58:38+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-05-22T02:42:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=26451ef7b5e00887dc8f27717ff34262df23d655'/>
<id>urn:sha1:26451ef7b5e00887dc8f27717ff34262df23d655</id>
<content type='text'>
Most involving `Symbol::intern` on string literals.
</content>
</entry>
<entry>
<title>Restore the old behavior of the rustdoc keyword check + Fix rebase</title>
<updated>2019-05-22T17:20:12+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-05-13T19:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1885cdba38a63448ceec02f951ddc0844d0ff38'/>
<id>urn:sha1:a1885cdba38a63448ceec02f951ddc0844d0ff38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move `edition` outside the hygiene lock and avoid accessing it</title>
<updated>2019-05-21T16:17:05+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2019-04-05T22:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1f2dceaebd21a6f8a5f9341bf41724bb20e2a7d'/>
<id>urn:sha1:a1f2dceaebd21a6f8a5f9341bf41724bb20e2a7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `Symbol::gensym()`.</title>
<updated>2019-05-20T04:46:55+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-05-17T00:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88d29992bdd3d881b336b724675c59323e70e2e7'/>
<id>urn:sha1:88d29992bdd3d881b336b724675c59323e70e2e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid unnecessary interning in `Ident::from_str()` calls.</title>
<updated>2019-05-17T10:10:50+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2019-05-17T08:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86cc326d0665997669ca6069c5bb2619e1955f6c'/>
<id>urn:sha1:86cc326d0665997669ca6069c5bb2619e1955f6c</id>
<content type='text'>
A lot of these static symbols are pre-interned.
</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>
<entry>
<title>Deny `internal` in stage0</title>
<updated>2019-04-17T03:15:00+00:00</updated>
<author>
<name>Mateusz Mikuła</name>
<email>matti@marinelayer.io</email>
</author>
<published>2019-04-15T11:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87e4b43d518c754cc8c522da04ac3a6ae30eb7aa'/>
<id>urn:sha1:87e4b43d518c754cc8c522da04ac3a6ae30eb7aa</id>
<content type='text'>
</content>
</entry>
</feed>
