<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rtstartup/rsbegin.rs, branch 1.42.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.42.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.42.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-12-22T22:42:47+00:00</updated>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various minor/cosmetic improvements to code</title>
<updated>2018-12-07T23:53:34+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2018-11-27T02:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee89c088b057affb5bdb96195e107a218b64b1c5'/>
<id>urn:sha1:ee89c088b057affb5bdb96195e107a218b64b1c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to 1.26 bootstrap compiler</title>
<updated>2018-05-17T14:47:25+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-05-10T18:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e3432447a9c6386443acdf731d488c159be3f66'/>
<id>urn:sha1:9e3432447a9c6386443acdf731d488c159be3f66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `impl Foo for ..` in favor of `auto trait Foo`</title>
<updated>2018-01-13T15:48:00+00:00</updated>
<author>
<name>leonardo.yvens</name>
<email>leoyvens@gmail.com</email>
</author>
<published>2017-12-01T12:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f93183adb43cff4cc0972ce133ce077f8cae1656'/>
<id>urn:sha1:f93183adb43cff4cc0972ce133ce077f8cae1656</id>
<content type='text'>
No longer parse it.
Remove AutoTrait variant from AST and HIR.
Remove backwards compatibility lint.
Remove coherence checks, they make no sense for the new syntax.
Remove from rustdoc.
</content>
</entry>
<entry>
<title>auto trait future compatibility lint</title>
<updated>2017-11-03T18:13:21+00:00</updated>
<author>
<name>leonardo.yvens</name>
<email>leoyvens@gmail.com</email>
</author>
<published>2017-10-14T21:23:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8b586e68b5b41cbc44f6e7936487061dc833ebed'/>
<id>urn:sha1:8b586e68b5b41cbc44f6e7936487061dc833ebed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize spaces in lang attributes.</title>
<updated>2017-09-28T08:30:25+00:00</updated>
<author>
<name>Havvy</name>
<email>ryan.havvy@gmail.com</email>
</author>
<published>2017-09-28T08:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=20fc2153239ef0dd2eeb23a8ee30d0c9843000b3'/>
<id>urn:sha1:20fc2153239ef0dd2eeb23a8ee30d0c9843000b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update stage0 bootstrap compiler</title>
<updated>2017-04-29T19:11:14+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-04-20T21:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5daf557a77391f14a26038d7ab70d424cfe5b040'/>
<id>urn:sha1:5daf557a77391f14a26038d7ab70d424cfe5b040</id>
<content type='text'>
We've got a freshly minted beta compiler, let's update to use that on nightly!
This has a few other changes associated with it as well

* A bump to the rustc version number (to 1.19.0)
* Movement of the `cargo` and `rls` submodules to their "proper" location in
  `src/tools/{cargo,rls}`. Now that Cargo workspaces support the `exclude`
  option this can work.
* Updates of the `cargo` and `rls` submodules to their master branches.
* Tweak to the `src/stage0.txt` format to be more amenable for Cargo version
  numbers. On the beta channel Cargo will bootstrap from a different version
  than rustc (e.g. the version numbers are different), so we need different
  configuration for this.
* Addition of `dev` as a readable key in the `src/stage0.txt` format. If present
  then stage0 compilers are downloaded from `dev-static.rust-lang.org` instead
  of `static.rust-lang.org`. This is added to accomodate our updated release
  process with Travis and AppVeyor.
</content>
</entry>
<entry>
<title>Update #[no_core] users with the "freeze" lang item.</title>
<updated>2017-04-21T12:48:35+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2017-04-18T08:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89bd3f39cadbbe0b361303ddbda2796ea7f39bb9'/>
<id>urn:sha1:89bd3f39cadbbe0b361303ddbda2796ea7f39bb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename static mut to upper case</title>
<updated>2016-10-14T14:21:11+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2016-10-14T12:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72399f2db75f7049a5f81e98e9c537ba7d2694db'/>
<id>urn:sha1:72399f2db75f7049a5f81e98e9c537ba7d2694db</id>
<content type='text'>
</content>
</entry>
</feed>
