<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_errors/lock.rs, branch 1.40.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.40.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.40.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-06-17T10:52:46+00:00</updated>
<entry>
<title>Make use of `ptr::null(_mut)` instead of casting zero</title>
<updated>2019-06-17T10:52:46+00:00</updated>
<author>
<name>Lzu Tao</name>
<email>taolzu@gmail.com</email>
</author>
<published>2019-06-17T10:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d69d4ced23c446d6af341e3f9dc031a302150fc'/>
<id>urn:sha1:7d69d4ced23c446d6af341e3f9dc031a302150fc</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>Fix compiling some rustc crates to wasm</title>
<updated>2018-09-07T15:17:02+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2018-09-07T07:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c89243fd33a7f9f0ef4ddc9796047c646e9a688'/>
<id>urn:sha1:0c89243fd33a7f9f0ef4ddc9796047c646e9a688</id>
<content type='text'>
I was dabbling recently seeing what it would take to compile `rustfmt` to the
`wasm32-unknown-unknown` target and it turns out not much effort is needed!
Currently `rustfmt` depends on a few rustc crates published to crates.io, so
this commit touches up those crates to compile for wasm themselves. Notably:

* The `rustc_data_structures` crate's `flock` implementation is stubbed out to
  unconditionally return errors on unsupported platforms.
* The `rustc_errors` crate is extended to not do any locking for all non-windows
  platforms.

In both of these cases if we port the compiler to new platforms the
functionality isn't critical but will be discovered over time as it comes up, so
this hopefully doesn't make it too too hard to compile to new platforms!
</content>
</entry>
<entry>
<title>Replace usages of 'bad_style' with 'nonstandard_style'.</title>
<updated>2018-08-29T14:01:35+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2018-08-29T13:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e477a13d63c2139f39c192c8e22dcfd0810f68e4'/>
<id>urn:sha1:e477a13d63c2139f39c192c8e22dcfd0810f68e4</id>
<content type='text'>
`bad_style` is being deprecated in favor of `nonstandard_style`:

- https://github.com/rust-lang/rust/issues/41646
</content>
</entry>
<entry>
<title>Deny bare trait objects in src/librustc_errors</title>
<updated>2018-07-14T05:23:32+00:00</updated>
<author>
<name>ljedrz</name>
<email>ljedrz@gmail.com</email>
</author>
<published>2018-07-12T07:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=033924464fedf2c68abd4605930a81569a02cbf9'/>
<id>urn:sha1:033924464fedf2c68abd4605930a81569a02cbf9</id>
<content type='text'>
Enforce `#![deny(bare_trait_objects)]` in `src/librustc_errors`.
</content>
</entry>
<entry>
<title>run rustfmt on librustc_errors folder</title>
<updated>2016-10-18T17:43:02+00:00</updated>
<author>
<name>Srinivas Reddy Thatiparthy</name>
<email>thatiparthysreenivas@gmail.com</email>
</author>
<published>2016-10-18T17:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2606173450b7842a59b23f8167eb6832d9c3305'/>
<id>urn:sha1:b2606173450b7842a59b23f8167eb6832d9c3305</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prevent error message interleaving on win/unix</title>
<updated>2016-08-25T20:28:35+00:00</updated>
<author>
<name>Jonathan Turner</name>
<email>jturner@mozilla.com</email>
</author>
<published>2016-08-25T20:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a65b201d94422eb81addef4bed2d37211e39661b'/>
<id>urn:sha1:a65b201d94422eb81addef4bed2d37211e39661b</id>
<content type='text'>
</content>
</entry>
</feed>
