<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_codegen_llvm/src/consts.rs, branch 1.53.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.53.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.53.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-02-13T22:45:35+00:00</updated>
<entry>
<title>Replace const_cstr with cstr crate</title>
<updated>2021-02-13T22:45:35+00:00</updated>
<author>
<name>Xidorn Quan</name>
<email>me@upsuper.org</email>
</author>
<published>2021-02-13T11:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38e4233a3291b0b8e3148e7ea47da66c9d8b307f'/>
<id>urn:sha1:38e4233a3291b0b8e3148e7ea47da66c9d8b307f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use is_local instead of as_local</title>
<updated>2021-02-04T10:17:01+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2021-02-04T10:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da536554a0b67ef24c7f66e7b1561729d0e36b75'/>
<id>urn:sha1:da536554a0b67ef24c7f66e7b1561729d0e36b75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid a hir access inside get_static</title>
<updated>2021-02-02T15:36:54+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2021-02-02T14:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fbe109a2fc365087d778d2993cfa78cb2250475d'/>
<id>urn:sha1:fbe109a2fc365087d778d2993cfa78cb2250475d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Collapse all uses of `target.options.foo` into `target.foo`</title>
<updated>2020-11-08T14:29:13+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-11-08T11:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bf66988aa1677d018928c271fed563792f921d28'/>
<id>urn:sha1:bf66988aa1677d018928c271fed563792f921d28</id>
<content type='text'>
with an eye on merging `TargetOptions` into `Target`.

`TargetOptions` as a separate structure is mostly an implementation detail of `Target` construction, all its fields logically belong to `Target` and available from `Target` through `Deref` impls.
</content>
</entry>
<entry>
<title>Auto merge of #78280 - bugadani:span, r=lcnr</title>
<updated>2020-11-04T17:17:01+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-11-04T17:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89631663b7ad2d46d3e4f52bcfa7bee2be9eb82b'/>
<id>urn:sha1:89631663b7ad2d46d3e4f52bcfa7bee2be9eb82b</id>
<content type='text'>
Codegen: Query span as late as possible
</content>
</entry>
<entry>
<title>Fix even more clippy warnings</title>
<updated>2020-10-30T14:13:39+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-10-27T01:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=57c6ed0c07aaea9c89a192e54b3274464ebe6fbf'/>
<id>urn:sha1:57c6ed0c07aaea9c89a192e54b3274464ebe6fbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Query span as late as possible</title>
<updated>2020-10-27T09:17:01+00:00</updated>
<author>
<name>Dániel Buga</name>
<email>bugadani@gmail.com</email>
</author>
<published>2020-10-23T11:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=caf9131e652cb8d92a1f9f3f5b02bc2ca51d3ed5'/>
<id>urn:sha1:caf9131e652cb8d92a1f9f3f5b02bc2ca51d3ed5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace target.target with target and target.ptr_width with target.pointer_width</title>
<updated>2020-10-15T10:02:24+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2020-10-15T09:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4fa55787745ac71793253c47c4d6cd5ffe96b741'/>
<id>urn:sha1:4fa55787745ac71793253c47c4d6cd5ffe96b741</id>
<content type='text'>
Preparation for a subsequent change that replaces
rustc_target::config::Config with its wrapped Target.

On its own, this commit breaks the build. I don't like making
build-breaking commits, but in this instance I believe that it
makes review easier, as the "real" changes of this PR can be
seen much more easily.

Result of running:

find compiler/ -type f -exec sed -i -e 's/target\.target\([)\.,; ]\)/target\1/g' {} \;
find compiler/ -type f -exec sed -i -e 's/target\.target$/target/g' {} \;
find compiler/ -type f -exec sed -i -e 's/target.ptr_width/target.pointer_width/g' {} \;
./x.py fmt
</content>
</entry>
<entry>
<title>Rollup merge of #76962 - est31:const_cstr, r=oli-obk</title>
<updated>2020-09-21T08:40:45+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-09-21T08:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9aba4962f5ee7fb215480809f4aeb241de6deba3'/>
<id>urn:sha1:9aba4962f5ee7fb215480809f4aeb241de6deba3</id>
<content type='text'>
Use const_cstr macro in consts.rs
</content>
</entry>
<entry>
<title>Use const_cstr macro in consts.rs</title>
<updated>2020-09-20T09:34:34+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2020-09-20T09:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=812ff668032e5feb8cd702ecd9f4b5be21513f10'/>
<id>urn:sha1:812ff668032e5feb8cd702ecd9f4b5be21513f10</id>
<content type='text'>
</content>
</entry>
</feed>
