<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/hash, branch 1.41.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.41.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.41.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-11-27T07:02:11+00:00</updated>
<entry>
<title>Format libcore with rustfmt</title>
<updated>2019-11-27T07:02:11+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-24T09:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95e00bfed801e264e9c4ac817004153ca0f19eb6'/>
<id>urn:sha1:95e00bfed801e264e9c4ac817004153ca0f19eb6</id>
<content type='text'>
This commit applies rustfmt with default settings to files in
src/libcore *that are not involved in any currently open PR* to minimize
merge conflicts. The list of files involved in open PRs was determined
by querying GitHub's GraphQL API with this script:
https://gist.github.com/dtolnay/aa9c34993dc051a4f344d1b10e4487e8

With the list of files from the script in `outstanding_files`, the
relevant commands were:

    $ find src/libcore -name '*.rs' | xargs rustfmt --edition=2018
    $ rg libcore outstanding_files | xargs git checkout --

Repeating this process several months apart should get us coverage of
most of the rest of libcore.
</content>
</entry>
<entry>
<title>Have tidy ensure that we document all `unsafe` blocks in libcore</title>
<updated>2019-11-06T10:04:42+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2019-08-21T17:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02f9167f94a06900ee555a5797081a44ebba009e'/>
<id>urn:sha1:02f9167f94a06900ee555a5797081a44ebba009e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Snap cfgs to new beta</title>
<updated>2019-09-25T12:42:46+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-09-25T12:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f359a94849f5a66be4e5058ad9f5a480623a4627'/>
<id>urn:sha1:f359a94849f5a66be4e5058ad9f5a480623a4627</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move `--cfg bootstrap` out of `rustc.rs`</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T17:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f95f460f6c35985bf7b3e6220b1370e0323312'/>
<id>urn:sha1:b3f95f460f6c35985bf7b3e6220b1370e0323312</id>
<content type='text'>
Instead let's do this via `RUSTFLAGS` in `builder.rs`. Currently
requires a submodule update of `stdarch` to fix a problem with previous
compilers.
</content>
</entry>
<entry>
<title>Make built-in derives opaque macros</title>
<updated>2019-08-17T07:59:36+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2019-08-09T20:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ee60af1ab6981e59eee4dd08bd508b4ae52c2e2'/>
<id>urn:sha1:6ee60af1ab6981e59eee4dd08bd508b4ae52c2e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centril</title>
<updated>2019-08-14T20:49:07+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-08-14T20:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=082cf2f9d136166cd1d552d3fb5abb1c46c99a14'/>
<id>urn:sha1:082cf2f9d136166cd1d552d3fb5abb1c46c99a14</id>
<content type='text'>
Bump to 1.39

r? @Centril
</content>
</entry>
<entry>
<title>Handle cfg(bootstrap) throughout</title>
<updated>2019-08-14T09:39:53+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-08-11T16:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2601c864878412814134f417b7a738e5ee8898f2'/>
<id>urn:sha1:2601c864878412814134f417b7a738e5ee8898f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unneeded comment in src/libcore/hash/mod.rs</title>
<updated>2019-08-09T22:12:49+00:00</updated>
<author>
<name>sd234678</name>
<email>sd234678@protonmail.com</email>
</author>
<published>2019-08-09T22:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2644205578b6d5259c59c099cc3d29ab03364931'/>
<id>urn:sha1:2644205578b6d5259c59c099cc3d29ab03364931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give built-in macros stable addresses in the standard library</title>
<updated>2019-08-09T21:05:37+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-27T22:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cbcc7dd182b9bf67d664508b82284c5539ef8819'/>
<id>urn:sha1:cbcc7dd182b9bf67d664508b82284c5539ef8819</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix meta-variable binding errors in macros</title>
<updated>2019-06-22T23:30:41+00:00</updated>
<author>
<name>Julien Cretin</name>
<email>cretin@google.com</email>
</author>
<published>2019-05-29T18:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8106b59d2faaea57301ad000d7787b70c5b2985'/>
<id>urn:sha1:b8106b59d2faaea57301ad000d7787b70c5b2985</id>
<content type='text'>
The errors are either:
- The meta-variable used in the right-hand side is not bound (or defined) in the
  left-hand side.
- The meta-variable used in the right-hand side does not repeat with the same
  kleene operator as its binder in the left-hand side. Either it does not repeat
  enough, or it uses a different operator somewhere.

This change should have no semantic impact.
</content>
</entry>
</feed>
