<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/compiletest, branch 1.43.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.43.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.43.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-03-06T14:19:31+00:00</updated>
<entry>
<title>fix various typos</title>
<updated>2020-03-06T14:19:31+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-03-06T11:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=136ad015b6862274bf8c161dc5d2955409ed1465'/>
<id>urn:sha1:136ad015b6862274bf8c161dc5d2955409ed1465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=...</title>
<updated>2020-03-03T07:41:08+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-03-03T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=52c5f2a577bdc5181af96eb6a2f82cd502f92f20'/>
<id>urn:sha1:52c5f2a577bdc5181af96eb6a2f82cd502f92f20</id>
<content type='text'>
Additionally verify that the current implementation of LLVM version
check (which uses lexicographic ordering) is good enough to exclude
versions before LLVM 9, where the new LLVM pass manager is unsupported.
</content>
</entry>
<entry>
<title>Rollup merge of #69205 - JohnTitor:allow-whitespaces, r=Mark-Simulacrum</title>
<updated>2020-02-18T15:07:27+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-02-18T15:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bea18c767388da316dfcb0c7d248f206e3a88eb7'/>
<id>urn:sha1:bea18c767388da316dfcb0c7d248f206e3a88eb7</id>
<content type='text'>
Allow whitespaces in revision flags

Allow whitespaces in revision flags, like `// [foo]`.

Fixes #69183
</content>
</entry>
<entry>
<title>Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simulacrum</title>
<updated>2020-02-16T15:28:41+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-02-16T15:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e7af4669f80e5f682141f050193ab679afdb4b1'/>
<id>urn:sha1:5e7af4669f80e5f682141f050193ab679afdb4b1</id>
<content type='text'>
rustc_session: allow overriding lint level of individual lints from a group

Fixes #58211 and fixes rust-lang/rust-clippy#4778 and fixes rust-lang/rust-clippy#4091

Instead of hard-coding the lint level preferences (from lowest to highest precedence: `lint::Allow -&gt; lint::Warn -&gt; lint::Deny -&gt; lint::Forbid`), the position of the argument in the command line gets taken into account.

Examples:
1. Passing `-D unused -A unused-variables` denies everything in the lint group `unused` **except** `unused-variables` which is explicitly allowed.
1. Passing `-A unused-variables -D unused` denies everything in the lint group `unused` **including** `unused-variables` since the allow is specified before the deny (and therefore overridden by the deny).

This matches the behavior that is already being used when specifying `allow`/`deny` in the source code.
</content>
</entry>
<entry>
<title>Allow whitespaces in revision flags</title>
<updated>2020-02-16T13:53:28+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2020-02-16T08:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1a7ae7d1659dae412dde2eadeaf1cf7c9d87570'/>
<id>urn:sha1:d1a7ae7d1659dae412dde2eadeaf1cf7c9d87570</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: error if `compile-fail` header in ui test.</title>
<updated>2020-02-02T07:08:30+00:00</updated>
<author>
<name>Tyler Lanphear</name>
<email>animemachine13@gmail.com</email>
</author>
<published>2020-02-02T06:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6c389472448257a91c2f6713061cd69025c766f'/>
<id>urn:sha1:f6c389472448257a91c2f6713061cd69025c766f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #68533 - tmiasko:compiletest, r=nikomatsakis</title>
<updated>2020-01-28T16:25:35+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-01-28T16:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac2f3fa41ac5ae8425b959f955bb7433b7c57aea'/>
<id>urn:sha1:ac2f3fa41ac5ae8425b959f955bb7433b7c57aea</id>
<content type='text'>
compiletest: Unit tests for `EarlyProps` (+ small cleanup)

* Parse `EarlyProps` from a reader
* Add unit tests for `EarlyProps`
* Remove unused `llvm-cxxflags` option
* Remove unnecessary memory allocations in `iter_header`
* Update mode list displayed in `--help`
</content>
</entry>
<entry>
<title>update</title>
<updated>2020-01-27T04:52:13+00:00</updated>
<author>
<name>comet</name>
<email>hjung524@gmail.com</email>
</author>
<published>2020-01-27T04:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a78c2b11d50fc1ed60c92eec7cb59ae74516e89'/>
<id>urn:sha1:9a78c2b11d50fc1ed60c92eec7cb59ae74516e89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: Don't load TestProps from a directories</title>
<updated>2020-01-27T00:00:00+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-01-27T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c02afe965a2dcfecd42e27bb225f9d2af68e838'/>
<id>urn:sha1:3c02afe965a2dcfecd42e27bb225f9d2af68e838</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: Derive Default for EarlyProps</title>
<updated>2020-01-27T00:00:00+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-01-27T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db7ee9534522196a9e750833c0303d8275c683bc'/>
<id>urn:sha1:db7ee9534522196a9e750833c0303d8275c683bc</id>
<content type='text'>
</content>
</entry>
</feed>
