<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/source_map.rs, branch 1.34.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.34.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.34.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-02-13T03:37:04+00:00</updated>
<entry>
<title>Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper</title>
<updated>2019-02-13T03:37:04+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-02-13T03:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bc8f6f3f4ecfa3309aaa4df52fb4aa1ddd63b07'/>
<id>urn:sha1:0bc8f6f3f4ecfa3309aaa4df52fb4aa1ddd63b07</id>
<content type='text'>
Rename rustc_errors dependency in rust 2018 crates

I think this is a better solution than `use rustc_errors as errors` in `lib.rs` and `use crate::errors` in modules.

Related: rust-lang/cargo#5653

cc #58099

r? @Centril
</content>
</entry>
<entry>
<title>Rename rustc_errors dependency in rust 2018 crates</title>
<updated>2019-02-12T15:28:52+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-07T15:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3216c7656afbada6af3cbf77ef5236a7153f58e8'/>
<id>urn:sha1:3216c7656afbada6af3cbf77ef5236a7153f58e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: doc comments</title>
<updated>2019-02-10T23:42:32+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2019-02-08T13:53:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3e182cf43aea2c010a1915eb37293a458df2228'/>
<id>urn:sha1:c3e182cf43aea2c010a1915eb37293a458df2228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libsyntax =&gt; 2018</title>
<updated>2019-02-06T17:33:01+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-06T17:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bb082d27fe472f52b103de0ae9fc6fa7e6546cc'/>
<id>urn:sha1:7bb082d27fe472f52b103de0ae9fc6fa7e6546cc</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>Bump to 1.33.0</title>
<updated>2018-12-12T16:09:26+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2018-12-05T14:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf47a19305d929d1870414dd6911ca3191597668'/>
<id>urn:sha1:cf47a19305d929d1870414dd6911ca3191597668</id>
<content type='text'>
* Update bootstrap compiler
* Update version to 1.33.0
* Remove some `#[cfg(stage0)]` annotations

Actually updating the version number is blocked on updating Cargo
</content>
</entry>
<entry>
<title>use top level `fs` functions where appropriate</title>
<updated>2018-12-07T17:54:11+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2018-11-16T21:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f6226518bd5085896a0f27cfd3ea396367ecd50'/>
<id>urn:sha1:2f6226518bd5085896a0f27cfd3ea396367ecd50</id>
<content type='text'>
This commit replaces many usages of `File::open` and reading or writing
with `fs::read_to_string`, `fs::read` and `fs::write`. This reduces code
complexity, and will improve performance for most reads, since the
functions allocate the buffer to be the size of the file.

I believe that this commit will not impact behavior in any way, so some
matches will check the error kind in case the file was not valid UTF-8.
Some of these cases may not actually care about the error.
</content>
</entry>
<entry>
<title>adds DocTest filename variant, refactors doctest_offset out of source_map, fixes remaining test failures</title>
<updated>2018-12-05T00:52:42+00:00</updated>
<author>
<name>Matthew Russo</name>
<email>matthew@edapp.com</email>
</author>
<published>2018-12-04T20:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f0f8aa9e05726bfbc065fa2504daf3232f29bc03'/>
<id>urn:sha1:f0f8aa9e05726bfbc065fa2504daf3232f29bc03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updates all Filename variants to take a fingerprint</title>
<updated>2018-12-04T22:24:12+00:00</updated>
<author>
<name>Matthew Russo</name>
<email>matthew@edapp.com</email>
</author>
<published>2018-10-30T14:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88130f1796e98837dc6f58aea9b9a0f49b85f426'/>
<id>urn:sha1:88130f1796e98837dc6f58aea9b9a0f49b85f426</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new_source_file no longer enters duplicate files, expand_include_bytes includes the source if it can convert bytes to string</title>
<updated>2018-12-04T22:19:55+00:00</updated>
<author>
<name>Matthew Russo</name>
<email>matthew@edapp.com</email>
</author>
<published>2018-10-30T14:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ee4d3cafce0d46b2d76a3f96aa62ca985a3ab6c'/>
<id>urn:sha1:6ee4d3cafce0d46b2d76a3f96aa62ca985a3ab6c</id>
<content type='text'>
</content>
</entry>
</feed>
