<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/source_map.rs, branch 1.32.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.32.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.32.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-10-29T20:26:13+00:00</updated>
<entry>
<title>Rename other occs of (Code/File)Map to Source(Map/File) #51574</title>
<updated>2018-10-29T20:26:13+00:00</updated>
<author>
<name>David Lavati</name>
<email>david.lavati@gmail.com</email>
</author>
<published>2018-10-29T20:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c9f6a1afdd60603ddb7ab28755fbc134b7d4844'/>
<id>urn:sha1:6c9f6a1afdd60603ddb7ab28755fbc134b7d4844</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper</title>
<updated>2018-10-20T11:22:48+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-10-20T11:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca2639e82ec4a18d7359efbfb555ea69dd644c97'/>
<id>urn:sha1:ca2639e82ec4a18d7359efbfb555ea69dd644c97</id>
<content type='text'>
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations

The contents of `unwrap_or` are evaluated eagerly, so it's not a good pick in case of function calls and allocations. This PR also changes a few `unwrap_or`s with `unwrap_or_default`.

An added bonus is that in some cases this change also reveals if the object it's called on is an `Option` or a `Result` (based on whether the closure takes an argument).
</content>
</entry>
<entry>
<title>Prefer `Default::default` over `FxHash*::default` in struct constructors</title>
<updated>2018-10-19T12:34:44+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2018-10-16T14:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c9258e604c7f5d3b7e86c34da1f067ff0a60257'/>
<id>urn:sha1:3c9258e604c7f5d3b7e86c34da1f067ff0a60257</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack</title>
<updated>2018-10-19T12:34:44+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2018-10-16T08:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee81739dc1e0f1c4dff9480b52528fb688ef9251'/>
<id>urn:sha1:ee81739dc1e0f1c4dff9480b52528fb688ef9251</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer unwrap_or_else to unwrap_or in case of function calls/allocations</title>
<updated>2018-10-19T07:45:45+00:00</updated>
<author>
<name>ljedrz</name>
<email>ljedrz@gmail.com</email>
</author>
<published>2018-10-12T14:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d28aed6dc45ffccc790469cb04f3f775ddb2283a'/>
<id>urn:sha1:d28aed6dc45ffccc790469cb04f3f775ddb2283a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #53949 - estebank:unclosed-delim, r=nikomatsakis</title>
<updated>2018-09-09T01:36:58+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-09-09T01:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=004bc5a33cd44cd0896cae917a75488579126da5'/>
<id>urn:sha1:004bc5a33cd44cd0896cae917a75488579126da5</id>
<content type='text'>
Improve messages for un-closed delimiter errors
</content>
</entry>
<entry>
<title>Provide more context for unenclosed delimiters</title>
<updated>2018-09-05T10:43:24+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2018-09-04T15:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=008aa5a24e152691d852bd9f0a2990b6e4377397'/>
<id>urn:sha1:008aa5a24e152691d852bd9f0a2990b6e4377397</id>
<content type='text'>
 * When encountering EOF, point at the last opening brace that does not
   have the same indentation level as its close delimiter.
 * When encountering the wrong type of close delimiter, point at the
   likely correct open delimiter to give a better idea of what went
   wrong.
</content>
</entry>
<entry>
<title>Breaking change upgrades</title>
<updated>2018-09-04T19:22:08+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-08-04T22:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ec5ef541ad17986bfe6ae067a84ea8f7b7ae133'/>
<id>urn:sha1:9ec5ef541ad17986bfe6ae067a84ea8f7b7ae133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into()</title>
<updated>2018-08-23T08:14:52+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2018-08-23T08:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ede1f7d2a5a2f4038e3f3b2e953c44ee5ea06194'/>
<id>urn:sha1:ede1f7d2a5a2f4038e3f3b2e953c44ee5ea06194</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix tidy errors</title>
<updated>2018-08-19T21:01:01+00:00</updated>
<author>
<name>Donato Sciarra</name>
<email>sciarp@gmail.com</email>
</author>
<published>2018-08-18T10:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6138c82803a77a44e0a56cd8999299fa7f214afe'/>
<id>urn:sha1:6138c82803a77a44e0a56cd8999299fa7f214afe</id>
<content type='text'>
</content>
</entry>
</feed>
